Help needed to build a binary classifier using neural network to classify electrical faults

3 次查看(过去 30 天)
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:
  1. In the Deep Network Designer app, I added the desired layers and exported the model into workspace.
  2. 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.

回答(1 个)

Bhargavi Maganuru
Bhargavi Maganuru 2020-3-24
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)
Follow this link for the example.
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by