Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
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.

Réponses (1)

Shoaib iqbal
Shoaib iqbal le 13 Fév 2023
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.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by