documentation on 'use the network' for classification kind of problem, in the Deep Learning users guide
Ältere Kommentare anzeigen
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?
Antworten (1)
Akhilesh Yadav
am 20 Mai 2021
0 Stimmen
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.
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!