Implemented softmax regression and stochastic gradient descent to train a two layer shallow neural network on the MNIST dataset for hand-written digits recognition, using the numpy library for python.
shahanHasan/softmax_regression
Implemented softmax regression and stochastic gradient descent to train a two layer shallow neural network on the MNIST dataset for hand-written digits recognition, using the numpy library for python.
Python