SlideShare a Scribd company logo
1 of 31
How to Make Cars Smarter: A Step
Towards Self-Driving Cars
Kaushik K. Das
Esther Vasiete
Pivotal Data Science
October 2016
Today’s presenters
Pivotal Data Science Perspectives
Kaushik K. Das
Head of Data Science, Pivotal
Esther Vasiete
Data Scientist, Pivotal
Agenda
• What do we mean by “smarter cars”?
• How do we apply data science to build
smarter cars?
Example 1: Predictive Maintenance
Example 2: Understanding Driver
Behavior Patterns
• Demo
• Next Steps
Autonomous Cars will offer many advantages
Call a car whenever you want to go somewhere – sit and relax – and
you are there!
● No stress for you – don’t have to drive in traffic or maintain a car
● Better utilization of cars leading to lower impact on environment
● Fewer accidents and injuries
BUT
there are some issues that still need to be solved – e.g. California law
needs a driver ready to take over in case of an emergency
Autonomous Cars
Manually Driven Cars
We need to get from
Smart “Augmented” Cars*
Autonomous Cars
Manually Driven Cars
Why not -
* Some people refer to smart augmented cars as semi-autonomous vehicles
Augmentation – a situation in which humans and
computers combine to create effective and efficient
outcomes*
● You get reduced stress and fewer accidents
● Fewer regulatory / legal barriers
● Easier to implement
* Thomas H. Davenport, Augmentation or Automation ?, WSJ, Feb 25, 2015.
Smart Cars offer many of the advantages of
automation
Smart System = Sensors Digital Brain + Actuators
Problem
Formulation
Data Step
Modeling
Step
Application
Step
Data Science For Building Models
Sensors & Data
Data Lake
Big Data Platform
Phase 1: Problem
Formulation
Make sure you formulate a
problem that is relevant to
the goals and pain points of
the stakeholders
Phase 2: Data Step
Build the right feature set
making full use of the
volume, variety and
velocity of all available
data
Phase 3: Modeling Step
This is where you move from
answering what, where and
when to answering why and
what if?
Phase 4: Application
Create a framework for
integrating the model with
decision making processes
and taking action using the
Internet of Things
Technology Selection
Select the right platform and the
right set of tools for solving the
problem at hand
Iterative Approach
Perform each phase in an agile
manner, team up with domain
experts and SMEs, and iterate
as required
Creativity
Take the opportunity to
innovate at every phase
Building a Narrative
Create a fact-based narrative
that clearly communicates
insights to stakeholders
The Eightfold Path of Data Science – four phases
and four differentiating factors
KEY LANGUAGES
P L A T F O R
M
KEY TOOLS
MLlib
PL/X
ModelingTools
VisualizationTools
Platform
Pivotal
HDB
Pivotal
Greenplum
Spring Cloud
Data Flow
Apache
Spark
Pivotal
HDP
Data Science Toolkit
Scalable, In-Database
Machine Learning
• Open source https://github.com/apache/incubator-madlib
• Downloads and docs http://madlib.incubator.apache.org/
• Wiki
https://cwiki.apache.org/confluence/display/MADLIB/
Functions
Linear Systems
• Sparse and Dense Solvers
• Linear Algebra
Matrix Factorization
• Singular Value Decomposition (SVD)
• Low Rank
Generalized Linear Models
• Linear Regression
• Logistic Regression
• Multinomial Logistic Regression
• Ordinal Regression
• Cox Proportional Hazards Regression
• Elastic Net Regularization
• Robust Variance (Huber-White),
Clustered Variance, Marginal Effects
Other Machine Learning Algorithms
• Principal Component Analysis (PCA)
• Association Rules (Apriori)
• Topic Modeling (Parallel LDA)
• Decision Trees
• Random Forest
• Support Vector Machines
• Conditional Random Field (CRF)
• Clustering (K-means)
• Cross Validation
• Naïve Bayes
• Support Vector Machines (SVM)
• Prediction Metrics
Descriptive Statistics
Sketch-Based Estimators
• CountMin (Cormode-Muth.)
• FM (Flajolet-Martin)
• MFV (Most Frequent Values)
Correlation and Covariance
Summary
Utility Modules
Array and Matrix Operations
Sparse Vectors
Random Sampling
Probability Functions
Data Preparation
PMML Export
Conjugate Gradient
Stemming
Sessionization
Pivot
Inferential Statistics
Hypothesis Tests
Time Series
• ARIMA
Sept 2016
Path Functions
• Operations on Pattern Matches
Data Science Use-Cases
● Smarter Car
‒ Is the car functioning well?
‒ Do any of the parts need servicing or replacement?
‒ How are the new parts functioning? Are they better than the old parts? How’s their performance
relative to tests?
● Smarter Driver Response
‒ Understand drivers driving patterns and typical routes and customize for better driving experience
(Advanced Driver Assistance Systems)
● Smarter Response to Surroundings
‒ How do we improve congestion forecasting and optimize routes better?
‒ How do we improve traffic management ?
‒ How can city planning be improved by using very granular driving and traffic information?
Initial
Sales
Web/Apps
Logs
Demographics
CRM
Consumer Data
Surveys
Driving
Behavior
Sales &
Leasing
Car Data
Dealership
Service Data
Parts
Manufactur
-ing
Telemetry
Data
Weather
Traffic
Economic
External
Special
Events
(Note: not an exhaustive list)
There’s a lot of data available
Example 1 - Smarter Car
Preventive Maintenance for Connected Cars
Diagnostic Trouble Codes (DTC)
Unscheduled repairs
AB1029 – Power steering pump replacement
CT3408 – Wheel alignment
Data Sources for Predictive Maintenance
VIN
Timestamp
DTC Code
Odometer
Speed
Acceleration
Engine Temperature
Engine Torque GPS
Coordinates
etc.
VIN
Date vehicle in
Date vehicle out
Repair code
Parts replaced
Warranty claims
Repair Comments
etc.
Vehicle Data Car Repairs Data
Predicting Job Type from Diagnostic Trouble Codes
(DTCs)
Time
Job Type:
Transmission
Job Type:
Transmission
Engine
Job Type:
Regular check
DTC: B DTC:
B,
P, C
DTC: U
DTC: B DTC: B
DTC:
B, P, C, U
DTC:
P, B, U
DTC: P DTC: B DTC:
B,P
DTC:
B,P
Can the DTCs
observed here predict
this Job Type?
Can the DTCs observed
here predict this Job
Type?
Can the DTCs observed
here predict this Job
Type?
Hierarchical Classification Framework
Vehicle
Features
DF
12
10
DF
12
15
DF
29
80
AB
10
29
AB
16
22
AB
16
25
AB
86
22
CT
34
02
CT
34
08
CT
35
60
CT
24
09
DTC codes + other features
(e.g. mileage, vehicle model,
previous repairs, ...)
1st stage:
N one-vs-rest logistic
regression models
2nd stage:
N random forest
models
Your car will be repaired before you
have a problem!
Example 2 - Smarter Driver
Response
Unsupervised driving behavior analysis
Segmentation:
From raw sensor data to
driving scenes using
HMM.
Feature Distribution:
Quantization of physical
features observed in
each scene
Driving topics:
Scenes are represented
as a combination of
driving topics, which
explain driving patterns.
Parallelism using:
PL/Python *
* HMM inference from
pre-trained model
PL/Pytho
n
[T. Bando, K. Tabenaka, S. Negasaka, T. Taniguchi, Unsupervised drive topic finding from driving behavioral data, IEEE Intelligent Vehicles Symposium, 2013]
HMM inference using PL/Python
Note: HMM parameters had been provided to us
and loaded in the database.
hmmlearn library installed in every segment!
From time-series driving behavior into natural language
Latent Dirichlet Allocation (LDA)
Document
Word
Scene
Quantized
sensor
value
[D. Blei, Probabilistic topic models, Communications of the ACM, 2012]
Live Demo
Data Lake
Business Levers
Apps
MLlib
PL/X
Model Building
Model Tuning
Continuous Model
Improvement
Data Feeds
Ingest Filter Enrich Sink
Spring Cloud Data Flow
Greenplum
Operationalization - Pipeline of a Data Science Driven App
We will be able to improve your
driving experience by preparing your
car for the exact conditions you are
about to encounter.
It’s easy to make cars smarter -
let’s make it happen!
Questions?
Additional resources & next steps
Read: Pivotal Data Science Blog
https://blog.pivotal.io/channels/data-science-pivotal
Strategic: Pivotal Data Science Analytics Roadmapping Engagement
https://pivotal.io/contact
Tune in: Next data science webinar “How Data Science can help with Fraud
Detection and Cybersecurity” - Q1 2017 (Date TBD)
https://pivotal.io/resources/1/webinars
Hands on:
HDB Sandbox on HDP VM https://network.pivotal.io/products/pivotal-hdb
Greenplum Sandbox https://network.pivotal.io/products/pivotal-gpdb
Apache MADlib (incubating) http://madlib.incubator.apache.org/
Make Cars Smarter with Data Science

