Link
PyTorch는 자체적으로 discuss / slack 을 운영하고 있습니다.
List
- The incredible PyTorch: PyTorch 튜토리얼, 프로젝트, 라이브러리, 비디오, 논문, 책 등의 리소스 목록
Article
A gentle introduction to PyTorch and TensorFlow with a Reddit link
Pytorch API: 기본 API, 쥬피터 노트북Pytorch Getting Started: 한글, 설치, Variable, MNIST TutorialTutorial: Deep Learning in PyTorch: iamtraskPytorch로 구현한 CIFAR-10, CIFAR-100 학습: wide-residual network 포함한 간단한 CNN들이 구현
Tutorial
-
Deep Learning with PyTorch: A 60 Minute Blitz: 초급, By Soumith Chintala
PyTorch FastCampus: PyTorch로 시작하는 딥러닝 입문 CAMP 1기 강의자료
Pytorch Fundamental: Jcjohnson
PyTorchZeroToAll: 홍콩과기대 김성훈 교수
Kind_PyTorch_Tutorial: 중급, GunhoChoi, 추천
PyTorch-tutorial: 고급, Yunjey, 강화학습, 이미지 캡셔닝, GAN, DQN포함
Practical-pytorch: 고급, Spro, project-based tutorials, RNN 중심
PyTorch FastCampus: 추천, PyTorch로 시작하는 딥러닝 입문 CAMP (www.fastcampus.co.kr/data_camp_pytorch/) 1기 강의자료
Implementation
Torch - not Pytorch
토치 학습 자료 한국어 번역본: jaewoosong
토치(Torch) 한국어 사용 설명서: LeeTaewoo, 2015
추가적으로 참고할 링크 비디오 게임 플레이를 위한 뉴럴 네트워크 학습 http://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html ImageNet 대상으로 최첨단 ResNet 네트워크 학습 https://github.com/pytorch/examples/tree/master/imagenet Generative Adversarial 네트워크를 이용한 얼굴 생성기 학습 https://github.com/pytorch/examples/tree/master/dcgan 반복적인 LSTM 네트워크를 사용하여 단어 수준 언어 모델 훈련 https://github.com/pytorch/examples/tree/master/word_language_model 추가 예제 https://github.com/pytorch/examples/tree/master/word_language_model 추가 튜토리얼 https://github.com/pytorch/examples PyTorch 토론장 https://discuss.pytorch.org/ Slack에서 다른 사용자들과 채팅 https://pytorch.slack.com/?redir=%2Fmessages%2Fbeginner
출처: http://bob3rdnewbie.tistory.com/317 [Newbie Hacker]