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

https://github.com/Lplenka/PyTorch-Tutorial

Repo to learn pytorch
https://github.com/Lplenka/PyTorch-Tutorial

pytorch-cnn pytorch-implmention pytorch-tutorial

Last synced: about 1 year ago
JSON representation

Repo to learn pytorch

Awesome Lists containing this project

README

          

# PyTorch-Tutorial
Repo to learn PyTorch
---
---
### [PYtorch_Intro](https://github.com/Lplenka/PyTorch-Tutorial/blob/master/Pytorch_Intro.ipynb)
* [Pytorch Introduction](#Pytorch-Introduction)
* [PyTorch provides two high-level features](#PyTorch-provides-two-high-level-features)
* [Environment Configuration](#Environment-Configuration)
* [Install pytorch on Windows Snapshop Tutorial](https://www.superdatascience.com/pytorch/)
* [**Section : 1. Pytorch Basic Foundation**]
* Tensor
* Construct a 5x3 matrix uninitialized
* Convert to numpy
* Size of tensor
* From Numpy to tensor
* Tensor Operation
* Random similar to numpy
* Construct a matrix filled zeros and of dtype long
* Construct a tensor directly from data
* Create tensor based on existing tensor
* Basic Tensor Operation
* Variable
* Activation Function
* Generate Fake Data
* Popular Activation Function
* Activation Function plot from data
---
## [Neural Networks](https://github.com/Lplenka/PyTorch-Tutorial/blob/master/Neural%20Networks.ipynb)
* [**Section : 1. Neural Network**]
* Linear Regression
* Neural Network for Regression
* Neural Network for Classification
* Faster way to build models
* Save and Reload Model
* Train on Batch
* Optimizers

* [**Section : 2. Advance Neural Network**]
* CNN
* RNN Coming Soon...