Grokking-Deep-Learning
Deep learning textbook
An open-source book and project accompanying Grokking Deep Learning by Andre Trask, covering neural networks and deep learning concepts.
this repository accompanies the book "Grokking Deep Learning"
7k stars
320 watching
2k forks
Language: Jupyter Notebook
last commit: 6 months ago Related projects:
Repository | Description | Stars |
---|---|---|
dennybritz/deeplearning-papernotes | A collection of notes and summaries on various deep learning research papers, including their topics, techniques, and applications. | 4,410 |
llsourcell/learn_deep_learning_in_6_weeks | A structured curriculum for learning deep learning concepts over six weeks | 2,677 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 56,215 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,003 |
floodsung/deep-learning-papers-reading-roadmap | A comprehensive roadmap for learning deep learning by following key papers in the field | 38,327 |
rasmusbergpalm/deeplearntoolbox | A Matlab toolbox providing implementations of various deep learning models | 3,795 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
lexfridman/mit-deep-learning | A collection of tutorials and code examples for learning deep learning concepts using MIT Deep Learning courses | 10,170 |
oxford-cs-deepnlp-2017/lectures | An open-source repository containing lecture slides and course materials for an advanced natural language processing course. | 15,683 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
fchollet/deep-learning-with-python-notebooks | Companion notebooks implementing code samples from the book on deep learning with Python | 18,712 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,954 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
microsoft/cntk | A unified deep learning toolkit that describes neural networks as a series of computational steps via a directed graph. | 17,523 |