Feed Forward Neural Network - How do I interpret the output?
Show older comments
I am trying to train a neural network and then use it to classify a sample set containing 4 classes (1, 2, 3 & 4).
I used my training data alongside some target group data as instructed in the newff doc.
However once the network was trained and I attempted to classify my sample using output = sim (net.sample) the result was not what I expected.
For each of my 2000 sample values the output was a column of four values ranging from -1.9 - 1.88 . I was expecting the neural network to assign a value of either 1, 2, 3, or 4 to each sample (as the SVM / nearest neighbour classification methods would). Have I gone drastically wrong somehwere or is this how the output it meant to be ?
Any advice would be greatly appreciated!
Accepted Answer
More 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!