SlideShare une entreprise Scribd logo
1  sur  17
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Manufacturing analytics at scale
1
Soundar Srinivasan
Bosch Data Mining Services and Solutions, Palo Alto, CA
Jeff Thompson, Ruobing Chen, Juergen Heit, Dirk Slama
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
2
Outline
 Bosch overview
 Core business sectors
 World class manufacturing
 Data mining at Bosch
 Successful applications in manufacturing
 Unique challenges encountered
 Need for further research
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
3
2014 key figures
 One of the world’s largest suppliers of
automotive technology
Industrial
Technology
Energy and
Building
Technology
Bosch Group  48,9 billion euros in sales
 R&D investment: 4.9 billion euros
 360,000 associates as per April 1.15*
Mobility
Solutions
 Leading in drive and control technology,
packaging, and process technology
 Leading manufacturer of security
technology
 Global market leader of energie-efficent
heating products and hot-water solutions
Consumer
Goods
 Leading supplier of power tools
and accessories
 Leading supplier of household appliances
68%
share
of sales
*including BSH Hausgeräte GmbH (formerly BSH Bosch und Siemens Hausgeräte GmbH)
and Robert Bosch Automotive Steering GmbH (formerly ZF Lenksysteme GmbH).
32%
share
of sales
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
4
Four business sectors: A diverse, and rich field for data science applications
Mobility
Solutions
Industrial
Technology
Energy and
Building
Technology
Consumer
Goods
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
5
 Freely
programmable
control units
 PLC and PC based
control units
 Field bus (ethernet-
based)
 Flexible production
systems
 Digital data storage
 Usage of internet
standards
 Integrated IP-
connection
 Identifiable and
communicating
objects
 Mobile operation
 Scalable systems
(cloud as
storage, ..)
 Self-optimising
systems
 Internet-of-things
Advanced manufacturing: The next industrial revolution
Industry 1.0
2. industrial
revolution
3. industrial
revolution
4. industrial
revolution
Industry 2.0 Industry 3.0
 Mech. control (cam
disc, cam)
 Energy: water /
steam power
 Punch cards as
program memory
 Conveyer belts
 Master shafts
 Energy: electrical
1. industrial
revolution
Mechanisation
Electrification
Digitalization
Connectivity and Traceability
The transformation of Industry 3.0 to Industry 4.0 (advanced manufacturing) occurs gradually
Industry 4.0
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
6
Two perspectives of Bosch in advanced manufacturing
Technology and solution supplier
for OEMs and end users
LEAD PROVIDER
System manufacturer view /
production resource view
LEAD OPERATOR
Product manufacturer view /
product view
First mover in the realisation of integrated
concepts with equipment providers
Big Data
Business
processesDecentralised
intelligence
Machine
models
Software
Added value networks
Connection
Production
models
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
7
As of 12/2014
200+
Manufacturing
facilities
1000s
of assembly
lines
Billions
Of parts
manufactured
each year
Bosch manufacturing
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
8
Manufacturing use cases
Test and Calibration Time Reduction
 Prediction of test results
 Prediction of calibration parameters
Quality Improvement
 Descriptive analytics for root-cause analysis
 Early prediction from process parameters
 Self-optimizing assembly line
Warranty Cost Reduction
Prediction of field failures from
 Test and process data
 Cross-value stream analysis
Yield Improvement
 Benchmark analysis across lines and plants
 Pin-point possible root causes for
performance bottlenecks (OEE, cycle time)
Predictive Maintenance
 Identify top failure causes
 Predict component failures to avoid
unscheduled machine down-times
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
9
Business Objective:
Reduce test and calibration time in the
production of mobile hydraulic pumps
Impact
Example: Test time reduction
35% reduction in test and calibration time
via accurate prediction of calibration and test
results
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
10
Example: Test time reduction
Problem:
Bottleneck Test Benches
Approach:
1) Identify candidate tests for removal
2) Identify test ‘groups’ run in parallel
3) Use feature selection methods (group
Lasso) to identify least important test
measurements.
4) Remove least important test
measurements (saving test time)
5) Train a predictive model to predict test
outcome from remaining measurements.
Layout of the assembly line
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
11
Scalable Group Lasso
min
𝛽
1
𝑛
𝑖=1
𝑛
log 1 + 𝑒𝑥𝑝 −𝑦𝑖 𝛽0 +
𝑔=1
𝐺
𝑋𝑖,𝑔 𝛽𝑔 + 𝜆
𝑔=1
𝐺
𝑤𝑔 𝛽𝑔
• We used Limited-memory BFGS (L-BFGS) with Block Coordinate Descent (BCD)
to solve the optimization problem.
• L-BFGS is used to obtain a quadratic approximation of the logistic regression.
• BCD is used to solve the resulting sub-problem, i.e., a quadratic problem with
group penalty.
12 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
Scalable Group Lasso
 Three parts of the approach can be distributed
 Gradient computation of the logistic function
 Storage of L-BFGS history
 BCD sub-problem solver: minimize each block simultaneously
 When to and why distribute?
 Distributing the gradient computation is beneficial when sample size is large
 Distributing the storage of L-BFGS history is beneficial when there are a lot of features
