Predictive maintenance
Predicting failures using machine learning
May 8, 2018 HKUST predictive maintenance contest
Predictive maintenance Predicting failures using machine learning - - PowerPoint PPT Presentation
HKUST predictive maintenance contest May 8, 2018 Predictive maintenance Predicting failures using machine learning company confidential 3 nexperia.com company confidential Semiconductor packaging 4 nexperia.com company confidential
May 8, 2018 HKUST predictive maintenance contest
company confidential
company confidential nexperia.com 3
company confidential
nexperia.com 4
company confidential
What is it?
A maintenance strategy based on a time-to-failure estimate acquired from machine-, process- and test- data.
How does it work?
By analysing data from many different machines and production lines, a statistical correlation between the data and common failures can be made. This process can be aided by several tools from the Data Mining and Machine learning fields.
What is the benefit?
The maintenance can be scheduled more efficiently. By
necessary, the costs of downtime can be reduced.
nexperia.com 5
Machine time-to-failure estimation
company confidential
Available data
Event analysis
6 nexperia.com
company confidential
Available data
Data preparation (already done)
Prediction window
Event analysis
7 nexperia.com
company confidential
Available data
Data preparation (already done)
Prediction window
performance in the Prediction window
Observation Window. For each error type:
Event analysis
8 nexperia.com
company confidential
Available data
Data preparation (already done)
Prediction window
performance in the Prediction window
Observation Window. For each error type:
NOTE: THIS IS DIFFERENT THAN BEFORE Event analysis
9 nexperia.com
company confidential
feature-label tabular form.
Prediction-Window sizes are provided:
errors are represented by their Error ID.
correspond to the features on the same row.
Value and Pickle format. Python (Pandas) command for reading the Pickled files:
pd.read_pickle(fileName)
Notes
10 nexperia.com
company confidential
most important), evaluate the models using the verification dataset.
Performance evaluation
Assignment summary
11 nexperia.com
company confidential
The event analysis method is based on a paper from IBM: Authors:
Title: Predictive maintenance based on event-log analysis: A case study Journal: IBM Journal of Research and Development, vol. 61, no. 1, pp. 11:121 - 11:132 Year: 2017
Reference
12 nexperia.com