Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalmia/deep-learning-book-chapter-summaries
Attempting to make the Deep Learning Book easier to understand.
https://github.com/dalmia/deep-learning-book-chapter-summaries
deep-learning deep-learning-book machine-learning mathematics
Last synced: 7 days ago
JSON representation
Attempting to make the Deep Learning Book easier to understand.
- Host: GitHub
- URL: https://github.com/dalmia/deep-learning-book-chapter-summaries
- Owner: dalmia
- Created: 2017-10-27T09:48:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T06:59:10.000Z (over 6 years ago)
- Last Synced: 2025-01-08T03:17:36.151Z (14 days ago)
- Topics: deep-learning, deep-learning-book, machine-learning, mathematics
- Language: Jupyter Notebook
- Homepage: http://medium.com/inveterate-learner
- Size: 5.78 MB
- Stars: 1,073
- Watchers: 51
- Forks: 313
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep-Learning-Book-Chapter-Summaries
This repository provides a summary for each chapter of the Deep Learning [book](http://deeplearningbook.org) by Ian Goodfellow, Yoshua Bengio and Aaron Courville and attempts to explain some of the concepts in greater detail. Some of the tougher chapters have blog post(s) dedicated to them which can be found on http://medium.com/inveterate-learner.## Chapters
- **Part I: Applied Math and Machine Learning Basics**
- Chapter 2: Linear Algebra [[chapter](http://www.deeplearningbook.org/contents/linear_algebra.html)]
- Chapter 3: Probability and Information Theory [[chapter](http://www.deeplearningbook.org/contents/prob.html)]
- Chapter 4: Numerical Computation [[chapter](http://www.deeplearningbook.org/contents/numerical.html)]
- Chapter 5: Machine Learning Basics [[chapter](http://www.deeplearningbook.org/contents/ml.html)]
- **Part II: Modern Practical Deep Networks**
- Chapter 6: Deep Feedforward Networks [[chapter](http://www.deeplearningbook.org/contents/mlp.html)]
- Chapter 7: Regularization for Deep Learning [[chapter](http://www.deeplearningbook.org/contents/regularization.html)]
- Chapter 8: Optimization for Training Deep Models [[chapter](http://www.deeplearningbook.org/contents/optimization.html)]
- Chapter 9: Convolutional Networks [[chapter](http://www.deeplearningbook.org/contents/convnets.html)]
- Chapter 10: Sequence Modeling: Recurrent and Recursive Nets [[chapter](http://www.deeplearningbook.org/contents/rnn.html)]
- Chapter 11: Practical Methodology [[chapter](http://www.deeplearningbook.org/contents/guidelines.html)]
- Chapter 12: Applications [[chapter](http://www.deeplearningbook.org/contents/applications.html)]
- **Part III: Deep Learning Research**
- Chapter 13: Linear Factor Models [[chapter](http://www.deeplearningbook.org/contents/linear_factors.html)]
- Chapter 14: Autoencoders [[chapter](http://www.deeplearningbook.org/contents/autoencoders.html)]
- Chapter 15: Representation Learning [[chapter](http://www.deeplearningbook.org/contents/representation.html)]
- Chapter 16: Structured Probabilistic Models for Deep Learning [[chapter](http://www.deeplearningbook.org/contents/graphical_models.html)]
- Chapter 17: Monte Carlo Methods [[chapter](http://www.deeplearningbook.org/contents/monte_carlo.html)]
- Chapter 18: Confronting the Partition Function [[chapter](http://www.deeplearningbook.org/contents/partition.html)]
- Chapter 19: Approximate Inference [[chapter](http://www.deeplearningbook.org/contents/inference.html)]
- Chapter 20: Deep Generative Models [[chapter](http://www.deeplearningbook.org/contents/generative_models.html)]
## Contributors
- [Aman Dalmia](https://github.com/dalmia)
- [Ameya Godbole](https://github.com/ameyagodbole)## Contributing
Please feel free to open a Pull Request to contribute a summary for the chapters 5, 6 and 12 as we might not be able to cover them owing to other commitments. Also, if you think there's any section that requires more/better explanation, please use the issue tracker to let us know about the same.
## Support
If you like this repo and find it useful, please consider (★) starring it (on top right of the page) so that it can reach a broader audience.