Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinhkhuc/PyTorch-Mini-Tutorials

Minimal tutorials for PyTorch
https://github.com/vinhkhuc/PyTorch-Mini-Tutorials

deep-learning machine-learning python pytorch

Last synced: 2 months ago
JSON representation

Minimal tutorials for PyTorch

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/vinhkhuc/PyTorch-Mini-Tutorials.svg?branch=master)](https://travis-ci.org/vinhkhuc/PyTorch-Mini-Tutorials)

Minimal tutorials for [PyTorch](https://github.com/pytorch/pytorch) adapted
from Alec Radford's [Theano tutorials](https://github.com/Newmu/Theano-Tutorials).


  1. Tensor multiplication

  2. Linear Regression

  3. Logistic Regression

  4. Neural Network

  5. Modern Neural Network

  6. Convolutional Neural Network

  7. Long Short-Term Memory