MNIST Hand Written Images Processing
I implemented this simple neural network in Matlab and this model allows you to choose:
- Different early stopping criteria
- Different cost functions: a.Quadratic; b.Cross-entropy; c.Log-likelihood;
- SGD or Momentum
- No regularization or L2 Rgularization
- Different transfer(activation) functions: a.tanh; b.softmax; c.ReLU;