This repository provides tutorial code for deep learning researchers to learn PyTorch.
该代码存储库提供了教程代码,供深度学习研究人员学习 PyTorch 。
In the tutorial, for most models, I have attached the corresponding invocation examples of the scikit-learn model in order to understand the corresponding model more deeply.
在本教程中,对于大多数模型,我都附加了 scikit-learn 模型的相应的调用实例,以便能更深入了解相应的模型。
Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.
在开始本教程之前,建议先完成 PyTorch 官方教程 。
- Machine Learning Basis(机器学习基础)
- Deep Learning Basis(深度学习基础)
- PyTorch Basis(PyTorch 基础)
...
$ git clone https://github.com/chenyaoysu/PyTorch_Learning.git
$ cd PyTorch_Learning/codes/PATH_TO_PROJECT
$ python x.x_xxxxxx.py
Python 3.6+
PyTorch 1.3.1+
- Chenyyx @chenyyx