Pytorch资源List

假定你已经学习了神经网络基础知识(正反向传播等等),可以参考以下链接进行DL中的逆天神器pytorch的学习。

首先,理解张量:

张量——百度百科

浅谈什么是张量/tensor

Tensorflow——张量

通俗理解张量tensor

之后,理解pytorch中的张量与梯度:

PyTorch进阶之路(一):张量与梯度

最后,看看教程和别人的代码吧:

pytorch中文教程网站:https://ptorch.com/

practicalAI:https://github.com/GokuMohandas/practicalAI/

practicalAI-cn:https://github.com/MLEveryday/practicalAI-cn

Awesome-pytorch-list:https://github.com/bharathgs/Awesome-pytorch-list#tutorials--examples

Pytorch tutorial 的代码实现:https://github.com/yunjey/pytorch-tutorial

Pytorch中文文档:https://pytorch-cn.readthedocs.io/zh/latest/

莫烦Pytorch教程:https://morvanzhou.github.io/tutorials/machine-learning/torch/1-1-why/

 

你可能感兴趣的:(AI之我见我行)