Skip to content

d2l-ai tensorflow keras implementation (updating chapter 10 ...)

License

Notifications You must be signed in to change notification settings

Jerzha/d2l-keras

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. It use livelossplot for tracking training loss and acc.
  4. Suggest opening chapter from contents as below, it use nbviewer to render jupyter.

Contents:

Chapter2 Preliminaries

Chapter3 Linear Neural Networks

Chapter4 Deep Learning Computation

Chapter5 Convolutional Neural Networks

Chapter6 Recurrent Neural Networks

Chapter7 Optimization Algorithms

Chapter9 Computer Vision

Chapter10 Natural Language Processing

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 tensorflow keras implementation (updating chapter 10 ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published