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

https://github.com/rmeli/torchplayground

Playground for Pytorch
https://github.com/rmeli/torchplayground

Last synced: 2 months ago
JSON representation

Playground for Pytorch

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)