序列模型学习路线
发表于: 2022-09-08 17:28:00 | 已被阅读: 85 | 分类于: 深度学习
了解基本的 RNN
目前感觉最好的学习资料是基本概念粗略了解,然后看代码学习,pytorch 官网有个非常不错的教程: https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html
transformer
https://zhuanlan.zhihu.com/p/338817680 nlp 的发展:https://zhuanlan.zhihu.com/p/54743941 代码+讲解:http://nlp.seas.harvard.edu/2018/04/03/attention.html
bert
https://blog.csdn.net/one_super_dreamer/article/details/105206692?spm=1001.2014.3001.5502 https://www.cnblogs.com/nickchen121/p/15114385.html 代码:https://adaning.github.io/posts/52648.html
vit
https://zhuanlan.zhihu.com/p/336911305 代码:https://zhuanlan.zhihu.com/p/336912362