Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Notes about courses Dive into Deep Learning by Mu Li
| Date | Stars |
|---|---|
| 2026-07-24 | 3802 |
| 2026-07-25 | 3802 |
| 2026-07-28 | 3802 |
| 2026-07-30 | 3802 |
| 2026-07-31 | 3810 |
| 2026-08-06 | 3814 |
Today
+4 stars today
This week
+12 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.32%/day
<p align="center">
<h1 align="center"> <img src="./imgs/icon/ai.png" width="30" />《动手学习深度学习》</h1>
</p>
<p align="center">
<a href="https://img.shields.io/badge/version-v0.1.0-blue">
<img alt="version" src="https://img.shields.io/badge/version-v0.1.0-blue?color=FF8000?color=009922" />
</a>
<a >
<img alt="Status-building" src="https://img.shields.io/badge/Status-building-blue" />
</a>
<a >
<img alt="PRs-Welcome" src="https://img.shields.io/badge/PRs-Welcome-red" />
</a>
<a href="https://github.com/MLNLP-World/DeepLearning-MuLi-Notes/stargazers">
<img alt="stars" src="https://img.shields.io/github/stars/MLNLP-World/DeepLearning-MuLi-Notes" />
</a>
<a href="https://github.com/MLNLP-World/DeepLearning-MuLi-Notes/network/members">
<img alt="FORK" src="https://img.shields.io/github/forks/MLNLP-World/DeepLearning-MuLi-Notes?color=FF8000" />
</a>
<a href="https://github.com/MLNLP-World/DeepLearning-MuLi-Notes/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/MLNLP-World/DeepLearning-MuLi-Notes?color=0088ff"/>
</a>
<br />
</p>
<div align="center">
<p align="center">
<a href="#项目动机">项目动机</a>/
<a href="#课程简介">课程简介</a>/
<a href="#课程资源">课程资源</a>/
<a href="#教材目录">教材目录</a>/
<a href="#笔记">笔记</a>/
<a href="#文件夹说明">文件夹说明</a>/
<a href="#组织者">组织者</a>/
<a href="#贡献者">贡献者</a>
</p>
</div>
---
## <img src="./imgs/icon/motivation.png" width="25" /> 项目动机
《动手学习深度学习》是**李沐老师**(AWS 资深首席科学家,美国卡内基梅隆大学计算机系博士)主讲的一系列深度学习视频。本项目收集了我们在寒假期间学习《动手学习深度学习》过程中详细的**markdown笔记**和相关的**jupyter代码**。赠人玫瑰,手留余香,我们将所有的**markdown**笔记开源,希望在自己学习的同时,也对大家学习掌握李沐老师的《动手学习深度学习》有所帮助。
>本项目的特色:
>1. **markdown笔记**与原课程视频一一对应,可以帮助大家一边听课一边理解。
>2. **jupyter代码**均有详细中文注释,帮助大家更快上手实践。
课程视频**共73节**,单个视频平均时长**不超过30分钟**,预计**寒假40天**内可以学习完毕。
本项目所用徽章来自互联网,如侵犯了您的图片版权请联系我们删除,谢谢。
## <img src="./imgs/icon/intro.png" width="25" /> 课程简介
通常我们提到深度学习,常常会忘记深度学习只是机器学习的一小部分,而认为它是独立于机器学习的单独模块。这是因为机器学习作为一门历史更悠久的学科,在深度学习没有问世之前,在现实世界的应用范围很窄。在语音识别、计算机视觉、自然语言处理等领域,由于需要大量的领域知识并且现实情况异常复杂,机器学习往往只是解决这些领域问题方案中的一小部分。但是就在过去的几年里,深度学习的问世和应用给世界带来了惊喜,推动了计算机视觉、自然语言处理、自动语音识别、强化学习和统计建模等领域的快速发展,并逐渐引领潮流,在世界掀起了一波人工智能的革命。
在 **《动手学习深度学习》** 课程中,既有少量的机器学习的基础知识,比如:__线性神经网络,多层感知机__ 等等;又有如今前沿应用的 __各种深度学习模型:包括leNet,ResNet,LSTM,BERT……__ 同时每一章节的讲解还配备由pytorch实现的代码、教科书等等,可以帮助同学在短期内掌握深度学习的基础模型与前沿知识和并提高实践能力。
## <img src="./imgs/icon/resource.png" width="25" /> 课程资源
- B站教学网址:[动手学习深度学习(已完结)](https://space.bilibili.com/1567748478/channel/seriesdetail?sid=358497)
- 教材网址:[《动手学深度学习》(中文版)](https://zh-v2.d2l.ai), [《Dive into Deep Learning》 0.17.1 documentation](https://d2l.ai)
- 课程主页:[https://courses.d2l.ai/zh-v2/](https://courses.d2l.ai/zh-v2/)
- 论坛网址:[discuss.d2l.ai](https://discuss.d2l.ai/c/chinese-version/16),[discuss.pytorch](https://discuss.pytorch.org)
此外,本门课程还有相应的代码实现。**每章都有相应的jupyter记事本,提供模型的完整python代码**,所有的资源都可在网上免费获取。
## <img src="./imgs/icon/catalogue.png" width="25" /> 教材目录
[《动手学深度学习》(中文版)](https://zh-v2.d2l.ai)和英文版[Dive into Deep Learning 0.17.1 documentation](https://d2l.ai)教材目录及章节链接如下:
| 章节 | 中文版 | 英文版 |
| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1 | [前言](https://zh-v2.d2l.ai/chapter_introduction/index.html) | [Introduction]((https://d2l.ai/chapter_introduction/index.html)) |
| 2 | [预备知识](https://zh-v2.d2l.ai/chapter_preliminaries/index.html) | [Preliminaries](https://d2l.ai/chapter_preliminaries/index.html) |
| 3 | [线性神经网络](https://zh-v2.d2l.ai/chapter_linear-networks/index.html) | [Linear Neural Networks](https://d2l.ai/chapter_linear-networks/index.html) |
| 4 | [多层感知机](https://zh-v2.d2l.ai/chapter_multilayer-perceptrons/index.html) | [Multilayer Perceptrons](https://d2l.ai/chapter_multilayer-perceptrons/index.html) |
| 5 | [深度学习计算](https://zh-v2.d2l.ai/chapter_deep-learning-computation/indeExcerpt of 44,810 characters
Read on GitHub23
Ye Fang · Fudan University, Shanghai AI Laboratory · China
6
Shijue Huang · Ph.D. Student in HKUST
1
Libo Qin · Harbin Institute of Technology
1
xcfeng
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:f648e37f14c03b77, topic:deep-learning, topic:pytorch