Why does my neural network trained on MNIST data set not predict 7 and 9 correctly? – Photoshop
I'm using Matlab ( github code repository ). The details of the network are: Hidden units: 100 ( variable ) Epochs : 500 Batch size: 100 The weights are being updated using Back propagation algorithm. I've been able to recognize…