README.md 1.3 KB
Newer Older
A
Aston Zhang 已提交
1
# 动手学深度学习
M
Mu Li 已提交
2

A
Aston Zhang 已提交
3
[![Build Status](http://ci.d2l.ai/job/d2l-zh/job/master/badge/icon)](http://ci.d2l.ai/job/d2l-zh/job/master/)  
A
Aston Zhang 已提交
4

A
Aston Zhang 已提交
5
[本书网址:zh.d2l.ai](https://zh.d2l.ai/) | [1.0.0版rc0发布](https://github.com/d2l-ai/d2l-zh/releases/tag/v1.0.0-rc0) | [如何安装和使用书中源代码](http://zh.d2l.ai/chapter_prerequisite/install.html)
A
Aston Zhang 已提交
6

A
Aston Zhang 已提交
7

A
Aston Zhang 已提交
8 9
## 英文版 *Dive into Deep Learning*

A
Aston Zhang 已提交
10
加州大学伯克利分校 2019 年春学期 *Introduction to Deep Learning* 课程教材([中文版课件(内含教学视频地址)](https://github.com/d2l-ai/berkeley-stat-157/tree/master/slides-zh))。
A
Aston Zhang 已提交
11

A
Aston Zhang 已提交
12
开源地址:[https://github.com/d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)
A
Aston Zhang 已提交
13

A
Aston Zhang 已提交
14
### 英文版引用
A
Aston Zhang 已提交
15 16 17 18

BibTeX entry:

```
A
Aston Zhang 已提交
19
@book{zhang2019dive,
A
Aston Zhang 已提交
20 21 22 23 24 25
    title={Dive into Deep Learning},
    author={Aston Zhang and Zachary C. Lipton and Mu Li and Alexander J. Smola},
    note={\url{http://www.d2l.ai}},
    year={2019}
}
```
A
Aston Zhang 已提交
26 27 28 29 30 31 32


## 贡献

感谢[社区贡献者们](https://github.com/d2l-ai/d2l-zh/graphs/contributors)为每一位读者改进这本开源书。

[如何贡献](https://zh.d2l.ai/chapter_appendix/how-to-contribute.html) | [致谢](https://zh.d2l.ai/chapter_preface/preface.html#致谢) | [讨论或报告问题](https://discuss.gluon.ai) | [其他](INFO.md)