More Related Content

What's hot

IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...
IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...
IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...Lounge47
 
Autonomous driving revolution- trends, challenges and machine learning 
Autonomous driving revolution- trends, challenges and machine learning  Autonomous driving revolution- trends, challenges and machine learning 
Autonomous driving revolution- trends, challenges and machine learning  Junli Gu
 
MONETIZING THE CONNECTED CAR, Citi 2013 Connected Car Symposium
MONETIZING  THE CONNECTED CAR, Citi 2013 Connected Car SymposiumMONETIZING  THE CONNECTED CAR, Citi 2013 Connected Car Symposium
MONETIZING THE CONNECTED CAR, Citi 2013 Connected Car SymposiumArynga
 
Distracted Drivers- Inspirit AI
Distracted Drivers- Inspirit AIDistracted Drivers- Inspirit AI
Distracted Drivers- Inspirit AISanaaSharda
 
20170122 MEETUP on autonomous vehicles
20170122 MEETUP on autonomous vehicles20170122 MEETUP on autonomous vehicles
20170122 MEETUP on autonomous vehiclesBrussels Legal Hackers
 
Value for a Connected Vehicle (IoT)
Value for a Connected Vehicle (IoT)Value for a Connected Vehicle (IoT)
Value for a Connected Vehicle (IoT)Brian Loomis
 
