Skip to content

RonakDedhiya/Early-Warning-Fault-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Early-Warning-Fault-Detection

Problem statement/Background:- Build a Tensorflow Model to do early detection of machine failure (on basis of memory consumption). With proper machine monitoring, we could achieve preventive maintenance, improved safety and cost savings.

High Level Requirement :-Python 3.6,Tensorflow 1.4, sklearn, keras

Implementation:-

We have a Edge device which is continuously monitored. We have to early detect the possible failure of machine and alert the system.Approach is to do time series forecast using Deep Learning LSTM model where it will predict the future value beforehand and then using classifier to decide to give alert or not.

Steps to follow :-

  1. Build a LSTM model to predict future values. Refer here
  2. Build a classifier to accurately decide/classify (Alert/ No Alert). Refer here
  3. Integration & Modification. Refer here

Releases

No releases published

Packages

No packages published

Languages