umbertogriffo/Predictive-Maintenance-using-LSTM
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
Implements both regression and binary classification approaches on NASA turbofan engine sensor data, processing 21-channel multivariate sequences to predict remaining useful life or failure within time windows. Built with Keras/TensorFlow and includes data preprocessing pipelines for temporal sequences across multiple engine time series, achieving 0.97 accuracy on failure classification and MAE of 12 cycles on regression tasks. Demonstrates extensibility to multi-class time-window problems through customizable data labeling strategies.
722 stars. No commits in the last 6 months.
Stars
722
Forks
250
Language
Python
License
MIT
Category
Last pushed
Feb 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/umbertogriffo/Predictive-Maintenance-using-LSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
MichaelBosello/battery-rul-estimation
Remaining Useful Life (RUL) estimation of Lithium-ion batteries using deep LSTMs
sileneer/NRP_2022_EEE12
LSTM and GRU model to predict the SOH of the batteries
uw-mad-dash/Battery-SoC-Estimation
Data and code for the paper 'Estimating Battery State-of-Charge within 1% using Machine Learning...
XiuzeZhou/RUL
Transformer Network for Remaining Useful Life Prediction of Lithium-Ion Batteries
alexdatadesign/lfp_soc_ml
LiFePo4(LFP) Battery State of Charge (SOC) estimation from BMS raw data