Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 772 Bytes

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