/PyTorch_Learning

Learning PyTorch

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0


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 官方教程

Table of Contents(目录)

1. Basis(基础)

2. Machine Learning(机器学习)

3. Deep Learning(深度学习)

...

Get Started(开始吧)

$ git clone https://github.com/chenyaoysu/PyTorch_Learning.git
$ cd PyTorch_Learning/codes/PATH_TO_PROJECT
$ python x.x_xxxxxx.py

Dependencies(依赖)

Python 3.6+
PyTorch 1.3.1+

Author(作者)