This repository contains a Deep CNN classifier of Power Quality Disturbances.
Python 3 Tensorflow Keras matplotlib scipy (using MATLAB)
- Clone the repository.
- Add your dataset to the same folder as the cloned code.
- DeepCNN.py is the main file.Current dataset format is a MATLAB sturcut file. Replace the dataset filename in DeepCNN.py, at line: < DataBase = loadmat('DB_name.mat') >