Skip to content

jiegev5/Pytorch_machine_learning

Repository files navigation

Pytorch Implementation of popular machine learning models

This repo is a collection of popular machine learning models. Will continuously add the codes...

Dependencies

  • All codes have been tested on Python 3.6. with pytorch 0.4+.

Models

  1. Multi-layer perceptron on MNIST (test accuracy: 93%)
python mlp_mnist.py
  1. CNN on MNIST (test accuracy: 98.5%)
python cnn_mnist.py
  1. ResNet18 on MNIST (test accuracy: 99%)
python resnet_mnist.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages