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

https://github.com/rohantammara/inductionmotor-faultclassifier

Deep learning classifier to detect faults in Induction Motors
https://github.com/rohantammara/inductionmotor-faultclassifier

deep-learning keras neural-network tensorflow

Last synced: 3 months ago
JSON representation

Deep learning classifier to detect faults in Induction Motors

Awesome Lists containing this project

README

          

# Induction Motor Fault Classifier

Deep learning based model for detecting and classifying Inter-turn faults in Induction Motors using wavelet transforms.

- wvlt_coeff_net.py - The main network
- wvlt_model_test.py - Code to test model on TEST DATA.
- data_clean.py - Extracts clean experimental data to CSV files.
- test_data_clean.py - Extracts clean test data to CSV files.