Anomaly detection, warning system and real time simulation in predictive maintenance using LSTM and CNN
5 views (last 30 days)
Show older comments
I am currently working on a project regarding predictive maintenance with LSTM and CNN. The algorithms are good to run. However, my task now is to add few features to the project. The features are anomaly detection, warning system and deployment of the algorithm to perform live data simulation.
Answers (1)
Prateek Rai
on 9 Oct 2021
To my understanding, you have created a deep learning model for predictive maintenance with LSTM and CNN and want to add anomaly detection, warning system, and real time simulation functionalities.
For anomaly detection, you have to first set the criteria as to what output values will be distinguished as an anomaly. Based on that you have to develop your warning system.
After you are done with both the steps, then you can proceed with deployment to enable the algorithm to be fed with live data for real time simulation.
For deployment, you can refer to Prototype Deep Learning Networks on FPGA MathWorks Documentation page to learn more on deploying deep learning networks onto target FPGA and SoC boards.
2 Comments
Prateek Rai
on 9 Oct 2021
It depends on your model. Anomaly detection depends on what activity you think anomaly is. For example, if you are reconstructing the input back as output then anomaly depends on the mean square error between input and output. Another example is what I stated in my answer, if you want your prediction to be less than a threshold then anomaly would be the case when output is more than that threshold.
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!