documentation on 'use the network' for classification kind of problem, in the Deep Learning users guide
1 view (last 30 days)
Show older comments
In the Deep Learning users guide, for the section:
Use the Network
For example of bodyfat estimation, the trained net is used for the following:-
a = net(bodyfatInputs(:,5))
which gives a = 27.3740;
That is possible for regression kind of problem.
Can you give an example to 'use network' for classification kind of problem, wherein the output should be label or class name?
0 Comments
Answers (1)
Akhilesh Yadav
on 20 May 2021
Hi Yogini,
It is my understanding that you are looking for the example on how to solve classification problems using deep learning. To start with deep learning I suggest you take the Deep learning on Ramp MATLAB course.
Hope this will help you.
0 Comments
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!