This project (web version portal) translates the official PyTorch book "Deep learning with PyTorch" (basic excerpt version) into Chinese and gives the relevant code that can be runnable throughout the book.
This project translates the PyTorch official book "Deep learning with PyTorch" (essential excerpt version) into Chinese.

Since its inception in 2016, PyTorch has become one of the hottest deep learning frameworks today. Recently, the official authoritative PyTorch tutorial book "Deep learning with PyTorch" has finally been released. As soon as the news came out, it was highly recommended by the giant Yann LeCun. It is an excellent textbook for getting started with PyTorch and deep learning.

It should be noted that the PDF provided by PyTorch official website is a basic excerpt (Essential Excelpts), with a total of 141 pages, and the content includes the following five parts:
Therefore, it can be used as a tutorial for getting started with PyTorch. The full version of this book is also available for free preview, portal.
This project translates the original book into Chinese and gives relevant codes that can be runnable.
This repository mainly contains two folders: code and docs (plus some data is stored in data). The code folder is the relevant jupyter notebook code for each chapter; the docs folder is the Chinese translation of the relevant content in the markdown format "Deep learning with PyTorch" (basic excerpt version), and then use docsify to deploy the web document to GitHub Pages. Contributions to this project or issue is welcome.
This project is aimed at children's shoes that are interested in PyTorch, especially those who want to get started quickly. This project does not require you to have any background knowledge of deep learning or machine learning. You only need to understand basic mathematics and programming, such as basic linear algebra, differential and probability, and basic Python programming.
The documentation of this repository contains some latex formulas, but the markdown native of github does not support the display of formulas, and the docs folder has been deployed on GitHub Pages using docsify, so you can easily access the web version of this project. If you want to run the relevant code, you need to clone the project and then run the relevant code in the code folder.
Since the basic excerpts translated in this project, it is only 141 pages, it is suitable for a quick start with PyTorch. If you want to have more in-depth learning of PyTorch and deep learning (such as computer vision, natural language processing, etc.), you may need more information. If you are interested, you can refer to another project of my Dive-into-DL-PyTorch.
CC BY-NC (Attribution-Non-Commercial Use) 4.0