Skip to content

d2l-ai keras implementation (updating ...)

Notifications You must be signed in to change notification settings

lianzhang132/d2l-keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

d2l-ai keras implementation (updating ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Python 0.6%