Can I use Deep Network Designer to classify data in a table for fault Classification.

2 次查看(过去 30 天)
Using the code from here I want to take the FeaturesTable and insert it into a Deep Network Designer to combine SVM and other network classification methods. It seems that the Deep Network Designer only wants images as inputs. Is there a way to input data tables in for the fault classification?
This is what pops up when I try to import data:
This is a quick screenshot of what the data table looks like.

回答(1 个)

Shoaib iqbal
Shoaib iqbal 2023-2-13
Hi Lawrence,
I understand that you are trying to input a table to Deep Learning model using Deep Learning Designer.
To input the table, use the layer 'featureInputLayer'. Then you need to create a datastore from your input. In the workspace, you can write the command
ds = arrayDatastore(tbl); %tbl is your table
After creating, you can see the same datastore in "Import DataStore" tab.
For more information on 'featureInputLayer' and 'Train network with Numeric Features', refer to the docs
Hope this solves your query.

类别

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

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by