Chen et al., (NIPS 2014) show that this distributed version is advantageous over the
original only when the number of feature is larger than 10Mil.
 Distributing BCD is beneficial only when the number of groups is large
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
13
Analytics and production environment
 Device Management
 Device Abstraction
 Event Management
 Software Provisioning
 Identity Management
Production Env.Analytics Environment
Hadoop
MongoDB
DB Connectors
Custom Scripts
SAS
IBM SPSS
Statistica
Alpine
KNIME
Revolution R
RapidMiner
Extraction, Trans-
formation, Loading
Aggregate
Data
Historic Training Data
Analytics,
Machine Learning
Descriptive Analysis
Predictive Model
Extraction,
Transformation
Predictive Model
Prognosis,
Decision (-Support)
Sales
Data
Production
Data
Warranty
Data
Device
Data
Challenges in predicting defects in manufacturing
14
 Large, but distributed data
 E.g. One product variant in one plant
 ~15 million units, 29 data sources, 17
TB data, 22 billion measurements
 High dimensional
 100s-1000s typical
 Schema- and dictionary-migration over time
 Near real-time and resource-constrained
deployment
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
15 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
Other data science challenges in manufacturing
 Data is short-term stationary
 Time and feature correlation
 Label noise
 Very low (but costly) incidence rates
 0-few ppm typical
 Unequal costs of false alarms and
false negatives
 High accuracy and quality
requirements
16 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015
Need for expanding research in manufacturing
 IEEE Big Data for Advanced Manufacturing Workshop
2015 IEEE International Conference on Big Data
Oct 29 – Nov 01 2015 @Santa Clara, USA
http://ieeebdam15.stanford.edu/
G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved.
Bosch@Data Science Summit, 2015 Backup
17
Advanced manufacturing
App Store/Digital Services (2)
Connected
Products (1)
3D
Printing
Next-Gen.
Robots
Intelligent
Powertools
Top floor
Shopfloor
End-2-End
Digital
Engineering
Sales/Marketing
& Business Models
Product
Customization (5)
Product Usage Data (3)
Batch-Size One (7)
Work Environment
IoT-Enabled
Manufacturing
CPS
De-Coupling,
Product Memory
Servitization (4)
(9)
(6)
(8)
IoT Service
Implementation
Embedded | Cloud (10)
IoT Service
Operation
Adaptive
Logistics
Aftermarket
Services
Remote Monitoring,
Predictive Maint. (12)
Source:
www.enterprise-iot.org

Contenu connexe

Tendances

IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...
IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...
IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...IRJET Journal
 
Ventyx corporate presentation
Ventyx corporate presentationVentyx corporate presentation
Ventyx corporate presentationMarcos Rittner
 
Data integrity and consistency
Data integrity and consistencyData integrity and consistency
Data integrity and consistencyAVEVA Group plc
 
Application decommissioning stop spending millions supporting legacy applicat...
Application decommissioning stop spending millions supporting legacy applicat...Application decommissioning stop spending millions supporting legacy applicat...
Application decommissioning stop spending millions supporting legacy applicat...Flatirons Solutions®
 
Key Considerations While Rolling Out Denodo Platform
Key Considerations While Rolling Out Denodo PlatformKey Considerations While Rolling Out Denodo Platform
Key Considerations While Rolling Out Denodo PlatformDenodo
 
Lean construction & BIM
Lean construction & BIMLean construction & BIM
Lean construction & BIMStephen Au
 
Engineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionEngineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionFrancesco Legname
 
On line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYOn line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYStephen Au
 
IRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing IndustriesIRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing IndustriesIRJET Journal
 
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...Critical turbine maintenance: Monitoring and diagnosing planes and power plan...
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...June Andrews
 
AVEVA presents at the Rice Global Forum 2017
AVEVA presents at the Rice Global Forum 2017AVEVA presents at the Rice Global Forum 2017
AVEVA presents at the Rice Global Forum 2017AVEVA Group plc
 
Digital construction for Integrated Project Delivery
Digital construction for Integrated Project DeliveryDigital construction for Integrated Project Delivery
Digital construction for Integrated Project DeliveryStephen Au
 
