/PyTorch-example

Primary LanguagePythonMIT LicenseMIT

PyTorch-example

This tutorial is for beginners to learning PyTorch with some modern models

Download

To download the whole example, simply download the whole repository with following command:

git clone https://github.com/GCWhiteShadow/PyTorch-example.git

Index

Neural Networks

  • Convolutional Neural Network(code) Build a convolutional neural network to classify MNIST handwriting digit dataset.
  • AutoEncoder(code) Construct an autoencoder and compress a image into lower size and re-construct the image. Using MNIST handwriting digit dataset.