An open API service indexing awesome lists of open source software.

https://github.com/froukje/pytorch-tutorial


https://github.com/froukje/pytorch-tutorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# pyTorch Tutorials

Code following different pyTorch tutorials

* Tutorial from Sentdex https://www.youtube.com/watch?v=1gQR24B3ISE

* Text based tutorial: https://pythonprogramming.net/introduction-deep-learning-neural-network-pytorch/
* MNIST dataset
* CNN: classifying cats and dogs

* Tutorial from Morpheus https://www.youtube.com/watch?v=pylvlMuRKY0&list=PLNmsVeXQZj7rx55Mai21reZtd_8m-qe27&index=1

* MNIST dataset
* CNN classifying cats and dogs

* Tutorial from pyTorch website https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html

(not complete)