Arynga webinar: monetize connected car
Arynga webinar: monetize connected carArynga webinar: monetize connected car
Arynga webinar: monetize connected carArynga
 
AI in Autonomous Vehicles
AI in Autonomous VehiclesAI in Autonomous Vehicles
AI in Autonomous VehiclesGAURAV YADAV
 
Autonomous Vehicle Research 2017
Autonomous Vehicle Research 2017Autonomous Vehicle Research 2017
Autonomous Vehicle Research 2017Brett Munster
 
Phil Carter on autonomous vehicles
Phil Carter on autonomous vehiclesPhil Carter on autonomous vehicles
Phil Carter on autonomous vehiclesDr. Elliot Fishman
 
Connected car solutions: one of the major business drivers for the automotive...
Connected car solutions: one of the major business drivers for the automotive...Connected car solutions: one of the major business drivers for the automotive...
Connected car solutions: one of the major business drivers for the automotive...Pierre Audoin Consultants
 
Multiple Passenger Ride Sharing Changes Economics of Commuting
Multiple Passenger Ride Sharing Changes Economics of CommutingMultiple Passenger Ride Sharing Changes Economics of Commuting
Multiple Passenger Ride Sharing Changes Economics of CommutingJeffrey Funk
 
Tesla iot case study
Tesla  iot case studyTesla  iot case study
Tesla iot case studyJohn Mathon
 
Innovation Stories: Self-Driving Cars
Innovation Stories: Self-Driving CarsInnovation Stories: Self-Driving Cars
Innovation Stories: Self-Driving CarsARK Invest
 
24 Connected Car features to look out for before the release of Bond 24
24 Connected Car features to look out for before the release of Bond 2424 Connected Car features to look out for before the release of Bond 24
24 Connected Car features to look out for before the release of Bond 24HARMAN Services
 
Automobile technologies in 2020
Automobile technologies in 2020Automobile technologies in 2020
Automobile technologies in 2020mazen mohamad
 

What's hot (20)

IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...
IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...
IoT - CONNECTED CAR - TECHNOLOGY TRENDS & OPPORTUNITIES - Harsha Bagur, Rober...
 
Telefonica's 2014 connected car report
Telefonica's 2014 connected car reportTelefonica's 2014 connected car report
Telefonica's 2014 connected car report
 
Autonomous driving revolution- trends, challenges and machine learning 
Autonomous driving revolution- trends, challenges and machine learning  Autonomous driving revolution- trends, challenges and machine learning 
Autonomous driving revolution- trends, challenges and machine learning 
 
MONETIZING THE CONNECTED CAR, Citi 2013 Connected Car Symposium
MONETIZING  THE CONNECTED CAR, Citi 2013 Connected Car SymposiumMONETIZING  THE CONNECTED CAR, Citi 2013 Connected Car Symposium
MONETIZING THE CONNECTED CAR, Citi 2013 Connected Car Symposium
 
Distracted Drivers- Inspirit AI
Distracted Drivers- Inspirit AIDistracted Drivers- Inspirit AI
Distracted Drivers- Inspirit AI
 
20170122 MEETUP on autonomous vehicles
20170122 MEETUP on autonomous vehicles20170122 MEETUP on autonomous vehicles
20170122 MEETUP on autonomous vehicles
 
Value for a Connected Vehicle (IoT)
Value for a Connected Vehicle (IoT)Value for a Connected Vehicle (IoT)
Value for a Connected Vehicle (IoT)
 
