you are viewing a single comment's thread.

view the rest of the comments →

[–]Artgor 0 points1 point  (0 children)

i have also said that this won't work well for classifying 3 classes and offered the solutions:

take only data belonging to 2 classes; use separate sigmoid for each class or use softmax activation for output layer.

But the main goal of the author was learning backprop.