Clear Filters
Clear Filters

How to set target vectors for multiple classes in neural network?

1 view (last 30 days)
Hi,
I am using shallow neural network to classify six subjects/targets based on their some features collected from sensor. My input vector is 6*7 where seven features for six subjects and targets. For setting target lets say my first, second and third target will be target=[ 0 0 0 0 0 0 0;0 0 0 0 0 0 1; 0 0 0 0 0 1 0]; In that way if i select my target will that be correct way of assigning target for classification?
I appreciate your help and responses.
Thank you!

Answers (0)

Categories

Find more on 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!