Skip to content

Learn from *Dive into Deep Learning*, take notes, and do some modification.

License

Notifications You must be signed in to change notification settings

Tomspiano/D2L-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dive into Deep Learning PyTorch

This repository contains my learning notes for Dive into Deep Learning. The code is specially adapted for making it work in PyCharm.

Chapters

Reference

  1. Dive into Deep Learning | Github Repo
  2. 动手学深度学习(PyTorch版) | Github仓库
  3. Others
    1. PyTorch Documents
    2. PyTorch Tutorials

Cite

if you use this work or code for your research, please cite the original 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}
}