CloudOne Continuous Engineering for IoT
CloudOne Continuous Engineering for IoTCloudOne Continuous Engineering for IoT
CloudOne Continuous Engineering for IoTBenjamin Chodroff
 
IRJET- A Study of Implementing Lean & Fast Tracking in Construction Proje...
IRJET-  	  A Study of Implementing Lean & Fast Tracking in Construction Proje...IRJET-  	  A Study of Implementing Lean & Fast Tracking in Construction Proje...
IRJET- A Study of Implementing Lean & Fast Tracking in Construction Proje...IRJET Journal
 

Tendances (20)

IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...
IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...
IRJET- Application of Revit as Building Information Modeling (BIM) for Integr...
 
Ventyx corporate presentation
Ventyx corporate presentationVentyx corporate presentation
Ventyx corporate presentation
 
Data integrity and consistency
Data integrity and consistencyData integrity and consistency
Data integrity and consistency
 
Application decommissioning stop spending millions supporting legacy applicat...
Application decommissioning stop spending millions supporting legacy applicat...Application decommissioning stop spending millions supporting legacy applicat...
Application decommissioning stop spending millions supporting legacy applicat...
 
Key Considerations While Rolling Out Denodo Platform
Key Considerations While Rolling Out Denodo PlatformKey Considerations While Rolling Out Denodo Platform
Key Considerations While Rolling Out Denodo Platform
 
Lean construction & BIM
Lean construction & BIMLean construction & BIM
Lean construction & BIM
 
Engineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionEngineering Construction 4.0 Revolution
Engineering Construction 4.0 Revolution
 
On line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYOn line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLY
 
GE
GEGE
GE
 
IRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing IndustriesIRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing Industries
 
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...Critical turbine maintenance: Monitoring and diagnosing planes and power plan...
Critical turbine maintenance: Monitoring and diagnosing planes and power plan...
 
AVEVA presents at the Rice Global Forum 2017
AVEVA presents at the Rice Global Forum 2017AVEVA presents at the Rice Global Forum 2017
AVEVA presents at the Rice Global Forum 2017
 
Automated legacy portfolio assessment
Automated legacy portfolio assessmentAutomated legacy portfolio assessment
Automated legacy portfolio assessment
 
Data Competitive
Data CompetitiveData Competitive
Data Competitive
 
Digital construction for Integrated Project Delivery
Digital construction for Integrated Project DeliveryDigital construction for Integrated Project Delivery
Digital construction for Integrated Project Delivery
 
SmartPlant Materials
SmartPlant MaterialsSmartPlant Materials
SmartPlant Materials
 
INtools Training
INtools TrainingINtools Training
INtools Training
 
CloudOne Continuous Engineering for IoT
CloudOne Continuous Engineering for IoTCloudOne Continuous Engineering for IoT
CloudOne Continuous Engineering for IoT
 
IRJET- A Study of Implementing Lean & Fast Tracking in Construction Proje...
IRJET-  	  A Study of Implementing Lean & Fast Tracking in Construction Proje...IRJET-  	  A Study of Implementing Lean & Fast Tracking in Construction Proje...
IRJET- A Study of Implementing Lean & Fast Tracking in Construction Proje...
 
Information Governance
Information GovernanceInformation Governance
Information Governance
 

En vedette

Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.netneeta1995
 
Collective Spammer Detection in Evolving Multi-Relational Social Networks
Collective Spammer Detection in Evolving Multi-Relational Social NetworksCollective Spammer Detection in Evolving Multi-Relational Social Networks
Collective Spammer Detection in Evolving Multi-Relational Social NetworksTuri, Inc.
 
Applying data science to sales pipelines — for fun and profit
 Applying data science to sales pipelines — for fun and profit Applying data science to sales pipelines — for fun and profit
Applying data science to sales pipelines — for fun and profitTuri, Inc.
 
Wings brochure website
Wings brochure websiteWings brochure website
Wings brochure websiteTim Lips
 
ASAM 2014 Year in Review
ASAM 2014 Year in ReviewASAM 2014 Year in Review
ASAM 2014 Year in Reviewasamdecks
 
Strata London - Deep Learning 05-2015
Strata London - Deep Learning 05-2015Strata London - Deep Learning 05-2015
Strata London - Deep Learning 05-2015Turi, Inc.
 
mistakes in websites
mistakes in websitesmistakes in websites
mistakes in websitessahzain
 
Building Economical Simulators
Building Economical SimulatorsBuilding Economical Simulators
Building Economical SimulatorsTuri, Inc.
 
HCSC Presentation JAN 2015
HCSC Presentation JAN 2015HCSC Presentation JAN 2015
HCSC Presentation JAN 2015Daniel Dickinson
 
