GitXplorerGitXplorer
k

pytorch-tutorial-jupyter-notebooks

public
20 stars
5 forks
0 issues

Commits

List of commits on branch master.
Verified
62a3da0c53cfbd5218fbab69710b7e8dea5a60a4

tensorboard

kkeineahnung2345 committed 6 years ago
Verified
2f316c56630177e653bf138f3c132db8307f365c

resnet

kkeineahnung2345 committed 6 years ago
Verified
af5cafebba05327acdafa6b4863a897331576c39

cnn

kkeineahnung2345 committed 6 years ago
Verified
b2b2c4e307056a3b70a5f6f5fba2f9752cd1cecb

feedforward neural network

kkeineahnung2345 committed 6 years ago
Verified
5873f68c09c51c3145f811363a5af68df776e4f7

logistic regression

kkeineahnung2345 committed 6 years ago
Verified
e9e6311505f5589173f3cf77444ba382730b4503

linear regression

kkeineahnung2345 committed 6 years ago

README

The README file for this repository.


This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.


Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py

Dependencies


Author

Yunjey Choi/ @yunjey