hyunsu-yang / PyTorch

Deep Learning Zero to All - Pytorch
0 stars 0 forks source link

모두를 위한 딥러닝 시즌2 : 모두가 만드는 모두를 위한 딥러닝

모두가 만드는 모두를 위한 딥러닝 시즌 2에 오신 여러분들 환영합니다.

Getting Started

아래 링크에서 슬라이드와 영상을 통해 학습을 시작할 수 있습니다.

Docker 사용자를 위한 안내

동일한 실습 환경을 위해 docker 를 사용하실 분은 docker_user_guide.md 파일을 참고하세요! :)

Install Requirements

pip install -r requirements.txt

Install PyTorch from website: https://pytorch.org/


PyTorch

Deep Learning Zero to All - PyTorch

모든 코드는 PyTorch 1.0.0 기준으로 작성하였습니다.

Contributions/Comments

언제나 여러분들의 참여를 환영합니다. Comments나 Pull requests를 남겨주세요

We always welcome your comments and pull requests

목차

PART 1: Machine Learning & PyTorch Basic

PART 2: Neural Network

PART 3: Convolutional Neural Network

PART 4: Recurrent Neural Network