- Origin Edition Book : www.d2l.ai
- Chinese Edition : zh.d2l.ai
- English MXNet Code: https://github.com/d2l-ai/d2l-en
- Chinese MXNet Code: https://github.com/d2l-ai/d2l-zh
- Chinese Readme
- Dynamic computation graph is not supported in Keras, so I use numpy or tensorflow2.0 instead.
- I didn't copy the book here. There's only titles and code here.
- I use livelossplot for tracking training loss and acc.
BibTeX entry:
@book{zhang2019dive,
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}
}