https://github.com/rmeli/torchplayground
Playground for Pytorch
https://github.com/rmeli/torchplayground
Last synced: 2 months ago
JSON representation
Playground for Pytorch
- Host: GitHub
- URL: https://github.com/rmeli/torchplayground
- Owner: RMeli
- License: mit
- Created: 2019-01-13T21:11:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T17:27:03.000Z (about 6 years ago)
- Last Synced: 2025-02-01T05:26:01.228Z (4 months ago)
- Language: Jupyter Notebook
- Size: 8.56 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pytorch Playground
Playground for machine learning and deep learning using [PyTorch](https://pytorch.org/)
## Notebooks
All the Jupyter Notebooks of are in `playground`
| Notebook | Model | Dataset |
| -------- | ----- | ------- |
| mnist | Multi-Layer Perceptron | MNIST |
| cfar10 | Simple CNN | CFAR10 |
| styletransfer | VGG19 | - |## Sources
### Documentation
* [Pytorch Documentation](https://pytorch.org/docs/stable/index.html)
### Online Classes and Tutorials
* [Intro to Deep Learning with PyTorch](https://www.udacity.com/course/deep-learning-pytorch--ud188)
### Scientific Papers
* [Image Style Transfer Using Convolutional Neural Networks](https://arxiv.org/abs/1508.06576)