yzbbj/Sequence-to-Sequence-Classification-Using-LSTM
To find out when was the time that the fault occurs and make predictions to find out early faults,you can use a LSTM network to classify each time step of sequence data
This helps operations engineers and maintenance teams predict when equipment faults are likely to occur by analyzing historical sensor data over time. You input sequences of sensor readings or other time-series data, and it outputs a classification for each time step, indicating whether a fault is present or imminent. This allows for early fault detection and proactive maintenance planning.
No commits in the last 6 months.
Use this if you need to classify time-series data at each step to identify patterns indicating equipment faults or other critical events.
Not ideal if you are looking for a general-purpose anomaly detection system without a focus on sequential classification or if your data is not time-series based.
Stars
9
Forks
1
Language
MATLAB
License
—
Category
Last pushed
May 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yzbbj/Sequence-to-Sequence-Classification-Using-LSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
petrobras/BibMon
Python package that provides predictive models for fault detection, soft sensing, and process...
hustcxl/Deep-learning-in-PHM
Deep learning in PHM,Deep learning in fault diagnosis,Deep learning in remaining useful life prediction
kokikwbt/predictive-maintenance
Datasets for Predictive Maintenance
biswajitsahoo1111/rul_codes_open
This repository contains code that implement common machine learning algorithms for remaining...
tvhahn/weibull-knowledge-informed-ml
Using knowledge-informed machine learning on the PRONOSTIA (FEMTO) and IMS bearing data sets....