• Scott Cyphers's avatar
    Fix MNIST MLP model (#1000) · b07f4c6d
    Scott Cyphers authored
    Removed ReLu activation present just before softmax.
    (It's not a good idea to have ReLu > Softmax immediately. The test accuracy of the model is now much better.)
    b07f4c6d
mnist_mlp.cpp 10.1 KB