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
- Host: GitHub
- URL: https://github.com/Lplenka/PyTorch-Tutorial
- Owner: Lplenka
- Created: 2018-11-02T08:45:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T11:42:41.000Z (over 7 years ago)
- Last Synced: 2024-11-17T08:44:26.801Z (over 1 year ago)
- Topics: pytorch-cnn, pytorch-implmention, pytorch-tutorial
- Language: Jupyter Notebook
- Size: 2.83 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...