https://github.com/froukje/pytorch-tutorial
https://github.com/froukje/pytorch-tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/froukje/pytorch-tutorial
- Owner: froukje
- Created: 2020-08-20T19:58:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T15:34:35.000Z (over 4 years ago)
- Last Synced: 2025-01-13T20:28:48.553Z (5 months ago)
- Language: Jupyter Notebook
- Size: 926 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)