Arynga webinar: monetize connected car
Arynga webinar: monetize connected carArynga webinar: monetize connected car
Arynga webinar: monetize connected car
 
AI in Autonomous Vehicles
AI in Autonomous VehiclesAI in Autonomous Vehicles
AI in Autonomous Vehicles
 
Autonomous Vehicle Research 2017
Autonomous Vehicle Research 2017Autonomous Vehicle Research 2017
Autonomous Vehicle Research 2017
 
The Recent Advancements in Auto Technology
The Recent Advancements in Auto TechnologyThe Recent Advancements in Auto Technology
The Recent Advancements in Auto Technology
 
Phil Carter on autonomous vehicles
Phil Carter on autonomous vehiclesPhil Carter on autonomous vehicles
Phil Carter on autonomous vehicles
 
Connected car solutions: one of the major business drivers for the automotive...
Connected car solutions: one of the major business drivers for the automotive...Connected car solutions: one of the major business drivers for the automotive...
Connected car solutions: one of the major business drivers for the automotive...
 
Multiple Passenger Ride Sharing Changes Economics of Commuting
Multiple Passenger Ride Sharing Changes Economics of CommutingMultiple Passenger Ride Sharing Changes Economics of Commuting
Multiple Passenger Ride Sharing Changes Economics of Commuting
 
Connected Cars
Connected CarsConnected Cars
Connected Cars
 
Tesla iot case study
Tesla  iot case studyTesla  iot case study
Tesla iot case study
 
Smart parking
Smart parkingSmart parking
Smart parking
 
Innovation Stories: Self-Driving Cars
Innovation Stories: Self-Driving CarsInnovation Stories: Self-Driving Cars
Innovation Stories: Self-Driving Cars
 
24 Connected Car features to look out for before the release of Bond 24
24 Connected Car features to look out for before the release of Bond 2424 Connected Car features to look out for before the release of Bond 24
24 Connected Car features to look out for before the release of Bond 24
 
Automobile technologies in 2020
Automobile technologies in 2020Automobile technologies in 2020
Automobile technologies in 2020
 

Viewers also liked

Self-driving Cars: A Game Changer for Commercial Real Estate?
Self-driving Cars: A Game Changer for Commercial Real Estate?Self-driving Cars: A Game Changer for Commercial Real Estate?
Self-driving Cars: A Game Changer for Commercial Real Estate?Dekker/Perich/Sabatini
 
Data Science for Connected Vehicles
Data Science for Connected VehiclesData Science for Connected Vehicles
Data Science for Connected VehiclesVMware Tanzu
 
Analytics in the Cloud: Getting The Most Out Of Analytics Deployments
Analytics in the Cloud: Getting The Most Out Of Analytics DeploymentsAnalytics in the Cloud: Getting The Most Out Of Analytics Deployments
Analytics in the Cloud: Getting The Most Out Of Analytics DeploymentsVMware Tanzu
 
Why it is not about the self driving car
Why it is not about the self driving carWhy it is not about the self driving car
Why it is not about the self driving carFelix Faassen
 
The car industry : Which nations are more inclined to purchasing a car online
The car industry : Which nations are more inclined to purchasing a car online The car industry : Which nations are more inclined to purchasing a car online
The car industry : Which nations are more inclined to purchasing a car online Sumit Roy
 
Data and its Role in Your Digital Transformation
Data and its Role in Your Digital TransformationData and its Role in Your Digital Transformation
Data and its Role in Your Digital TransformationVMware Tanzu
 
Pivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical OverviewPivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical OverviewVMware Tanzu
 
Self driving cars -
Self driving cars - Self driving cars -
Self driving cars - Hany G. Amer
 
Operationalizing Data Analytics
Operationalizing Data AnalyticsOperationalizing Data Analytics
Operationalizing Data AnalyticsVMware Tanzu
 
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterprisePivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterpriseVMware Tanzu
 
Generation connected: Cars online 2014
Generation connected: Cars online 2014Generation connected: Cars online 2014
Generation connected: Cars online 2014Capgemini
 
Auto Industry Analysis 2013
Auto Industry Analysis 2013Auto Industry Analysis 2013
Auto Industry Analysis 2013Propane Studio
 
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...VMware Tanzu
 
5 things planners need to know about self driving vehicles
5 things planners need to know about self driving vehicles5 things planners need to know about self driving vehicles
5 things planners need to know about self driving vehiclesChris Hedden
 
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...Ryan Klitzsch
 
Pivotal Big Data Roadshow
Pivotal Big Data Roadshow Pivotal Big Data Roadshow
Pivotal Big Data Roadshow VMware Tanzu
 
