In this project, we build differernt model to cope with hand-written digit recognition task. Machine learning models like SVM, CNN, ResNet, autoencoder and VAE are used.
Preprocessing
Centered(find the center of white pixels and shift it to the center)
Crop image to 28x28 (784 << 2025) (will drop many useless blocks)
Data Set
You can download the dataset by click the data set name.