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

https://github.com/archsyscall/pytorch-tutorial-for-korean

한국어 파이토치 튜토리얼입니다.
https://github.com/archsyscall/pytorch-tutorial-for-korean

Last synced: 4 months ago
JSON representation

한국어 파이토치 튜토리얼입니다.

Awesome Lists containing this project

README

        

# Pytorch Tutorial for Korean

이 저장소는 딥러닝 프레임워크인 PyTorch를 익히고 싶지만 언어의 장벽에 의해 PyTorch를 익히기 어려우신 개발자를 위한 저장소입니다. 이 저장소는 [PyTorch 공식 튜토리얼](https://pytorch.org/tutorials/)과 [yunjey](https://github.com/yunjey)님의 [pytorch-tutorial](https://github.com/yunjey/pytorch-tutorial) 저장소에 많은 영감을 받았습니다.

> 튜토리얼의 대상 독자는 딥러닝에 대한 전반적인 이해가 있는 분들입니다.

## Index

### 1. Tensor

1. [Tensor](https://github.com/olramde/pytorch-tutorial-for-korean/blob/master/tutorial/1.%20Tensor/1.%20Tensor.ipynb)

### 2. Basic Model

1. [Linear Regression](https://github.com/olramde/pytorch-tutorial-for-korean/blob/master/tutorial/2.%20Basic%20Model/1.%20Linear%20Regression.ipynb)
2. [Feed Forward Neural Network](https://github.com/olramde/pytorch-tutorial-for-korean/blob/master/tutorial/2.%20Basic%20Model/2.%20Feed%20Forward%20Neural%20Network.ipynb)
3. [Structured Deep Learning Project](https://github.com/olramde/pytorch-tutorial-for-korean/tree/master/tutorial/2.%20Basic%20Model/3.%20%20Structured%20Deep%20Learning%20Project)

### 3. Convolutional Neural Network

1. [Basic CNN Classifier](https://github.com/olramde/pytorch-tutorial-for-korean/blob/master/tutorial/3.%20Convolutional%20Neural%20Network/1.%20Basic%20CNN%20Classifier.ipynb)