Pivotal Digital Transformation Forum: Becoming a Data Driven Enterprise
Pivotal Digital Transformation Forum: Becoming a Data Driven EnterprisePivotal Digital Transformation Forum: Becoming a Data Driven Enterprise
Pivotal Digital Transformation Forum: Becoming a Data Driven EnterpriseVMware Tanzu
 
Autonomous or self driving cars
Autonomous or self driving carsAutonomous or self driving cars
Autonomous or self driving carsSandeep Nayak
 
Disruptive Business Model
Disruptive Business ModelDisruptive Business Model
Disruptive Business ModelYves Pigneur
 

Viewers also liked (20)

Self-driving Cars: A Game Changer for Commercial Real Estate?
Self-driving Cars: A Game Changer for Commercial Real Estate?Self-driving Cars: A Game Changer for Commercial Real Estate?
Self-driving Cars: A Game Changer for Commercial Real Estate?
 
Data Science for Connected Vehicles
Data Science for Connected VehiclesData Science for Connected Vehicles
Data Science for Connected Vehicles
 
Analytics in the Cloud: Getting The Most Out Of Analytics Deployments
Analytics in the Cloud: Getting The Most Out Of Analytics DeploymentsAnalytics in the Cloud: Getting The Most Out Of Analytics Deployments
Analytics in the Cloud: Getting The Most Out Of Analytics Deployments
 
Why it is not about the self driving car
Why it is not about the self driving carWhy it is not about the self driving car
Why it is not about the self driving car
 
The car industry : Which nations are more inclined to purchasing a car online
The car industry : Which nations are more inclined to purchasing a car online The car industry : Which nations are more inclined to purchasing a car online
The car industry : Which nations are more inclined to purchasing a car online
 
Data and its Role in Your Digital Transformation
Data and its Role in Your Digital TransformationData and its Role in Your Digital Transformation
Data and its Role in Your Digital Transformation
 
Pivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical OverviewPivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical Overview
 
Self driving cars -
Self driving cars - Self driving cars -
Self driving cars -
 
Operationalizing Data Analytics
Operationalizing Data AnalyticsOperationalizing Data Analytics
Operationalizing Data Analytics
 
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterprisePivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
 
Business Analytics Overview
Business Analytics OverviewBusiness Analytics Overview
Business Analytics Overview
 
Generation connected: Cars online 2014
Generation connected: Cars online 2014Generation connected: Cars online 2014
Generation connected: Cars online 2014
 
Auto Industry Analysis 2013
Auto Industry Analysis 2013Auto Industry Analysis 2013
Auto Industry Analysis 2013
 
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...
Pivotal Digital Transformation Forum: Requirements to Deliver Business Innova...
 
5 things planners need to know about self driving vehicles
5 things planners need to know about self driving vehicles5 things planners need to know about self driving vehicles
5 things planners need to know about self driving vehicles
 
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...
Top 5 Things Safety Planners and Highway Safety Offices Need to Know About Se...
 
Pivotal Big Data Roadshow
Pivotal Big Data Roadshow Pivotal Big Data Roadshow
Pivotal Big Data Roadshow
 
Pivotal Digital Transformation Forum: Becoming a Data Driven Enterprise
Pivotal Digital Transformation Forum: Becoming a Data Driven EnterprisePivotal Digital Transformation Forum: Becoming a Data Driven Enterprise
Pivotal Digital Transformation Forum: Becoming a Data Driven Enterprise
 
Autonomous or self driving cars
Autonomous or self driving carsAutonomous or self driving cars
Autonomous or self driving cars
 
Disruptive Business Model
Disruptive Business ModelDisruptive Business Model
Disruptive Business Model
 

Similar to Make Cars Smarter with Data Science

Deep learning in automation industry
Deep learning in automation industryDeep learning in automation industry
Deep learning in automation industryPIYUSHBHATIA33
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine LearningYuriy Guts
 
Pydata Chicago - work hard once
Pydata Chicago - work hard oncePydata Chicago - work hard once
Pydata Chicago - work hard onceJi Dong
 
Intelligent Mobility: Business Value of IoT and ML in Logistics
Intelligent Mobility: Business Value of IoT and ML in LogisticsIntelligent Mobility: Business Value of IoT and ML in Logistics
Intelligent Mobility: Business Value of IoT and ML in LogisticsBigML, Inc
 
How to Build a Data Closed-loop Platform for Autonomous Driving?
How to Build a Data Closed-loop Platform for Autonomous Driving?How to Build a Data Closed-loop Platform for Autonomous Driving?
How to Build a Data Closed-loop Platform for Autonomous Driving?Yu Huang
 
