Datastore for deep learning
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Abhishek Gupta
on 24 Dec 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 Comments
See Also
Categories
Find more on Get Started with Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!