pytorch-examples icon indicating copy to clipboard operation
pytorch-examples copied to clipboard

MNIST Clasification with Pytorch

Pytorch Examples

The repository contains Pytorch examples using Jupyter Notebook for simplicity.

Prerequisites

  1. Python 3.3+
  2. Pytorch
  3. Torchvision

Examples

  1. Getting Started with Pytorch

  2. [DeepLearning] MNIST Classification with Deep Neural Network

  3. [CNN] CIFAR-10 Classification

  4. [GAN] Heuristic Method