Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironvenom/fault-detection-and-classification
ANN based electrical fault detection and classification using line and phase currents and voltages.
https://github.com/ironvenom/fault-detection-and-classification
artificial-neural-networks fault-classification fault-detection
Last synced: about 2 months ago
JSON representation
ANN based electrical fault detection and classification using line and phase currents and voltages.
- Host: GitHub
- URL: https://github.com/ironvenom/fault-detection-and-classification
- Owner: IronVenom
- Created: 2021-09-20T07:17:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T13:55:30.000Z (about 2 years ago)
- Last Synced: 2024-01-28T03:07:35.204Z (12 months ago)
- Topics: artificial-neural-networks, fault-classification, fault-detection
- Language: Jupyter Notebook
- Homepage:
- Size: 1.12 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electrical Fault Detection and Classification using Line and Phase Currents and Voltages
Electrical power plants require fault detection and operation of protection equipment in minimum possible time to remain stable. The faults on electrical power system transmission lines should be first detected and classified correctly, and repaired in the least possible time. The protection system used for a transmission line can also initiate the other relays to protect the power system from outages. A sound fault detection system provides a fast and secure relaying operation. Once trained on reliable data, an ANN-based fault detection system can help provide fast predictions for the presence of a fault and classify what kind of fault it is. Data for training the ANN was obtained from Kaggle.
Fault Detection ANN Model:
![Fault Detection](https://github.com/IronVenom/Fault-Detection-and-Classification/blob/main/faultdetect.png)
Fault Classification ANN Model:
![Fault Classification](https://github.com/IronVenom/Fault-Detection-and-Classification/blob/main/faultclass.png)
For Fault Detection, the model predicted the faults with an accuracy of 99.41% and for Fault Classification, the model was able to classify faults with an accuracy of 99.42%.