Hand-written digit recognition on MNIST dataset
In this project, we perform hand-written digit recognition on the famous MNIST dataset.
The dataset contains 60,000 training samples and 10,000 testing samples. Two experiments were conducted on this dataset.
Moreover, an SVM classifier with various kernels and a CNN classifier with 2 convolutional layers was designed to solve
the classification problem.
digit_recognition.mlx
digit_recognition.mlx
provides the options for running the SVM and the CNN classifiers