デモファイル:MATLABを使った予知保全・故障予測
安全性を担保しつつ不要なメンテナンス作業を減らすというバランスの良さから、予知保全という方法が注目を集めています。ただ、データを精度よく故障予測や異常検出に結びつけるには、観測対象への理解だけでなく統計的なノウハウも必要不可欠です。
このサンプルではMATLABの機械学習機能を使い、機器の交換時期を見積もる処理を行います。ターボファンエンジンのデータを用いて、データのインポート、前処理、ラベリング、特徴量の抽出、そして学習・評価を実施します。
このファイルはWebセミナー「MATLABを使った予知保全・故障予測」で使用したファイルです。
事前に prepareData.m を実行しデモに必要なデータを準備してください。
- Case1: 故障データ無し UnsupervisedWebinarLive_JP.mlx
- Case2: 故障データ有り ClassificationWebinarLive_JP.mlx
同じデータセットを使用した例題としては他に以下のものもあります。
深層学習を使用した sequence-to-sequence 回帰(Deep Learning Toolbox を使用)
https://jp.mathworks.com/help/deeplearning/ug/sequence-to-sequence-regression-using-deep-learning.html
類似度ベースの残存耐用期間推定(Predictive Maintenance Toolboxを使用)
https://jp.mathworks.com/help/predmaint/ug/similarity-based-remaining-useful-life-estimation.html
また、教師無し学習の例としてこちらの File Exchange のコードでは他の手法も試しております。
https://jp.mathworks.com/matlabcentral/fileexchange/86323-matlab
This zip file includes the demo files for the webinar "Predictive Maintenance with MATLAB" (in Japanese)
Please run prepareData.m to download and preprocess the data set.
- Case1 No data from failures: UnsupervisedWebinarLive_JP.mlx
- Case2 Have failure data: ClassificationWebinarLive_JP.mlx
Citar como
michio (2024). デモファイル:MATLABを使った予知保全・故障予測 (https://github.com/mathworks/JP_Predictive_Maintenance_MATLAB), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Statistics and Machine Learning Toolbox > Dimensionality Reduction and Feature Extraction >
- Control Systems > Predictive Maintenance Toolbox >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
codes
codes
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.3.0.0 | add links to other examples. |
|
|
1.2.0.2 | add a link to the video |
|
|
1.2.0.1 | connected to github |
|
|
1.2.0.0 | Bug fix and add comments on prepareData.m |
||
1.1.0.0 | update PrepareData.m and added presentation slide. |
||
1.0.0.1 | Updated license
|
||
1.0.0.0 | Update prepareData.m to create required mat files from the original data. |