Found 203 repositories(showing 30)
umbertogriffo
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
alidi24
Deep learning models (RNN & LSTM & WaveNet) for predicting the remaining useful life of rolling element bearings using time series health indicators. Compares performance between different architectures for predictive maintenance applications.
This project uses the NASA Turbofan Engine Dataset and an LSTM model to predict equipment failures, enabling proactive maintenance through time-series analysis.
jieunparklee
Predictive maintenance using LSTM and anomaly detection
Remaining Useful Life (RUL) prediction for turbofan engines using Domain-Adversarial Neural Networks (DANN-LSTM). Addresses domain shift challenges in predictive maintenance with 30% RMSE improvement over baseline methods. PyTorch implementation on NASA CMAPSS dataset with SHAP interpretability.
This project, inspired by an earlier work on Predictive Maintenance using LSTM, employs a Decision Tree Classification Model to predict the remaining useful life of aircraft engines. Using simulated sensor data from gas turbine engines, the model seeks to optimize maintenance scheduling to minimize unexpected failures.
anshulofficial
In this repository, I have used th ML model that LSTM for predictive modelling ans maintenance
AlfaPankaj
Predictive Maintenance System Using Time-Series Sensor Data with Random Forest & LSTM.
pvkr105
In this notebook, we build an LSTM network for the data set and scenerio described at Predictive Maintenance Template to predict remaining useful life of aircraft engines. In summary, the template uses simulated aircraft sensor values to predict when an aircraft engine will fail in the future so that maintenance can be planned in advance.
Chaitanya5068
A dynamic Predictive Maintenance system that auto-detects dataset type and uses ANN for failure classification and LSTM for RUL forecasting. Optimized with Adam and Early Stopping, the project includes a Streamlit web interface for real-time model training and machine health predictions.
AjiteshMahalingam
LSTM network is used to predict the RUL of turbofan engines.
Predictive Maintenance Model for Turbofan Engines using LSTM
Sakthisudarsh1206
Advanced predictive maintenance for wind turbines using digital twin technology and a hybrid deep learning model. It integrates SCADA and historical fault data to create a digital twin. It combines transformer encoders, with LSTM, and GRU layers, forecasts faults while Microsoft Azure Digital Twins enable simulation, visualization, and monitoring.
leonardloh
Demonstration of predictive maintenance using LSTM via classification and regression method.
TatjanaChernenko
Predictive Maintenance: Use LSTM to predict failure (binary classification) and RUL (remaining useful life or time to failure with regression) of aircraft engines.
Praveena1809
Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras
nikookn
Predictive Maintenance using LSTM
HumairaQadeer
An AI-powered computer vision project for textile defect detection, achieving over 85% accuracy. Includes predictive maintenance with IoT sensor data and supply chain forecasting using ARIMA/LSTM. Designed to improve quality control and efficiency in manufacturing.
This project predicts the Remaining Useful Life of aircraft engines using the NASA C-MAPSS dataset. Multiple machine learning and deep learning models (Linear Regression, Random Forest, SVR, and CNN+LSTM) are compared for time-series sensor data, with emphasis on feature engineering and real-world predictive maintenance applications.
No description available
Shashank545
No description available
neilfrndes
Predictive maintenance using LSTM
ashishpatel26
Predictive maintenance using LSTM/TCN
No description available
BharathKumarNLP
git@github.com:umbertogriffo/Predictive-Maintenance-using-LSTM.git
EKTAMULKALWAR
NASA turbofan engine health monitoring using LSTM and predictive maintenance
oldmanstreetcoding
Predictive Maintenance Using LSTM and GRU on NASA Turbofan Engine Dataset
plusangel
Predictive maintenance for pump sensor data using a simple LSTM model
the1quadfather
Remaining useful life prediction for predictive maintenance using an LSTM architecture. Based on the NASA CMAPSS dataset.
dongwon18
Use some open datasets to train deep learning models(CNN, RNN, LSTM, GRU) for industrial predictive maintenance