Production Software Teollisuuden oma ohjelmistotalo
Production Software Teollisuuden oma ohjelmistotaloProduction Software Teollisuuden oma ohjelmistotalo
Production Software Teollisuuden oma ohjelmistotaloJukka Nevavuo
 
SICS: Apache Flink Streaming
SICS: Apache Flink StreamingSICS: Apache Flink Streaming
SICS: Apache Flink StreamingTuri, Inc.
 

En vedette (20)

Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.net
 
Resume_Arun
Resume_ArunResume_Arun
Resume_Arun
 
Collective Spammer Detection in Evolving Multi-Relational Social Networks
Collective Spammer Detection in Evolving Multi-Relational Social NetworksCollective Spammer Detection in Evolving Multi-Relational Social Networks
Collective Spammer Detection in Evolving Multi-Relational Social Networks
 
Long Exposure
Long ExposureLong Exposure
Long Exposure
 
Applying data science to sales pipelines — for fun and profit
 Applying data science to sales pipelines — for fun and profit Applying data science to sales pipelines — for fun and profit
Applying data science to sales pipelines — for fun and profit
 
Caffeine Vs. Napping Driving Effects
Caffeine Vs. Napping Driving EffectsCaffeine Vs. Napping Driving Effects
Caffeine Vs. Napping Driving Effects
 
Driving anxiety
Driving anxietyDriving anxiety
Driving anxiety
 
Wings brochure website
Wings brochure websiteWings brochure website
Wings brochure website
 
ASAM 2014 Year in Review
ASAM 2014 Year in ReviewASAM 2014 Year in Review
ASAM 2014 Year in Review
 
Gregory Crewdson
Gregory CrewdsonGregory Crewdson
Gregory Crewdson
 
Musker 2014
Musker 2014Musker 2014
Musker 2014
 
Strata London - Deep Learning 05-2015
Strata London - Deep Learning 05-2015Strata London - Deep Learning 05-2015
Strata London - Deep Learning 05-2015
 
mistakes in websites
mistakes in websitesmistakes in websites
mistakes in websites
 
Building Economical Simulators
Building Economical SimulatorsBuilding Economical Simulators
Building Economical Simulators
 
HCSC Presentation JAN 2015
HCSC Presentation JAN 2015HCSC Presentation JAN 2015
HCSC Presentation JAN 2015
 
Production Software Teollisuuden oma ohjelmistotalo
Production Software Teollisuuden oma ohjelmistotaloProduction Software Teollisuuden oma ohjelmistotalo
Production Software Teollisuuden oma ohjelmistotalo
 
Pydata talk
Pydata talkPydata talk
Pydata talk
 
Photography
Photography Photography
Photography
 
SICS: Apache Flink Streaming
SICS: Apache Flink StreamingSICS: Apache Flink Streaming
SICS: Apache Flink Streaming
 
Q7
Q7Q7
Q7
 

Similaire à Manufacturing Analytics at Scale

Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...
Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...
Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...DataBench
 
Bosch Splunk Roundtable: Bosch atmo Performance Center
Bosch Splunk Roundtable: Bosch atmo Performance CenterBosch Splunk Roundtable: Bosch atmo Performance Center
Bosch Splunk Roundtable: Bosch atmo Performance CenterSplunk
 
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...Intland Software GmbH
 
Agile PLM implementation and systems integration at sun microsystems
Agile PLM implementation and systems integration at sun microsystemsAgile PLM implementation and systems integration at sun microsystems
Agile PLM implementation and systems integration at sun microsystemsulfkoester
 
English profile christoph scheibner
English profile christoph scheibnerEnglish profile christoph scheibner
English profile christoph scheibnercs381
 
KeitthReynolds_resume v31SCM
KeitthReynolds_resume v31SCMKeitthReynolds_resume v31SCM
KeitthReynolds_resume v31SCMKeith Reynolds
 
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...Relating Big Data Business and Technical Performance Indicators, Barbara Pern...
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...DataBench
 
Realizing Traceability for Safety and Certainty
Realizing Traceability for Safety and CertaintyRealizing Traceability for Safety and Certainty
Realizing Traceability for Safety and CertaintySteven Vettermann
 
The Value of IBM Rational Solutions in a PLM System
The Value of IBM Rational Solutions in a  PLM System The Value of IBM Rational Solutions in a  PLM System
The Value of IBM Rational Solutions in a PLM System Cyrus Sorab
 
Bosch Connect: Under the Hood
Bosch Connect: Under the HoodBosch Connect: Under the Hood
Bosch Connect: Under the HoodLetsConnect
 
