deepmat icon indicating copy to clipboard operation
deepmat copied to clipboard

example_mnist_mlp.m

Open r3831 opened this issue 10 years ago • 1 comments

After a couple of hours running example_mnist_mlp.m, it outputs: Correctly classified test samples: 980/10000

It simply predicts class 1 for all test samples. I checked it twice and the results are the same. I could not figure out the problem, any help is greatly appreciated.

r3831 avatar Dec 31 '14 01:12 r3831

Solved. In mlp_classify.m, call of softmax.m makes the posterior zero

r3831 avatar Dec 31 '14 04:12 r3831