Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurelienmorgan/abnormal_vibrations_watchdog

Time Series Anomaly detection. The monitored signal is made-up of machinery vibration sensor measurements.
https://github.com/aurelienmorgan/abnormal_vibrations_watchdog

anomaly-detection autoencoder bayesian-optimization data-pipeline etl jupyter-notebook keras lstm mongo-db pyspark python rnn tensorflow time-series

Last synced: 3 months ago
JSON representation

Time Series Anomaly detection. The monitored signal is made-up of machinery vibration sensor measurements.

Awesome Lists containing this project

README

        

# Mechanical Failure Watchdog
##### Bearings Vibration Anomaly Detection




Welcome to this Deep Learning project page !

Here, we develop an RNN model in order to detect early the forewarning signs
of forthcoming machinery hard failure.

The model we train is ready for deployment. Taking vibration sensor signal as input, it is able
to raise an alert, would the working conditions deteriorate to an extend that
the material is very likely to fail in a foreseeable future, thus indicating that
operation shall be stopped and replacement of the faulty part operated before
larger damage could be incurred.

The below notebook contains an end-to-end ETL data pipeline plus a whole Bayesian Optimization cycle
for the LSTM Autoencoder implemented to fit the bill :





Jupyter Notebook






KEYWORDS :
```Time Series```, ```Anomaly Detection```,
```Tensorflow```, ```Keras```,
```RNN```, ```LSTM```, ```Autoencoder```,
```Bayesian Optimization```,
```MongoDB```, ```PySpark```,
```ETL```, ```Data Pipeline```