This repo is a collection of popular machine learning models. Will continuously add the codes...
- All codes have been tested on Python 3.6. with pytorch 0.4+.
- Multi-layer perceptron on MNIST (test accuracy: 93%)
python mlp_mnist.py- CNN on MNIST (test accuracy: 98.5%)
python cnn_mnist.py- ResNet18 on MNIST (test accuracy: 99%)
python resnet_mnist.py