B2b Project Kick Off 012208
B2b Project Kick Off 012208B2b Project Kick Off 012208
B2b Project Kick Off 012208rapplebee
 
English profile christoph scheibner
English profile christoph scheibnerEnglish profile christoph scheibner
English profile christoph scheibnercs381
 
TAL17 - Jiří Lacina, BOS
TAL17 - Jiří Lacina, BOSTAL17 - Jiří Lacina, BOS
TAL17 - Jiří Lacina, BOSZdeněk Eliáš
 
Optima+ - NOAH19 Tel Aviv
Optima+ - NOAH19 Tel AvivOptima+ - NOAH19 Tel Aviv
Optima+ - NOAH19 Tel AvivNOAH Advisors
 
Bitrock manufacturing
Bitrock manufacturing Bitrock manufacturing
Bitrock manufacturing cosma_r
 
IBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data LandscapeIBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data LandscapeHortonworks
 
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBI
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBIGeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBI
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBIACSG Section Montréal
 
The importance of community-based collaboration for Robert Bosch GmbH
The importance of community-based collaboration for Robert Bosch GmbH The importance of community-based collaboration for Robert Bosch GmbH
The importance of community-based collaboration for Robert Bosch GmbH LetsConnect
 
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...MongoDB
 

Similaire à Manufacturing Analytics at Scale (20)

Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...
Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...
Benchmarking for Big Data Applications with the DataBench Framework, Arne Ber...
 
