一个简单的Pytorch教程。开始之前,建议先快速浏览一下Basic或者官网60分钟简易教程 Table of Content 1. Basics Basic Linear regression Logistic regression Multi layer perceptron 2. Advanced Convolutional neural network Recurrent neural network AutoEncoder Generative adversarial network Getting started bash $ git clone https://github.com/xyzhang16/pytorch-tutorial.git $ cd ... $ jupyter notebook Dependencies Python 3.6 Pytorch 0.4.0