AI for Software Engineering
AI for Software EngineeringAI for Software Engineering
AI for Software EngineeringMiroslaw Staron
 
CS-422 THESIS (1).pptx
CS-422 THESIS (1).pptxCS-422 THESIS (1).pptx
CS-422 THESIS (1).pptxpoojagupta010
 
The Machine Learning Audit. MIS ITAC 2017 Keynote
The Machine Learning Audit. MIS ITAC 2017 KeynoteThe Machine Learning Audit. MIS ITAC 2017 Keynote
The Machine Learning Audit. MIS ITAC 2017 KeynoteAndrew Clark
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsIRJET Journal
 
Salesforce-Cloud computing service as a software(SaaS) Group 7.docx
Salesforce-Cloud computing service as a software(SaaS) Group 7.docxSalesforce-Cloud computing service as a software(SaaS) Group 7.docx
Salesforce-Cloud computing service as a software(SaaS) Group 7.docxjeffsrosalyn
 
Automated machine learning - Global AI night 2019
Automated machine learning - Global AI night 2019Automated machine learning - Global AI night 2019
Automated machine learning - Global AI night 2019Marco Zamana
 
Big Data- Automotive Industry Use Case
Big Data- Automotive Industry Use CaseBig Data- Automotive Industry Use Case
Big Data- Automotive Industry Use CaseSophie (C.F.) Tsai
 
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...Bruno Capuano
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET Journal
 
Project template for projects looks like this
Project template for projects looks like thisProject template for projects looks like this
Project template for projects looks like thiskaniuppu
 
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition Project
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition ProjectBig Data LDN 2017: Deep Learning, DeepAd Car Recognition Project
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition ProjectMatt Stubbs
 
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingPerfecto by Perforce
 

Similar to Make Cars Smarter with Data Science (20)

Deep learning in automation industry
Deep learning in automation industryDeep learning in automation industry
Deep learning in automation industry
 
J sai subrahmanyam_Resume
J sai subrahmanyam_ResumeJ sai subrahmanyam_Resume
J sai subrahmanyam_Resume
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine Learning
 
Pydata Chicago - work hard once
Pydata Chicago - work hard oncePydata Chicago - work hard once
Pydata Chicago - work hard once
 
Intelligent Mobility: Business Value of IoT and ML in Logistics
Intelligent Mobility: Business Value of IoT and ML in LogisticsIntelligent Mobility: Business Value of IoT and ML in Logistics
Intelligent Mobility: Business Value of IoT and ML in Logistics
 
How to Build a Data Closed-loop Platform for Autonomous Driving?
How to Build a Data Closed-loop Platform for Autonomous Driving?How to Build a Data Closed-loop Platform for Autonomous Driving?
How to Build a Data Closed-loop Platform for Autonomous Driving?
 
AI for Software Engineering
AI for Software EngineeringAI for Software Engineering
AI for Software Engineering
 
Robust ai
Robust aiRobust ai
Robust ai
 
CS-422 THESIS (1).pptx
CS-422 THESIS (1).pptxCS-422 THESIS (1).pptx
CS-422 THESIS (1).pptx
 
Aws autopilot
Aws autopilotAws autopilot
Aws autopilot
 
The Machine Learning Audit. MIS ITAC 2017 Keynote
The Machine Learning Audit. MIS ITAC 2017 KeynoteThe Machine Learning Audit. MIS ITAC 2017 Keynote
The Machine Learning Audit. MIS ITAC 2017 Keynote
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer Reviews
 
Salesforce-Cloud computing service as a software(SaaS) Group 7.docx
Salesforce-Cloud computing service as a software(SaaS) Group 7.docxSalesforce-Cloud computing service as a software(SaaS) Group 7.docx
Salesforce-Cloud computing service as a software(SaaS) Group 7.docx
 
Automated machine learning - Global AI night 2019
Automated machine learning - Global AI night 2019Automated machine learning - Global AI night 2019
Automated machine learning - Global AI night 2019
 
Big Data- Automotive Industry Use Case
Big Data- Automotive Industry Use CaseBig Data- Automotive Industry Use Case
Big Data- Automotive Industry Use Case
 
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future Customers
 
Project template for projects looks like this
Project template for projects looks like thisProject template for projects looks like this
Project template for projects looks like this
 
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition Project
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition ProjectBig Data LDN 2017: Deep Learning, DeepAd Car Recognition Project
Big Data LDN 2017: Deep Learning, DeepAd Car Recognition Project
 
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
 

