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
- Host: GitHub
- URL: https://github.com/rohantammara/inductionmotor-faultclassifier
- Owner: rohantammara
- Created: 2018-08-30T17:36:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T08:46:14.000Z (over 7 years ago)
- Last Synced: 2025-04-12T15:50:12.493Z (about 1 year ago)
- Topics: deep-learning, keras, neural-network, tensorflow
- Language: Python
- Homepage:
- Size: 31.8 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.