Datastore for deep learning
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I woul like to create a predictive model and I think to use the deep learning app of matlab.
I have a matrix with ten columns:
- nine columns of fratures (some columns are numeric others are alphabetical)
- the lastone column is the output that I whant obtain
I save the matrix in the workspace of matlab but I can't import my data matrix in deep learning app...
In my case, deep learning is the correct instrument?
would you like help me?
thanks
0 Kommentare
Antworten (1)
Abhishek Gupta
am 24 Dez. 2020
Hi,
As per my understanding, you are facing issues while importing data in the deep learning app. I would suggest you use the Neural Net Fitting app. Here is the step to step guide from importing the data to saving your results: -
Note - in step3, you will be importing the 'Inputs' (9 feature columns) and 'Targets' (last output column) from either workspace or a file.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!