Help needed to build a binary classifier using neural network to classify electrical faults
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am trying to build a binary classifier to detect High Impedance Faults from simulated data using neural net designer app. I am stuck with how to input the data table in the classifier network. My data consists of Voltage and Current values of all three phases and a Fault Status variable.
These are the steps I am taking:
- In the Deep Network Designer app, I added the desired layers and exported the model into workspace.
- In the transfer learning app, when I trying to select the .mat file created in the step 1, it shows me an error as below:
Basically, I am stuck with how to import data (Datastore) into the transfer learning app.
Thanks.
0 comentarios
Respuestas (1)
Bhargavi Maganuru
el 24 de Mzo. de 2020
Hi,
To import model from mat file, select import mat file model in drop down menu of Pre-Trained model and then press continue in the pop up that comes up. Now it will ask for .mat file, select the corresponding .mat file.
If images stored in folder according to their category, then import only the main folder - using import data(Datastore)
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!