documentation on 'use the network' for classification kind of problem, in the Deep Learning users guide

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?

Answers (1)

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.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 19 May 2021

Answered:

on 20 May 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!