moon-hotel / DeepLearningWithMe
《跟我一起深度学习》
☆195Updated 7 months ago
Alternatives and similar repositories for DeepLearningWithMe:
Users that are interested in DeepLearningWithMe are comparing it to the libraries listed below
- A Transformer Framework Based Translation Task☆143Updated 6 months ago
- 学习深度学习不如边写代码边学习,实际操作一遍才能理解数据的变换过程,参数的训练过程,这里整合了B站的jupter代码,可以结合着B站的视频边看边练,希望能对大家有帮助。☆126Updated 2 years ago
- A repository contains more than 12 common statistical machine learning algorithm implementations. 常见10余种机器学习算法原理与实现及视频讲解。☆256Updated 3 weeks ago
- 自然语言处理学习笔记:机 器学习及深度学习原理和示例,基于 Tensorflow 和 PyTorch 框架,Transformer、BERT、ALBERT等最新预训练模型及源代码详解,及基于预训练模型进行各种自然语言处理任务。模型部署☆374Updated 4 years ago
- 博客配套视频链接: https://space.bilibili.com/383551518?spm_id_from=333.1007.0.0 b 站直接看 配套 github 链接:https://github.com/nickchen121/Pre-trainin…☆385Updated 2 years ago
- 关于Transformer模型的最简洁pytorch实现,包含详细注释☆174Updated last year
- ☆80Updated last year
- ☆159Updated 3 years ago
- Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Tran…☆224Updated 9 months ago
- ☆140Updated 6 months ago
- 李宏毅机器学习2020课程的相关代码☆84Updated 2 years ago
- An implementation of the BERT model and its related downstream tasks based on the PyTorch framework