Bosch Splunk Roundtable: Bosch atmo Performance Center
Bosch Splunk Roundtable: Bosch atmo Performance CenterBosch Splunk Roundtable: Bosch atmo Performance Center
Bosch Splunk Roundtable: Bosch atmo Performance Center
 
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...
Advanced System Engineering in the Automotive Industry - Dr Alain Pfouga (pro...
 
Agile PLM implementation and systems integration at sun microsystems
Agile PLM implementation and systems integration at sun microsystemsAgile PLM implementation and systems integration at sun microsystems
Agile PLM implementation and systems integration at sun microsystems
 
English profile christoph scheibner
English profile christoph scheibnerEnglish profile christoph scheibner
English profile christoph scheibner
 
KeitthReynolds_resume v31SCM
KeitthReynolds_resume v31SCMKeitthReynolds_resume v31SCM
KeitthReynolds_resume v31SCM
 
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...Relating Big Data Business and Technical Performance Indicators, Barbara Pern...
Relating Big Data Business and Technical Performance Indicators, Barbara Pern...
 
Realizing Traceability for Safety and Certainty
Realizing Traceability for Safety and CertaintyRealizing Traceability for Safety and Certainty
Realizing Traceability for Safety and Certainty
 
The Value of IBM Rational Solutions in a PLM System
The Value of IBM Rational Solutions in a  PLM System The Value of IBM Rational Solutions in a  PLM System
The Value of IBM Rational Solutions in a PLM System
 
Bosch Connect: Under the Hood
Bosch Connect: Under the HoodBosch Connect: Under the Hood
Bosch Connect: Under the Hood
 
B2b Project Kick Off 012208
B2b Project Kick Off 012208B2b Project Kick Off 012208
B2b Project Kick Off 012208
 
English profile christoph scheibner
English profile christoph scheibnerEnglish profile christoph scheibner
English profile christoph scheibner
 
TAL17 - Jiří Lacina, BOS
TAL17 - Jiří Lacina, BOSTAL17 - Jiří Lacina, BOS
TAL17 - Jiří Lacina, BOS
 
Optima+ - NOAH19 Tel Aviv
Optima+ - NOAH19 Tel AvivOptima+ - NOAH19 Tel Aviv
Optima+ - NOAH19 Tel Aviv
 
Bitrock manufacturing
Bitrock manufacturing Bitrock manufacturing
Bitrock manufacturing
 
IBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data LandscapeIBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data Landscape
 
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBI
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBIGeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBI
GeoKettle, GeoMondrian et Spatialytics : une suite open source de GeoBI
 
The importance of community-based collaboration for Robert Bosch GmbH
The importance of community-based collaboration for Robert Bosch GmbH The importance of community-based collaboration for Robert Bosch GmbH
The importance of community-based collaboration for Robert Bosch GmbH
 
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...
Internet of Things Cologne 2015: The Contribution of New Data Storage and Ana...
 
ABB Scheduling.pdf
ABB Scheduling.pdfABB Scheduling.pdf
ABB Scheduling.pdf
 

Plus de Turi, Inc.

Webinar - Analyzing Video
Webinar - Analyzing VideoWebinar - Analyzing Video
Webinar - Analyzing VideoTuri, Inc.
 
Webinar - Patient Readmission Risk
Webinar - Patient Readmission RiskWebinar - Patient Readmission Risk
Webinar - Patient Readmission RiskTuri, Inc.
 
Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Turi, Inc.
 
Webinar - Product Matching - Palombo (20160428)
Webinar - Product Matching - Palombo (20160428)Webinar - Product Matching - Palombo (20160428)
Webinar - Product Matching - Palombo (20160428)Turi, Inc.
 
Webinar - Pattern Mining Log Data - Vega (20160426)
Webinar - Pattern Mining Log Data - Vega (20160426)Webinar - Pattern Mining Log Data - Vega (20160426)
Webinar - Pattern Mining Log Data - Vega (20160426)Turi, Inc.
 
Webinar - Fraud Detection - Palombo (20160428)
Webinar - Fraud Detection - Palombo (20160428)Webinar - Fraud Detection - Palombo (20160428)
Webinar - Fraud Detection - Palombo (20160428)Turi, Inc.
 
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge Datasets
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge DatasetsScaling Up Machine Learning: How to Benchmark GraphLab Create on Huge Datasets
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge DatasetsTuri, Inc.
 
Pattern Mining: Extracting Value from Log Data
Pattern Mining: Extracting Value from Log DataPattern Mining: Extracting Value from Log Data
Pattern Mining: Extracting Value from Log DataTuri, Inc.
 
Intelligent Applications with Machine Learning Toolkits
Intelligent Applications with Machine Learning ToolkitsIntelligent Applications with Machine Learning Toolkits
Intelligent Applications with Machine Learning ToolkitsTuri, Inc.
 
Text Analysis with Machine Learning
Text Analysis with Machine LearningText Analysis with Machine Learning
Text Analysis with Machine LearningTuri, Inc.
 
Machine Learning with GraphLab Create
Machine Learning with GraphLab CreateMachine Learning with GraphLab Create
Machine Learning with GraphLab CreateTuri, Inc.
 
Machine Learning in Production with Dato Predictive Services
Machine Learning in Production with Dato Predictive ServicesMachine Learning in Production with Dato Predictive Services
Machine Learning in Production with Dato Predictive ServicesTuri, Inc.
 
Machine Learning in 2016: Live Q&A with Carlos Guestrin
Machine Learning in 2016: Live Q&A with Carlos GuestrinMachine Learning in 2016: Live Q&A with Carlos Guestrin
Machine Learning in 2016: Live Q&A with Carlos GuestrinTuri, Inc.
 
Scalable data structures for data science
Scalable data structures for data scienceScalable data structures for data science
Scalable data structures for data scienceTuri, Inc.
 
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015Turi, Inc.
 
Introduction to Recommender Systems
Introduction to Recommender SystemsIntroduction to Recommender Systems
Introduction to Recommender SystemsTuri, Inc.
 
Machine learning in production
Machine learning in productionMachine learning in production
Machine learning in productionTuri, Inc.
 
Overview of Machine Learning and Feature Engineering
Overview of Machine Learning and Feature EngineeringOverview of Machine Learning and Feature Engineering
Overview of Machine Learning and Feature EngineeringTuri, Inc.
 
Building Personalized Data Products with Dato
Building Personalized Data Products with DatoBuilding Personalized Data Products with Dato
Building Personalized Data Products with DatoTuri, Inc.
 

Plus de Turi, Inc. (20)

Webinar - Analyzing Video
Webinar - Analyzing VideoWebinar - Analyzing Video
Webinar - Analyzing Video
 
Webinar - Patient Readmission Risk
Webinar - Patient Readmission RiskWebinar - Patient Readmission Risk
Webinar - Patient Readmission Risk
 
Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)
 
Webinar - Product Matching - Palombo (20160428)
Webinar - Product Matching - Palombo (20160428)Webinar - Product Matching - Palombo (20160428)
Webinar - Product Matching - Palombo (20160428)
 
Webinar - Pattern Mining Log Data - Vega (20160426)
Webinar - Pattern Mining Log Data - Vega (20160426)Webinar - Pattern Mining Log Data - Vega (20160426)
Webinar - Pattern Mining Log Data - Vega (20160426)
 
Webinar - Fraud Detection - Palombo (20160428)
Webinar - Fraud Detection - Palombo (20160428)Webinar - Fraud Detection - Palombo (20160428)
Webinar - Fraud Detection - Palombo (20160428)
 
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge Datasets
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge DatasetsScaling Up Machine Learning: How to Benchmark GraphLab Create on Huge Datasets
Scaling Up Machine Learning: How to Benchmark GraphLab Create on Huge Datasets
 
