/d2l-keras

d2l-ai keras implementation (updating ...)

Primary LanguageJupyter Notebook

《Dive into Deep Learning》 Keras Implementation

Notes:

  1. Dynamic computation graph is not supported in Keras, so I use numpy or tensorflow2.0 instead.
  2. I didn't copy the book here. There's only titles and code here.
  3. I use livelossplot for tracking training loss and acc.

Cite

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}
}