Loading repository data…
Loading repository data…
dsgiitr / repository
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
UPDATE: Please see the orignal repo for the complete PyTorch port. We no longer maintain this repo.
This project is adapted from the original Dive Into Deep Learning book by Aston Zhang, Zachary C. Lipton, Mu Li, Alex J. Smola and all the community contributors. GitHub of the original book: https://github.com/d2l-ai/d2l-en. We have made an effort to modify the book and convert the MXnet code snippets into PyTorch.
Note: Some ipynb notebooks may not be rendered perfectly in Github. We suggest cloning the repo or using nbviewer to view the notebooks.
Ch02 Installation
Ch03 Introduction
Ch04 The Preliminaries: A Crashcourse
Ch05 Linear Neural Networks
Ch06 Multilayer Perceptrons
Ch07 Deep Learning Computation
Ch08 Convolutional Neural Networks
Ch09 Modern Convolutional Networks
Ch10 Recurrent Neural Networks
Ch11 Attention Mechanism
Ch12 Optimization Algorithms
Ch14 Computer Vision