The Wayback Machine - https://web.archive.org/web/20200601021541/https://github.com/d2l-ai/d2l-en
Skip to content
An interactive deep learning book with code, math, and discussions.
Python TeX HTML Shell
Branch: master
Clone or download

Latest commit

Latest commit 4b0ea4b May 31, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update PULL_REQUEST_TEMPLATE.md Dec 9, 2019
chapter_appendix-mathematics-for-deep-learning refactor d2l May 31, 2020
chapter_appendix-tools-for-deep-learning add appendix, update d2l.md May 27, 2020
chapter_attention-mechanisms refactor d2l May 31, 2020
chapter_computational-performance fix May 31, 2020
chapter_computer-vision refactor d2l May 31, 2020
chapter_convolutional-modern fix May 31, 2020
chapter_convolutional-neural-networks fix May 31, 2020
chapter_deep-learning-computation Merge branch 'master' into pytorch May 31, 2020
chapter_generative-adversarial-networks refactor d2l May 31, 2020
chapter_installation update frontpage May 31, 2020
chapter_introduction Merge branch 'master' into pytorch May 31, 2020
chapter_linear-networks fix May 31, 2020
chapter_multilayer-perceptrons fix May 31, 2020
chapter_natural-language-processing-applications refactor d2l May 31, 2020
chapter_natural-language-processing-pretraining refactor d2l May 31, 2020
chapter_notation + notation May 22, 2020
chapter_optimization refactor d2l May 31, 2020
chapter_preface update torch import May 31, 2020
chapter_preliminaries fix May 31, 2020
chapter_recommender-systems refactor d2l May 31, 2020
chapter_recurrent-modern refactor d2l May 31, 2020
chapter_recurrent-neural-networks Merge pull request #915 from cuongvng/patch-9 May 31, 2020
chapter_references Update preface and install (#355) Dec 9, 2019
contrib refactor d2l May 31, 2020
d2l update torch import May 31, 2020
graffle Revert "Revert "seq2seq_attention svg changes (#882)" (#885)" May 26, 2020
img Revert "Revert "seq2seq_attention svg changes (#882)" (#885)" May 26, 2020
static update frontpage May 31, 2020
.gitattributes chore: add .gitattributes and set eof=lf (#664) Dec 14, 2019
.gitignore add back distributions Mar 12, 2020
CODE_OF_CONDUCT.md Change license to CC-BY-SA-4.0, add MIT-0 license for sample code, ad… Dec 9, 2019
CONTRIBUTING.md Change license to CC-BY-SA-4.0, add MIT-0 license for sample code, ad… Dec 9, 2019
INFO.md Update INFO.md Dec 9, 2019
Jenkinsfile better way to deal with data May 31, 2020
LICENSE Change license to CC-BY-SA-4.0, add MIT-0 license for sample code, ad… Dec 9, 2019
LICENSE-SAMPLECODE Change license to CC-BY-SA-4.0, add MIT-0 license for sample code, ad… Dec 9, 2019
LICENSE-SUMMARY Change license to CC-BY-SA-4.0, add MIT-0 license for sample code, ad… Dec 9, 2019
README.md Update README.md Apr 23, 2020
STYLE_GUIDE.md till load_data_wiki Mar 31, 2020
config.ini change to pytorch s3 May 31, 2020
d2l.bib part of qa Apr 3, 2020
index.md get recsys and gan back Feb 27, 2020
setup.py Update setup.py Dec 9, 2019

README.md

Dive into Deep Learning (D2L Book)

Build Status

Book website | STAT 157 Course at UC Berkeley, Spring 2019

The best way to understand deep learning is learning by doing.

This open-source book represents our attempt to make deep learning approachable, teaching you the concepts, the context, and the code. The entire book is drafted in Jupyter notebooks, seamlessly integrating exposition figures, math, and interactive examples with self-contained code.

Our goal is to offer a resource that could

  1. be freely available for everyone;
  2. offer sufficient technical depth to provide a starting point on the path to actually becoming an applied machine learning scientist;
  3. include runnable code, showing readers how to solve problems in practice;
  4. allow for rapid updates, both by us and also by the community at large;
  5. be complemented by a forum for interactive discussion of technical details and to answer questions.
Universities that use D2L as a textbook or a reference book

If you find this book useful, please star (★) this repository or cite this book using the following bibtex entry:

@book{zhang2020dive,
    title={Dive into Deep Learning},
    author={Aston Zhang and Zachary C. Lipton and Mu Li and Alexander J. Smola},
    note={\url{https://d2l.ai}},
    year={2020}
}

Endorsements

"In less than a decade, the AI revolution has swept from research labs to broad industries to every corner of our daily life. Dive into Deep Learning is an excellent text on deep learning and deserves attention from anyone who wants to learn why deep learning has ignited the AI revolution: the most powerful technology force of our time."

— Jensen Huang, Founder and CEO, NVIDIA

"This is a timely, fascinating book, providing with not only a comprehensive overview of deep learning principles but also detailed algorithms with hands-on programming code, and moreover, a state-of-the-art introduction to deep learning in computer vision and natural language processing. Dive into this book if you want to dive into deep learning!"

— Jiawei Han, Michael Aiken Chair Professor, University of Illinois at Urbana-Champaign

"This is a highly welcome addition to the machine learning literature, with a focus on hands-on experience implemented via the integration of Jupyter notebooks. Students of deep learning should find this invaluable to become proficient in this field."

— Bernhard Schölkopf, Director, Max Planck Institute for Intelligent Systems

Contribute (learn how)

This open source book has benefited from pedagogical suggestions, typo corrections, and other improvements from community contributors. Your help is valuable for making the book better for everyone. We will acknowledge each D2L contributor in the book.

Dear D2L contributors, please email your GitHub ID, name, and mailing address to d2lbook.en@gmail.com. Thanks.

Chinese version | Discuss and report issues

License Summary

This open source book is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample and reference code within this open source book is made available under a modified MIT license. See the LICENSE-SAMPLECODE file.

Other Information

You can’t perform that action at this time.