Pattern Mining: Extracting Value from Log Data
Pattern Mining: Extracting Value from Log DataPattern Mining: Extracting Value from Log Data
Pattern Mining: Extracting Value from Log Data
 
Intelligent Applications with Machine Learning Toolkits
Intelligent Applications with Machine Learning ToolkitsIntelligent Applications with Machine Learning Toolkits
Intelligent Applications with Machine Learning Toolkits
 
Text Analysis with Machine Learning
Text Analysis with Machine LearningText Analysis with Machine Learning
Text Analysis with Machine Learning
 
Machine Learning with GraphLab Create
Machine Learning with GraphLab CreateMachine Learning with GraphLab Create
Machine Learning with GraphLab Create
 
Machine Learning in Production with Dato Predictive Services
Machine Learning in Production with Dato Predictive ServicesMachine Learning in Production with Dato Predictive Services
Machine Learning in Production with Dato Predictive Services
 
Machine Learning in 2016: Live Q&A with Carlos Guestrin
Machine Learning in 2016: Live Q&A with Carlos GuestrinMachine Learning in 2016: Live Q&A with Carlos Guestrin
Machine Learning in 2016: Live Q&A with Carlos Guestrin
 
Scalable data structures for data science
Scalable data structures for data scienceScalable data structures for data science
Scalable data structures for data science
 
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015
Introduction to Deep Learning for Image Analysis at Strata NYC, Sep 2015
 
Introduction to Recommender Systems
Introduction to Recommender SystemsIntroduction to Recommender Systems
Introduction to Recommender Systems
 
Machine learning in production
Machine learning in productionMachine learning in production
Machine learning in production
 
Overview of Machine Learning and Feature Engineering
Overview of Machine Learning and Feature EngineeringOverview of Machine Learning and Feature Engineering
Overview of Machine Learning and Feature Engineering
 
SFrame
SFrameSFrame
SFrame
 
Building Personalized Data Products with Dato
Building Personalized Data Products with DatoBuilding Personalized Data Products with Dato
Building Personalized Data Products with Dato
 

