add PyTorch tutorials (#3571)

This commit is contained in:
Junghwan Park 2020-04-06 23:58:31 +09:00 committed by GitHub
parent 5ffe24e111
commit 2b4eb03ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,6 @@
* [Advanced C++](https://www.edx.org/course/advanced-c-plus-plus-1)
* [Intermediate C++](https://www.edx.org/course/intermediate-c-plus-plus-1)
* [Introduction to C++](https://www.edx.org/course/introduction-c-plus-plus-1)
### Clojure
@ -289,6 +288,7 @@
* [Machine Learning Mini Bootcamp](https://lambdaschool.com/free-course-machine-learning/)
* [Pattern Recognition and Machine Learning](https://www.microsoft.com/en-us/research/people/cmbishop/#!prml-book)
* [Principles of Machine Learning By Microsoft](https://www.edx.org/course/principles-machine-learning-microsoft-dat203-2x-6)
* [PyTorch tutorials by PyTorch.org](https://pytorch.org/tutorials)
* [Stanford University Machine Learning](https://www.coursera.org/learn/machine-learning)

View File

@ -159,6 +159,7 @@
* [Python tensorflow & 머신러닝 기초 강좌](https://www.youtube.com/playlist?list=PLRx0vPvlEmdAbnmLH9yh03cw9UQU_o7PO)
* [머신러닝/딥러닝 입문](https://www.youtube.com/playlist?list=PLBXuLgInP-5m_vn9ycXHRl7hlsd1huqmS)
* [파이토치(PyTorch) 튜토리얼 한국어 번역](https://tutorials.pytorch.kr) (HTML) (:construction: *in process* - *번역 진행 중*)
### Mathematics