-1
Guys, in building a neural network for image classification in my output layer the amount of neurons should match the amount of classes in my data set?
-1
Guys, in building a neural network for image classification in my output layer the amount of neurons should match the amount of classes in my data set?
0
Yes. For example, if you want to classify an image as cat, dog or duck, then in its output layer there should be 3 neurons (1 for each class).
Browser other questions tagged python machine-learning
You are not signed in. Login or sign up in order to post.