Pytorch--Tensorflow资源集合

好像现在越来越多人转pytorch,但是很多代码又是tf写的,自己两个代码都很菜,所以就不断收集吧,先给别人的资源集合。 后面慢慢加上自己觉得不不错的代码以及自己的github项目地址吧。——后面再补充各个封装好的像allennlp这种资源
Pytorch:
1.中文官方文档:
torch.nn – PyTorch中文文档好像现在越来越多人转pytorch,但是很多代码又是tf写的,自己两个代码都很菜,所以就不断收集吧,先给别人的资源集合。 后面慢慢加上自己觉得不不错的代码以及自己的github项目地址吧。——后面再补充各个封装好的像allennlp这种资源
Pytorch:
0.经典的60分钟入门。

https://ranmaosong.github.io/2017/11/27/PyTorch-60-min-Tutorial/ranmaosong.github.io

1.中文官方文档:
PyTorch 深度学习:60分钟快速入门 | 技术闲谈
1.中文官方文档:

torch.nn – PyTorch中文文档pytorch-cn.readthedocs.io

2.很多经典文章的实现:

bharathgs/Awesome-pytorch-listgithub.com《Pytorch--Tensorflow资源集合》

3.2018年elmo-bert等的代码实现

huggingface/pytorch-pretrained-BERTgithub.com《Pytorch--Tensorflow资源集合》

4.一些经典net的实现:

pytorch/visiongithub.com《Pytorch--Tensorflow资源集合》

5.另一个教程按照 初步–进阶来写的,主要是 一些常见的网络模型:

yunjey/pytorch-tutorialgithub.com《Pytorch--Tensorflow资源集合》

6.

spro/practical-pytorchgithub.com《Pytorch--Tensorflow资源集合》

Tensorflow:
1.文档

TensorFlow官方文档_w3cschoolwww.w3cschool.cn《Pytorch--Tensorflow资源集合》

2.ipython和python一起带注释:

machinelearningmindset/TensorFlow-Coursegithub.com《Pytorch--Tensorflow资源集合》

3.适合初学者:

aymericdamien/TensorFlow-Examplesgithub.com《Pytorch--Tensorflow资源集合》

4. Jupyter:

sjchoi86/Tensorflow-101github.com《Pytorch--Tensorflow资源集合》

Allennlp:
1.

PyTorch:
1.

教程 | 从头开始了解PyTorch的简单实现www.zhuanzhi.ai《Pytorch--Tensorflow资源集合》

2. 系列教程,代码不可直接使用,建议看看就好。

【专知国庆特刊-PyTorch手把手深度学习教程系列01】一文带你入门优雅的PyTorchmp.weixin.qq.com《Pytorch--Tensorflow资源集合》

3.

陈诚:PyTorch的远程可视化神器visdomzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

4.

比唧唧:PyTorch踩过的坑zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

5.

程序员必修课:深度学习第23讲:PyTorch入门及快速上手指南zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

6.

论智:从张量到自动微分:PyTorch入门教程zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

7.

Seventeen:PyTorch入门教程(1)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

8.

Sherlock:10分钟快速入门PyTorch (0)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

9.

香蕉树下的老中医:Pytorch_basics总结zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

10.

林梅林:Pytorch笔记01-Variable和Function(自动梯度计算)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

11.

Seventeen:PyTorch入门教程(2)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

12.

忆臻:牛逼!PyTorch 模型训练实⽤教程分享zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

13.

小磊:PyTorch 踩坑经历zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

14.

集智学园:PyTorch 常用方法总结4:张量维度操作(拼接、维度扩展、压缩、转置、重复……)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

15.

加油可好:【翻译】CS231n PyTorch tutorialzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

16.

得嘞您内:读PyTorch源码学习RNN(1)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

17.

人工智能LeadAI:pytorch入门教程 | 第二章:Autogradzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

18.

游凯超:pytorch的隐式类型转换及其坑zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

19.

胡今朝:❖PyTorch torchvision.transformszhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

20.

vonLynnShawn:学习PyTorch的optim模块zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

21.

fatfish:PyTorch 学习笔记: 古诗 Seq2seq with Attentionzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

22.

Gemfield:再谈PyTorch的初始化(上)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

23.

余霆嵩:PyTorch 学习笔记(四):权值初始化的十种方法zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

24.

勿用:PyTorch学习之6种优化方法介绍zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

25.

ycszen:PyTorch参数初始化和Finetunezhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

26.

yyfyan:PyTorch模型加载/参数初始化/Finetunezhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

27.

WILL:【译】pytorch教程之加载数据与预处理zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

28.

机器之心:从头开始了解PyTorch的简单实现zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

29.

机器之心:PyTorch经验指南:技巧与陷阱zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

30.

