documentation on 'use the network' for classification kind of problem, in the Deep Learning users guide
Afficher commentaires plus anciens
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?
Réponses (1)
Akhilesh Yadav
le 20 Mai 2021
0 votes
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.
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!