SlideShare a Scribd company logo
1st edition
March 7-8, 2019
2BigML, Inc | T2C S.L.
The Data-Driven Factory
Transforming Industries with Machine Learning
César Henández
Advanced Analytics & Account Manager, T2C
3#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Outline
Let’s talk about:
Understanding why BIGML is the new paradigm.
Who we are
The Factory status
Digitalizing an industrial process
Automation in an industrial environment
Applying Machine Learning
1
2
3
4
5
4#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
T2C
TALENT
CONSISTENCY
EFFICIENCY
INNOVATION
Barcelona
Málaga
•
•
Introduction
5#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
T2 CL IE NT
SAP
Talent Efficiency Consistency Innovation
Business
Intelligence
IT Systems Development
NEW
Advanced Analytics
Introduction
6#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Factories
7#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
e
Additive
Manufacturing
Such as 3D printing, to
prototype and produce
individual components.
O
Simulation
Leverage real-time
data and mirror the
physical processes .
E
Integration
Horizontal y vertical
system integrations.
0Cybersecurity
The need to protect critical
industrial systems.b
Augmented
Reality
The companies will make
much broader use.
H
Autonomous
Robots
Laser, Automate, Self-
Guided Vehicles (LGV,
AGV,…)
y
Data Lakes
The collection and
comprehensive
evaluation of data
m IoT
More devices will be
enriched with embedded
computing.
20%
Current Implementation
The development of this technologies is
growing year to year. The advanced digital
transformation is already used in
manufacturing. The Industry 4.0 will change
processes and productions.
Industry 4.0
8#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
First objective: Break the wall
Current factory status
• Papers and printing.
• Manual checks.
• Low traceability.
• Processes based on average measures.
• If it ain't broke, don't touch it!
One Step Behind
9#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Manufacturer’s adoption of ML to
improve predictive maintenance will
increase 38% in the next five years.
PwC March’18
https://www.pwc.de/de/digitale-transformation/digital-factories-2020-shaping-the-future-of-manufacturing.pdf
ML in the Industry
10
Usually, only a 20% of the
data owned by an
enterprise is stored in
traditional databases
Without Data,
We are blind
Atriles
By digitalizing
processes we
generate new data
sources and steed up
factory applications.
Data
Gathering
Process
11#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Digitalizing Processes
FROM:
• Checking production plan from
paper.
• Checking materials by barcode
comparison from paper.
• Recieving a call to register
alternative materials.
TO:
• Visually checking materials.
• Reading codebars with automatic
validation.
• Automatically recieving alternative
materials.
• COLLECTING DATA!
12#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
1. Faster material picking
2. Less production errors
3. Traceability on those errors
4. Reduced material waste
5. Data collection
Benefits
13
Usually, only a 20% of the
data owned by an
enterprise is stored in
traditional databases
Without Data,
We are blind
Atriles
By digitalizing
processes we
generate new data
sources and steed up
factory applications.
Data
Gathering
GrabIT
Once we have the data,
we can start creating
new added-value tasks.
Prove Data
Value
Process
14#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Production
plan from
SAP
Compute
needs:
MATERIAL
QTY
TIME
Line
operator:
Request
suggested
mission
Select
package:
Warehouse
optimizatio
n rules
LGV’s serve
materials to
line
prioritizing
needs
Automation: Material Delivery
15#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
GrabIT Server
WAREHOUSE
SYSTEM
SAP
LGV
SYSTEM
MySql Web
Movement
service
Cache
service
Movement queue
service
Calculations
Calculations
ATRILES
GrabIT Architecture
PRODUCTION
SYSTEM
16#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
1. Efficient material buffering in lines.
2. Reduced delivery errors.
3. Higher efficiency on material
management and consumption.
4. Reduced budget in shelf repairs.
Benefits
17
Usually, only a 20% of the
data owned by an
enterprise is stored in
traditional databases
Without Data,
We are blind
Atriles
By digitalizing
processes we
generate new data
sources and steed up
factory applications.
Data
Gathering
GrabIT
Once we have the data,
we can start creating
new added-value tasks.
Prove Data
Value
Prediction
At the maturity stage, new
possibilities arise with
BIGML as enabler to unlock
for potential on your data.
Machine
Learning
Process
18#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Movement Data
‘movements_queue’:
• Transactional log of all the missions status.
• Main fields:
• MissionID
• Status
• Source
• Destination
• MaterialCode
• PackageID
• ProcessedTime
• ErrorReason
• DueDate
• Volume:
• Data from October 2018 until February 2019.
• 47.147 rows.
‘status_code’:
• Describes the different status codes.
• Main fields:
• Code
• Description
‘master_materials_info’:
• Contains information about the materials.
• Main fields:
• MaterialID
• Unit
• Type
• Valid_from
• Valid_to
• Last_update
‘master_package_info’:
• Contains information on warehouse packages.
• Main fields:
• PackageID
• MaterialID
• PalletType
• Stability
• Amount
• DueDate
• LastUpdateFromMes
19#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Predict Missions Outcome
Line operator requests material
A mission is created
Predict result
Set priority, origin and destination
OK ERROR
20#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Data Wrangling
RAW DATA FROM DIFFERENT TABLES
ML READY DATA
21#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Date Feature Engineering
AUTOMATIC FEATURE ENGINEERING ON DATE-TIME FIELDS
22#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Dataset Features
• MissionID
• Status
• ErrorReason
• Source
• Destination
• MaterialCode
• PackageID
• PalletType
• Stability
5 Months | ~14k rows | 44 Features
• Amount
• DueDate
• LastUpdateFromMes
• LastUpdateFromLGV
• ProcessedTime
• SourceDisabled
• DestinationDisabled
• 28 Automatic Date-Time
Features
23#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Data Leakage
Wait… error reason?
• If we specify there was an
error reason we are
already giving the result.
• At the prediction time we
won’t know the error
reason so It’s not a valid
field.
24#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Defining Target
• Flatline always comes in handy for data transformations.
• We also remove ErrorReason and Status from our dataset
to prevent Data Leakage.
25#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Split train and test
SOURCE RAW_DATASET FLATLINE DATASET
TEST
TRAINING
26#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
• We proceed to remove
anomalies with an anomaly
score higher than 60%.
• 50 anomalies removed.
Anomaly Detection
Let’s remove anomalies from our
training dataset
27#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Creating our First Model
SOURCE RAW_DATASET FLATLINE DATASET
TEST
TRAINING ANOMALY MODEL
EVALUATION
28#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Simple Model Evaluation
29#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Improving with OptiML
30#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Deepnet Evaluation
31#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Improvement
32#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Complete ML Workflow
SOURCE RAW_DATASET FLATLINE DATASET
TEST
TRAINING ANOMALY DEEPNET
EVALUATION
PREDICTION
33#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L.
Production
Which missions are likely to fail?
PREDICTIONMISION GENERATION
OK
ERROR
EXECUTE
MISSION
REVIEW
MISSION
34
Usually, only a 20% of the
data owned by an
enterprise is stored in
traditional databases
Without Data,
We are blind
Atriles
By digitalizing
processes we
generate new data
sources and steed up
factory applications.
Data
Gathering
GrabIT
Once we have the data,
we can start creating
new added-value tasks.
Prove Data
Value
Prediction
At the maturity stage, new
possibilities arise with
BIGML as enabler to unlock
for potential on your data.
Machine
Learning
Prescription
(
Process
BigML, Inc | T2C S.L. 35
Predictive maintenance of industry
will generate a 10% reduction in
annual maintenance costs, up to a
20% downtime reduction and 25%
reduction in inspection costs.
McKinsey & Company October’18
Predictive Maintenance
Today 10%
Tomorrow 90%
Specific use cases
The access to the ML is
closed, difficult and
specific.
Democratize ML
Focus on the data-driven
decisions, providing access
to BIGML through the whole
organization.
How we
see the
Machine
Learning
What we
can do
together
INDUSTRIAL
Gathering Data, Cleaning,
Standardization, Feature
Engineering, Machine Learning.
SALES
Gathering Data, Cleaning,
Standardization, Feature
Engineering, Machine Learning
CUSTOMER SERVICE
Gathering Data, Cleaning,
Standardization, Feature
Engineering, Machine Learning
… AND TRANSFORM YOUR BUSINESS!
MLSEV. Use Case: The Data-Driven Factory

More Related Content

PDF
MLSEV. Use Case: The All-in-One Data Warehouse and Machine Learning
PDF
MLSEV. Automating Decision Making
PDF
MLSEV. Use Case: Smart Energy Management
PDF
MLSEV. BigML Workshop I
PDF
MLSEV. Use Case: Predicting Manufacturing Results with Machine Learning
PDF
MLSEV. Use Case: Robotic Process Automation and Machine Learning
PPTX
Data Science for Smart Manufacturing
PDF
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...
MLSEV. Use Case: The All-in-One Data Warehouse and Machine Learning
MLSEV. Automating Decision Making
MLSEV. Use Case: Smart Energy Management
MLSEV. BigML Workshop I
MLSEV. Use Case: Predicting Manufacturing Results with Machine Learning
MLSEV. Use Case: Robotic Process Automation and Machine Learning
Data Science for Smart Manufacturing
"How Pirelli uses Domino and Plotly for Smart Manufacturing" by Alberto Arrig...

What's hot (20)

PDF
sMART Store of Cypher-Annotated Microservices
PPTX
From Data Science to MLOps
PDF
Evolutionary Machine Intelligence in Smart Markets of microservices
PDF
LinkedIn-ATG-SI-2016May22-SE-V5
PPTX
Data Science at Netflix - Principles for Speed & Scale [Rev 2019 keynote]
PPTX
Tapjoy: Building a Real-Time Data Science Service for Mobile Advertising
PPTX
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...
PDF
Building A Feature Factory
PDF
Debugging AI
PDF
MLSD18. Data Cleaning
PDF
Data science for smart manufacturing at Pirelli
PDF
Data & AI Platforms — Open Source Vs Managed Services (AWS vs Azure vs GCP)
PDF
Building the Ideal Stack for Machine Learning
PDF
Seldon: Deploying Models at Scale
PDF
Counter Intuitive Machine Learning for the Industrial Internet of Things
PPTX
Ropec20neural stick
PPTX
Academia to industry looking back on a decade of ml
PDF
Tuning 2.0: Advanced Optimization Techniques Webinar
PDF
Enabling Real-Time Analytics for IoT
PDF
Mika Karaila - Ai chatbots industry cases
sMART Store of Cypher-Annotated Microservices
From Data Science to MLOps
Evolutionary Machine Intelligence in Smart Markets of microservices
LinkedIn-ATG-SI-2016May22-SE-V5
Data Science at Netflix - Principles for Speed & Scale [Rev 2019 keynote]
Tapjoy: Building a Real-Time Data Science Service for Mobile Advertising
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...
Building A Feature Factory
Debugging AI
MLSD18. Data Cleaning
Data science for smart manufacturing at Pirelli
Data & AI Platforms — Open Source Vs Managed Services (AWS vs Azure vs GCP)
Building the Ideal Stack for Machine Learning
Seldon: Deploying Models at Scale
Counter Intuitive Machine Learning for the Industrial Internet of Things
Ropec20neural stick
Academia to industry looking back on a decade of ml
Tuning 2.0: Advanced Optimization Techniques Webinar
Enabling Real-Time Analytics for IoT
Mika Karaila - Ai chatbots industry cases
Ad

Similar to MLSEV. Use Case: The Data-Driven Factory (20)

PDF
Digital Transformation and Process Optimization in Manufacturing
PPTX
Data driven smart manufaturing
PDF
Achieving a 360-degree view of manufacturing via open source industrial data ...
PDF
C2_W1---.pdf
PPTX
Achieving a 360 degree view of manufacturing
PDF
RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...
PDF
DutchMLSchool. ML for Energy Trading and Automotive Sector
PDF
VSSML17 Review. Summary Day 2 Sessions
PPTX
Manufacturing Data Analytics
PDF
Open Source Data Management for Industry 4.0
PDF
DutchMLSchool. Machine Learning: Why Now?
PDF
From Lab to Factory: Creating value with data
PDF
VSSML16 LR2. Summary Day 2
PPTX
The Challenge of Driving Business Value from the Analytics of Things (AOT)
PDF
Productionising Machine Learning Models
PPTX
Data Driven Action : A Primer on Data Science
PDF
DutchMLSchool. Automating Decision Making
PPTX
Big Data Pipelines and Machine Learning at Uber
PDF
Marvin Platform – Potencializando equipes de Machine Learning
PPTX
Arquitectura de Datos en Azure
Digital Transformation and Process Optimization in Manufacturing
Data driven smart manufaturing
Achieving a 360-degree view of manufacturing via open source industrial data ...
C2_W1---.pdf
Achieving a 360 degree view of manufacturing
RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...
DutchMLSchool. ML for Energy Trading and Automotive Sector
VSSML17 Review. Summary Day 2 Sessions
Manufacturing Data Analytics
Open Source Data Management for Industry 4.0
DutchMLSchool. Machine Learning: Why Now?
From Lab to Factory: Creating value with data
VSSML16 LR2. Summary Day 2
The Challenge of Driving Business Value from the Analytics of Things (AOT)
Productionising Machine Learning Models
Data Driven Action : A Primer on Data Science
DutchMLSchool. Automating Decision Making
Big Data Pipelines and Machine Learning at Uber
Marvin Platform – Potencializando equipes de Machine Learning
Arquitectura de Datos en Azure
Ad

More from BigML, Inc (20)

PDF
DutchMLSchool 2022 - Automation
PDF
DutchMLSchool 2022 - ML for AML Compliance
PDF
DutchMLSchool 2022 - Multi Perspective Anomalies
PDF
DutchMLSchool 2022 - My First Anomaly Detector
PDF
DutchMLSchool 2022 - Anomaly Detection
PDF
DutchMLSchool 2022 - History and Developments in ML
PDF
DutchMLSchool 2022 - End-to-End ML
PDF
DutchMLSchool 2022 - A Data-Driven Company
PDF
DutchMLSchool 2022 - ML in the Legal Sector
PDF
DutchMLSchool 2022 - Smart Safe Stadiums
PDF
DutchMLSchool 2022 - Process Optimization in Manufacturing Plants
PDF
DutchMLSchool 2022 - Anomaly Detection at Scale
PDF
DutchMLSchool 2022 - Citizen Development in AI
PDF
Democratizing Object Detection
PDF
BigML Release: Image Processing
PDF
Machine Learning in Retail: Know Your Customers' Customer. See Your Future
PDF
Machine Learning in Retail: ML in the Retail Sector
PDF
ML in GRC: Machine Learning in Legal Automation, How to Trust a Lawyerbot
PDF
ML in GRC: Supporting Human Decision Making for Regulatory Adherence with Mac...
PDF
ML in GRC: Cybersecurity versus Governance, Risk Management, and Compliance
DutchMLSchool 2022 - Automation
DutchMLSchool 2022 - ML for AML Compliance
DutchMLSchool 2022 - Multi Perspective Anomalies
DutchMLSchool 2022 - My First Anomaly Detector
DutchMLSchool 2022 - Anomaly Detection
DutchMLSchool 2022 - History and Developments in ML
DutchMLSchool 2022 - End-to-End ML
DutchMLSchool 2022 - A Data-Driven Company
DutchMLSchool 2022 - ML in the Legal Sector
DutchMLSchool 2022 - Smart Safe Stadiums
DutchMLSchool 2022 - Process Optimization in Manufacturing Plants
DutchMLSchool 2022 - Anomaly Detection at Scale
DutchMLSchool 2022 - Citizen Development in AI
Democratizing Object Detection
BigML Release: Image Processing
Machine Learning in Retail: Know Your Customers' Customer. See Your Future
Machine Learning in Retail: ML in the Retail Sector
ML in GRC: Machine Learning in Legal Automation, How to Trust a Lawyerbot
ML in GRC: Supporting Human Decision Making for Regulatory Adherence with Mac...
ML in GRC: Cybersecurity versus Governance, Risk Management, and Compliance

Recently uploaded (20)

PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PDF
Lecture1 pattern recognition............
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPT
Reliability_Chapter_ presentation 1221.5784
PPT
ISS -ESG Data flows What is ESG and HowHow
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
1_Introduction to advance data techniques.pptx
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
Business Acumen Training GuidePresentation.pptx
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPT
Quality review (1)_presentation of this 21
PDF
annual-report-2024-2025 original latest.
oil_refinery_comprehensive_20250804084928 (1).pptx
Lecture1 pattern recognition............
Business Ppt On Nestle.pptx huunnnhhgfvu
Reliability_Chapter_ presentation 1221.5784
ISS -ESG Data flows What is ESG and HowHow
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Miokarditis (Inflamasi pada Otot Jantung)
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
IB Computer Science - Internal Assessment.pptx
1_Introduction to advance data techniques.pptx
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
Fluorescence-microscope_Botany_detailed content
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Business Acumen Training GuidePresentation.pptx
Data_Analytics_and_PowerBI_Presentation.pptx
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Quality review (1)_presentation of this 21
annual-report-2024-2025 original latest.

MLSEV. Use Case: The Data-Driven Factory

  • 2. 2BigML, Inc | T2C S.L. The Data-Driven Factory Transforming Industries with Machine Learning César Henández Advanced Analytics & Account Manager, T2C
  • 3. 3#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Outline Let’s talk about: Understanding why BIGML is the new paradigm. Who we are The Factory status Digitalizing an industrial process Automation in an industrial environment Applying Machine Learning 1 2 3 4 5
  • 4. 4#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. T2C TALENT CONSISTENCY EFFICIENCY INNOVATION Barcelona Málaga • • Introduction
  • 5. 5#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. T2 CL IE NT SAP Talent Efficiency Consistency Innovation Business Intelligence IT Systems Development NEW Advanced Analytics Introduction
  • 6. 6#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Factories
  • 7. 7#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. e Additive Manufacturing Such as 3D printing, to prototype and produce individual components. O Simulation Leverage real-time data and mirror the physical processes . E Integration Horizontal y vertical system integrations. 0Cybersecurity The need to protect critical industrial systems.b Augmented Reality The companies will make much broader use. H Autonomous Robots Laser, Automate, Self- Guided Vehicles (LGV, AGV,…) y Data Lakes The collection and comprehensive evaluation of data m IoT More devices will be enriched with embedded computing. 20% Current Implementation The development of this technologies is growing year to year. The advanced digital transformation is already used in manufacturing. The Industry 4.0 will change processes and productions. Industry 4.0
  • 8. 8#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. First objective: Break the wall Current factory status • Papers and printing. • Manual checks. • Low traceability. • Processes based on average measures. • If it ain't broke, don't touch it! One Step Behind
  • 9. 9#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Manufacturer’s adoption of ML to improve predictive maintenance will increase 38% in the next five years. PwC March’18 https://www.pwc.de/de/digitale-transformation/digital-factories-2020-shaping-the-future-of-manufacturing.pdf ML in the Industry
  • 10. 10 Usually, only a 20% of the data owned by an enterprise is stored in traditional databases Without Data, We are blind Atriles By digitalizing processes we generate new data sources and steed up factory applications. Data Gathering Process
  • 11. 11#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Digitalizing Processes FROM: • Checking production plan from paper. • Checking materials by barcode comparison from paper. • Recieving a call to register alternative materials. TO: • Visually checking materials. • Reading codebars with automatic validation. • Automatically recieving alternative materials. • COLLECTING DATA!
  • 12. 12#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. 1. Faster material picking 2. Less production errors 3. Traceability on those errors 4. Reduced material waste 5. Data collection Benefits
  • 13. 13 Usually, only a 20% of the data owned by an enterprise is stored in traditional databases Without Data, We are blind Atriles By digitalizing processes we generate new data sources and steed up factory applications. Data Gathering GrabIT Once we have the data, we can start creating new added-value tasks. Prove Data Value Process
  • 14. 14#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Production plan from SAP Compute needs: MATERIAL QTY TIME Line operator: Request suggested mission Select package: Warehouse optimizatio n rules LGV’s serve materials to line prioritizing needs Automation: Material Delivery
  • 15. 15#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. GrabIT Server WAREHOUSE SYSTEM SAP LGV SYSTEM MySql Web Movement service Cache service Movement queue service Calculations Calculations ATRILES GrabIT Architecture PRODUCTION SYSTEM
  • 16. 16#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. 1. Efficient material buffering in lines. 2. Reduced delivery errors. 3. Higher efficiency on material management and consumption. 4. Reduced budget in shelf repairs. Benefits
  • 17. 17 Usually, only a 20% of the data owned by an enterprise is stored in traditional databases Without Data, We are blind Atriles By digitalizing processes we generate new data sources and steed up factory applications. Data Gathering GrabIT Once we have the data, we can start creating new added-value tasks. Prove Data Value Prediction At the maturity stage, new possibilities arise with BIGML as enabler to unlock for potential on your data. Machine Learning Process
  • 18. 18#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Movement Data ‘movements_queue’: • Transactional log of all the missions status. • Main fields: • MissionID • Status • Source • Destination • MaterialCode • PackageID • ProcessedTime • ErrorReason • DueDate • Volume: • Data from October 2018 until February 2019. • 47.147 rows. ‘status_code’: • Describes the different status codes. • Main fields: • Code • Description ‘master_materials_info’: • Contains information about the materials. • Main fields: • MaterialID • Unit • Type • Valid_from • Valid_to • Last_update ‘master_package_info’: • Contains information on warehouse packages. • Main fields: • PackageID • MaterialID • PalletType • Stability • Amount • DueDate • LastUpdateFromMes
  • 19. 19#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Predict Missions Outcome Line operator requests material A mission is created Predict result Set priority, origin and destination OK ERROR
  • 20. 20#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Data Wrangling RAW DATA FROM DIFFERENT TABLES ML READY DATA
  • 21. 21#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Date Feature Engineering AUTOMATIC FEATURE ENGINEERING ON DATE-TIME FIELDS
  • 22. 22#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Dataset Features • MissionID • Status • ErrorReason • Source • Destination • MaterialCode • PackageID • PalletType • Stability 5 Months | ~14k rows | 44 Features • Amount • DueDate • LastUpdateFromMes • LastUpdateFromLGV • ProcessedTime • SourceDisabled • DestinationDisabled • 28 Automatic Date-Time Features
  • 23. 23#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Data Leakage Wait… error reason? • If we specify there was an error reason we are already giving the result. • At the prediction time we won’t know the error reason so It’s not a valid field.
  • 24. 24#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Defining Target • Flatline always comes in handy for data transformations. • We also remove ErrorReason and Status from our dataset to prevent Data Leakage.
  • 25. 25#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Split train and test SOURCE RAW_DATASET FLATLINE DATASET TEST TRAINING
  • 26. 26#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. • We proceed to remove anomalies with an anomaly score higher than 60%. • 50 anomalies removed. Anomaly Detection Let’s remove anomalies from our training dataset
  • 27. 27#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Creating our First Model SOURCE RAW_DATASET FLATLINE DATASET TEST TRAINING ANOMALY MODEL EVALUATION
  • 28. 28#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Simple Model Evaluation
  • 29. 29#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Improving with OptiML
  • 30. 30#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Deepnet Evaluation
  • 31. 31#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Improvement
  • 32. 32#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Complete ML Workflow SOURCE RAW_DATASET FLATLINE DATASET TEST TRAINING ANOMALY DEEPNET EVALUATION PREDICTION
  • 33. 33#MLSEV: THE DATA-DRIVEN FACTORYBigML, Inc | T2C S.L. Production Which missions are likely to fail? PREDICTIONMISION GENERATION OK ERROR EXECUTE MISSION REVIEW MISSION
  • 34. 34 Usually, only a 20% of the data owned by an enterprise is stored in traditional databases Without Data, We are blind Atriles By digitalizing processes we generate new data sources and steed up factory applications. Data Gathering GrabIT Once we have the data, we can start creating new added-value tasks. Prove Data Value Prediction At the maturity stage, new possibilities arise with BIGML as enabler to unlock for potential on your data. Machine Learning Prescription ( Process
  • 35. BigML, Inc | T2C S.L. 35 Predictive maintenance of industry will generate a 10% reduction in annual maintenance costs, up to a 20% downtime reduction and 25% reduction in inspection costs. McKinsey & Company October’18 Predictive Maintenance
  • 36. Today 10% Tomorrow 90% Specific use cases The access to the ML is closed, difficult and specific. Democratize ML Focus on the data-driven decisions, providing access to BIGML through the whole organization. How we see the Machine Learning
  • 37. What we can do together INDUSTRIAL Gathering Data, Cleaning, Standardization, Feature Engineering, Machine Learning. SALES Gathering Data, Cleaning, Standardization, Feature Engineering, Machine Learning CUSTOMER SERVICE Gathering Data, Cleaning, Standardization, Feature Engineering, Machine Learning … AND TRANSFORM YOUR BUSINESS!