Applying machine learning methods to classify the MNIST data set
- Download MatConvNet, follow setup instructions, put the matconvnet directory inside
cnn/
- Download MNIST data set, put the mnist data files inside
/mnist
Run cnn/cnnMNISTTestRunner.m
to train and test.
Run svm/train.m
to train and svm/test.m
to test.