More from VMware Tanzu

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItVMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleVMware Tanzu
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductVMware Tanzu
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready AppsVMware Tanzu
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And BeyondVMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023VMware Tanzu
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptxVMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchVMware Tanzu
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishVMware Tanzu
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVMware Tanzu
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - FrenchVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootVMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerVMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeVMware Tanzu
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsVMware Tanzu
 

More from VMware Tanzu (20)

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About It
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at Scale
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a Product
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready Apps
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And Beyond
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptx
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - French
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - English
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - English
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - French
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software Engineer
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs Practice
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
 

Recently uploaded

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Recently uploaded (20)

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Make Cars Smarter with Data Science

  • 1. How to Make Cars Smarter: A Step Towards Self-Driving Cars Kaushik K. Das Esther Vasiete Pivotal Data Science October 2016
  • 2. Today’s presenters Pivotal Data Science Perspectives Kaushik K. Das Head of Data Science, Pivotal Esther Vasiete Data Scientist, Pivotal
  • 3. Agenda • What do we mean by “smarter cars”? • How do we apply data science to build smarter cars? Example 1: Predictive Maintenance Example 2: Understanding Driver Behavior Patterns • Demo • Next Steps
  • 4. Autonomous Cars will offer many advantages Call a car whenever you want to go somewhere – sit and relax – and you are there! ● No stress for you – don’t have to drive in traffic or maintain a car ● Better utilization of cars leading to lower impact on environment ● Fewer accidents and injuries BUT there are some issues that still need to be solved – e.g. California law needs a driver ready to take over in case of an emergency
  • 5. Autonomous Cars Manually Driven Cars We need to get from
  • 6. Smart “Augmented” Cars* Autonomous Cars Manually Driven Cars Why not - * Some people refer to smart augmented cars as semi-autonomous vehicles
  • 7. Augmentation – a situation in which humans and computers combine to create effective and efficient outcomes* ● You get reduced stress and fewer accidents ● Fewer regulatory / legal barriers ● Easier to implement * Thomas H. Davenport, Augmentation or Automation ?, WSJ, Feb 25, 2015. Smart Cars offer many of the advantages of automation
  • 8. Smart System = Sensors Digital Brain + Actuators Problem Formulation Data Step Modeling Step Application Step Data Science For Building Models Sensors & Data Data Lake Big Data Platform
  • 9. Phase 1: Problem Formulation Make sure you formulate a problem that is relevant to the goals and pain points of the stakeholders Phase 2: Data Step Build the right feature set making full use of the volume, variety and velocity of all available data Phase 3: Modeling Step This is where you move from answering what, where and when to answering why and what if? Phase 4: Application Create a framework for integrating the model with decision making processes and taking action using the Internet of Things Technology Selection Select the right platform and the right set of tools for solving the problem at hand Iterative Approach Perform each phase in an agile manner, team up with domain experts and SMEs, and iterate as required Creativity Take the opportunity to innovate at every phase Building a Narrative Create a fact-based narrative that clearly communicates insights to stakeholders The Eightfold Path of Data Science – four phases and four differentiating factors
  • 10. KEY LANGUAGES P L A T F O R M KEY TOOLS MLlib PL/X ModelingTools VisualizationTools Platform Pivotal HDB Pivotal Greenplum Spring Cloud Data Flow Apache Spark Pivotal HDP Data Science Toolkit
  • 11. Scalable, In-Database Machine Learning • Open source https://github.com/apache/incubator-madlib • Downloads and docs http://madlib.incubator.apache.org/ • Wiki https://cwiki.apache.org/confluence/display/MADLIB/
  • 12. Functions Linear Systems • Sparse and Dense Solvers • Linear Algebra Matrix Factorization • Singular Value Decomposition (SVD) • Low Rank Generalized Linear Models • Linear Regression • Logistic Regression • Multinomial Logistic Regression • Ordinal Regression • Cox Proportional Hazards Regression • Elastic Net Regularization • Robust Variance (Huber-White), Clustered Variance, Marginal Effects Other Machine Learning Algorithms • Principal Component Analysis (PCA) • Association Rules (Apriori) • Topic Modeling (Parallel LDA) • Decision Trees • Random Forest • Support Vector Machines • Conditional Random Field (CRF) • Clustering (K-means) • Cross Validation • Naïve Bayes • Support Vector Machines (SVM) • Prediction Metrics Descriptive Statistics Sketch-Based Estimators • CountMin (Cormode-Muth.) • FM (Flajolet-Martin) • MFV (Most Frequent Values) Correlation and Covariance Summary Utility Modules Array and Matrix Operations Sparse Vectors Random Sampling Probability Functions Data Preparation PMML Export Conjugate Gradient Stemming Sessionization Pivot Inferential Statistics Hypothesis Tests Time Series • ARIMA Sept 2016 Path Functions • Operations on Pattern Matches
  • 13. Data Science Use-Cases ● Smarter Car ‒ Is the car functioning well? ‒ Do any of the parts need servicing or replacement? ‒ How are the new parts functioning? Are they better than the old parts? How’s their performance relative to tests? ● Smarter Driver Response ‒ Understand drivers driving patterns and typical routes and customize for better driving experience (Advanced Driver Assistance Systems) ● Smarter Response to Surroundings ‒ How do we improve congestion forecasting and optimize routes better? ‒ How do we improve traffic management ? ‒ How can city planning be improved by using very granular driving and traffic information?
  • 14. Initial Sales Web/Apps Logs Demographics CRM Consumer Data Surveys Driving Behavior Sales & Leasing Car Data Dealership Service Data Parts Manufactur -ing Telemetry Data Weather Traffic Economic External Special Events (Note: not an exhaustive list) There’s a lot of data available
  • 15. Example 1 - Smarter Car
  • 16. Preventive Maintenance for Connected Cars Diagnostic Trouble Codes (DTC) Unscheduled repairs AB1029 – Power steering pump replacement CT3408 – Wheel alignment
  • 17. Data Sources for Predictive Maintenance VIN Timestamp DTC Code Odometer Speed Acceleration Engine Temperature Engine Torque GPS Coordinates etc. VIN Date vehicle in Date vehicle out Repair code Parts replaced Warranty claims Repair Comments etc. Vehicle Data Car Repairs Data
  • 18. Predicting Job Type from Diagnostic Trouble Codes (DTCs) Time Job Type: Transmission Job Type: Transmission Engine Job Type: Regular check DTC: B DTC: B, P, C DTC: U DTC: B DTC: B DTC: B, P, C, U DTC: P, B, U DTC: P DTC: B DTC: B,P DTC: B,P Can the DTCs observed here predict this Job Type? Can the DTCs observed here predict this Job Type? Can the DTCs observed here predict this Job Type?
  • 19. Hierarchical Classification Framework Vehicle Features DF 12 10 DF 12 15 DF 29 80 AB 10 29 AB 16 22 AB 16 25 AB 86 22 CT 34 02 CT 34 08 CT 35 60 CT 24 09 DTC codes + other features (e.g. mileage, vehicle model, previous repairs, ...) 1st stage: N one-vs-rest logistic regression models 2nd stage: N random forest models
  • 20. Your car will be repaired before you have a problem!
  • 21. Example 2 - Smarter Driver Response
  • 22. Unsupervised driving behavior analysis Segmentation: From raw sensor data to driving scenes using HMM. Feature Distribution: Quantization of physical features observed in each scene Driving topics: Scenes are represented as a combination of driving topics, which explain driving patterns. Parallelism using: PL/Python * * HMM inference from pre-trained model PL/Pytho n [T. Bando, K. Tabenaka, S. Negasaka, T. Taniguchi, Unsupervised drive topic finding from driving behavioral data, IEEE Intelligent Vehicles Symposium, 2013]
  • 23. HMM inference using PL/Python Note: HMM parameters had been provided to us and loaded in the database. hmmlearn library installed in every segment!
  • 24. From time-series driving behavior into natural language Latent Dirichlet Allocation (LDA) Document Word Scene Quantized sensor value [D. Blei, Probabilistic topic models, Communications of the ACM, 2012]
  • 26. Data Lake Business Levers Apps MLlib PL/X Model Building Model Tuning Continuous Model Improvement Data Feeds Ingest Filter Enrich Sink Spring Cloud Data Flow Greenplum Operationalization - Pipeline of a Data Science Driven App
  • 27. We will be able to improve your driving experience by preparing your car for the exact conditions you are about to encounter.
  • 28. It’s easy to make cars smarter - let’s make it happen!
  • 30. Additional resources & next steps Read: Pivotal Data Science Blog https://blog.pivotal.io/channels/data-science-pivotal Strategic: Pivotal Data Science Analytics Roadmapping Engagement https://pivotal.io/contact Tune in: Next data science webinar “How Data Science can help with Fraud Detection and Cybersecurity” - Q1 2017 (Date TBD) https://pivotal.io/resources/1/webinars Hands on: HDB Sandbox on HDP VM https://network.pivotal.io/products/pivotal-hdb Greenplum Sandbox https://network.pivotal.io/products/pivotal-gpdb Apache MADlib (incubating) http://madlib.incubator.apache.org/