ランキングに戻る
yunjey/pytorch-tutorial
PythonPyTorch Tutorial for Deep Learning Researchers
deep-learningpytorch-tutorialneural-networkspytorch
主要指標
スター成長
スター
32.4k
フォーク
8.2k
週間成長
—
Issue
66
10k20k30k
2017年3月2018年9月2020年4月2021年11月2023年6月2024年12月2026年7月
成果物PyPI
pip install pytorch-tutorialREADME
This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.
Table of Contents
1. Basics
2. Intermediate
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- Language Model (RNN-LM)
3. Advanced
- Generative Adversarial Networks
- Variational Auto-Encoder
- Neural Style Transfer
- Image Captioning (CNN-RNN)
4. Utilities
Getting Started
$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py
Dependencies
関連リポジトリ