Sherlock:PyTorch 初体验(一个优雅的框架)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

31.

PyTorch到底好用在哪里?www.zhihu.com《Pytorch--Tensorflow资源集合》

32.

吴海波:Github上7k+星的Pytorch教程和2w+星的tensorflow教程推荐zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

33. github–01

https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/language_model/main.py#L30-L50github.com

34.

罗秀哲:PyTorch源码浅析(三)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

35.

Sherlock:10分钟快速入门PyTorch (6)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

36.

戚少商:pytorch的dataloader如何读取变长数据zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

37.

李为:记录一次pytorch加载模型的采坑zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

38.

德川Captain:PyTorch学习笔记——多分类交叉熵损失函数zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

39.

量子位:干货警告!476个PyTorch资源大合集推荐,GitHub超过3800星zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

40.

bharathgs/Awesome-pytorch-listgithub.com《Pytorch--Tensorflow资源集合》

41.

机器之心:PyTorch 1.0 正式版发布了!zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

42.

lemonHe:PyTorch入门及例程学习zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

43.

梦寐mayshine:【学习资料】pytorch整理zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

44.

ritchieng/the-incredible-pytorchgithub.com《Pytorch--Tensorflow资源集合》

45.

bharathgs/Awesome-pytorch-listgithub.com《Pytorch--Tensorflow资源集合》

46 . 大佬总结的很多资源

https://github.com/amusi/PyTorch-From-Zero-To-Onegithub.com

47.

如果学习从零开始学习Pytorch,有优秀的开源项目可以推荐吗?www.zhihu.com《Pytorch--Tensorflow资源集合》

48. charRNN写唐诗

chenyuntc/pytorch-bookgithub.com

49. 60分钟0001

https://github.com/chenyuntc/pytorch-book/blob/master/chapter2-快速入门/chapter2:%20PyTorch快速入门.ipynbgithub.com

50.

rguthrie3/DeepLearningForNLPInPytorchgithub.com《Pytorch--Tensorflow资源集合》

51.

luopeixiang/named_entity_recognitiongithub.com《Pytorch--Tensorflow资源集合》

52.

https://github.com/zhpmatrix/lic2019-competitiongithub.com

53. 中文网

PyTorch 中文网www.pytorchtutorial.com《Pytorch--Tensorflow资源集合》

54. tansformer

jadore801120/attention-is-all-you-need-pytorchgithub.com《Pytorch--Tensorflow资源集合》

55. 入门书籍配套github

zergtant/pytorch-handbookgithub.com《Pytorch--Tensorflow资源集合》

56.

TeddyZhang:Pytorch训练可视化(TensorboardX)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

57. pytorch-nlp库

https://github.com/PetrochukM/PyTorch-NLPgithub.com

58.

IBM/pytorch-seq2seqgithub.com《Pytorch--Tensorflow资源集合》

59.

余霆嵩:PyTorch 学习笔记(六):PyTorch的十七个损失函数zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

60.

核桃分心木:Pytorch的事儿zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

61.

李元芳:pytorch学习(1) 基础知识zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

62.

机器之心:PyTorch进阶之路(一):张量与梯度zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

63.

visionshao:入坑pytorch(0)——方法论zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

64.

潇湘雨uf:每天三分钟之Pytorch编程-1:为何选择你?zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

65.

阿贵:pytorch基础学习(一)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

66

七月在线:GitHub标星10k,从零开始的深度学习实用教程 | PyTorch官方推荐zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

67.

余霆嵩:PyTorch 学习笔记(二):PyTorch的数据增强与数据标准化zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

68.

张江:吐血整理:PyTorch项目代码与资源列表 | 资源下载zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

69.

纵横:Pytorch-API从入门到放弃zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

70 。

月臻:PyTorch 学习笔记(一):简介zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

71.

集智学园:自然语言处理(NLP)基础教程1:接触PyTorchzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

72。

潇湘雨uf:每天三分钟之Pytorch编程-5:RNN新对手TCN(3)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

73.

勿用:PyTorch1.0实现L1,L2正则化及Dropout (附dropout原理的python实现)zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

74. 人名

fatfish:PyTorch 学习笔记 — Batch Bi-RNN Classificationzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

75.

The one:pyTorch实现AI写诗:开放源码zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

76.

林梅林:Pytorch笔记04-自定义torch.autograd.Functionzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

77.

魏佳斌:pytorch深度学习如何入门?zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

78 。

David Tai:深度学习框架:连载二、PyTorch 入门zhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

79.

阿里云云栖社区:手把手教你学会深度学习框架 — PyTorchzhuanlan.zhihu.com《Pytorch--Tensorflow资源集合》

    原文作者:multichoicemulti
    原文地址: https://zhuanlan.zhihu.com/p/62648997
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