Dernier

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Dernier (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Manufacturing Analytics at Scale

  • 1. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Manufacturing analytics at scale 1 Soundar Srinivasan Bosch Data Mining Services and Solutions, Palo Alto, CA Jeff Thompson, Ruobing Chen, Juergen Heit, Dirk Slama
  • 2. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 2 Outline  Bosch overview  Core business sectors  World class manufacturing  Data mining at Bosch  Successful applications in manufacturing  Unique challenges encountered  Need for further research
  • 3. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 3 2014 key figures  One of the world’s largest suppliers of automotive technology Industrial Technology Energy and Building Technology Bosch Group  48,9 billion euros in sales  R&D investment: 4.9 billion euros  360,000 associates as per April 1.15* Mobility Solutions  Leading in drive and control technology, packaging, and process technology  Leading manufacturer of security technology  Global market leader of energie-efficent heating products and hot-water solutions Consumer Goods  Leading supplier of power tools and accessories  Leading supplier of household appliances 68% share of sales *including BSH Hausgeräte GmbH (formerly BSH Bosch und Siemens Hausgeräte GmbH) and Robert Bosch Automotive Steering GmbH (formerly ZF Lenksysteme GmbH). 32% share of sales
  • 4. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 4 Four business sectors: A diverse, and rich field for data science applications Mobility Solutions Industrial Technology Energy and Building Technology Consumer Goods
  • 5. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 5  Freely programmable control units  PLC and PC based control units  Field bus (ethernet- based)  Flexible production systems  Digital data storage  Usage of internet standards  Integrated IP- connection  Identifiable and communicating objects  Mobile operation  Scalable systems (cloud as storage, ..)  Self-optimising systems  Internet-of-things Advanced manufacturing: The next industrial revolution Industry 1.0 2. industrial revolution 3. industrial revolution 4. industrial revolution Industry 2.0 Industry 3.0  Mech. control (cam disc, cam)  Energy: water / steam power  Punch cards as program memory  Conveyer belts  Master shafts  Energy: electrical 1. industrial revolution Mechanisation Electrification Digitalization Connectivity and Traceability The transformation of Industry 3.0 to Industry 4.0 (advanced manufacturing) occurs gradually Industry 4.0
  • 6. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 6 Two perspectives of Bosch in advanced manufacturing Technology and solution supplier for OEMs and end users LEAD PROVIDER System manufacturer view / production resource view LEAD OPERATOR Product manufacturer view / product view First mover in the realisation of integrated concepts with equipment providers Big Data Business processesDecentralised intelligence Machine models Software Added value networks Connection Production models
  • 7. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 7 As of 12/2014 200+ Manufacturing facilities 1000s of assembly lines Billions Of parts manufactured each year Bosch manufacturing
  • 8. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 8 Manufacturing use cases Test and Calibration Time Reduction  Prediction of test results  Prediction of calibration parameters Quality Improvement  Descriptive analytics for root-cause analysis  Early prediction from process parameters  Self-optimizing assembly line Warranty Cost Reduction Prediction of field failures from  Test and process data  Cross-value stream analysis Yield Improvement  Benchmark analysis across lines and plants  Pin-point possible root causes for performance bottlenecks (OEE, cycle time) Predictive Maintenance  Identify top failure causes  Predict component failures to avoid unscheduled machine down-times
  • 9. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 9 Business Objective: Reduce test and calibration time in the production of mobile hydraulic pumps Impact Example: Test time reduction 35% reduction in test and calibration time via accurate prediction of calibration and test results
  • 10. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 10 Example: Test time reduction Problem: Bottleneck Test Benches Approach: 1) Identify candidate tests for removal 2) Identify test ‘groups’ run in parallel 3) Use feature selection methods (group Lasso) to identify least important test measurements. 4) Remove least important test measurements (saving test time) 5) Train a predictive model to predict test outcome from remaining measurements. Layout of the assembly line
  • 11. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 11 Scalable Group Lasso min 𝛽 1 𝑛 𝑖=1 𝑛 log 1 + 𝑒𝑥𝑝 −𝑦𝑖 𝛽0 + 𝑔=1 𝐺 𝑋𝑖,𝑔 𝛽𝑔 + 𝜆 𝑔=1 𝐺 𝑤𝑔 𝛽𝑔 • We used Limited-memory BFGS (L-BFGS) with Block Coordinate Descent (BCD) to solve the optimization problem. • L-BFGS is used to obtain a quadratic approximation of the logistic regression. • BCD is used to solve the resulting sub-problem, i.e., a quadratic problem with group penalty.
  • 12. 12 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 Scalable Group Lasso  Three parts of the approach can be distributed  Gradient computation of the logistic function  Storage of L-BFGS history  BCD sub-problem solver: minimize each block simultaneously  When to and why distribute?  Distributing the gradient computation is beneficial when sample size is large  Distributing the storage of L-BFGS history is beneficial when there are a lot of features Chen et al., (NIPS 2014) show that this distributed version is advantageous over the original only when the number of feature is larger than 10Mil.  Distributing BCD is beneficial only when the number of groups is large
  • 13. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 13 Analytics and production environment  Device Management  Device Abstraction  Event Management  Software Provisioning  Identity Management Production Env.Analytics Environment Hadoop MongoDB DB Connectors Custom Scripts SAS IBM SPSS Statistica Alpine KNIME Revolution R RapidMiner Extraction, Trans- formation, Loading Aggregate Data Historic Training Data Analytics, Machine Learning Descriptive Analysis Predictive Model Extraction, Transformation Predictive Model Prognosis, Decision (-Support) Sales Data Production Data Warranty Data Device Data
  • 14. Challenges in predicting defects in manufacturing 14  Large, but distributed data  E.g. One product variant in one plant  ~15 million units, 29 data sources, 17 TB data, 22 billion measurements  High dimensional  100s-1000s typical  Schema- and dictionary-migration over time  Near real-time and resource-constrained deployment G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015
  • 15. 15 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 Other data science challenges in manufacturing  Data is short-term stationary  Time and feature correlation  Label noise  Very low (but costly) incidence rates  0-few ppm typical  Unequal costs of false alarms and false negatives  High accuracy and quality requirements
  • 16. 16 G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 Need for expanding research in manufacturing  IEEE Big Data for Advanced Manufacturing Workshop 2015 IEEE International Conference on Big Data Oct 29 – Nov 01 2015 @Santa Clara, USA http://ieeebdam15.stanford.edu/
  • 17. G1/PJ-DM | 7/17/2015 | © 2015 Robert Bosch LLC and affiliates. All rights reserved. Bosch@Data Science Summit, 2015 Backup 17 Advanced manufacturing App Store/Digital Services (2) Connected Products (1) 3D Printing Next-Gen. Robots Intelligent Powertools Top floor Shopfloor End-2-End Digital Engineering Sales/Marketing & Business Models Product Customization (5) Product Usage Data (3) Batch-Size One (7) Work Environment IoT-Enabled Manufacturing CPS De-Coupling, Product Memory Servitization (4) (9) (6) (8) IoT Service Implementation Embedded | Cloud (10) IoT Service Operation Adaptive Logistics Aftermarket Services Remote Monitoring, Predictive Maint. (12) Source: www.enterprise-iot.org

Notes de l'éditeur

  1. What is the solution that Bosch is offering.