{"id":15966957,"url":"https://github.com/akramz/grokking-deep-learning-notebooks","last_synced_at":"2026-03-05T00:32:15.396Z","repository":{"id":56308640,"uuid":"176560564","full_name":"Akramz/grokking-deep-learning-notebooks","owner":"Akramz","description":"Notes \u0026 Code to go over \"Grokking Deep Learning\" Book by Andrew Trask","archived":false,"fork":false,"pushed_at":"2024-02-19T11:33:45.000Z","size":36196,"stargazers_count":39,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T16:03:01.214Z","etag":null,"topics":["artificial-intelligence","backpropagation","deep-learning","federated-learning","forward-propagation","lstm","machine-learning","neural-networks","numpy","numpy-tutorial","rnn","sgd"],"latest_commit_sha":null,"homepage":"https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/tree/master/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akramz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-19T17:00:09.000Z","updated_at":"2025-03-09T19:38:39.000Z","dependencies_parsed_at":"2024-10-27T17:21:52.685Z","dependency_job_id":null,"html_url":"https://github.com/Akramz/grokking-deep-learning-notebooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akramz%2Fgrokking-deep-learning-notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akramz%2Fgrokking-deep-learning-notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akramz%2Fgrokking-deep-learning-notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akramz%2Fgrokking-deep-learning-notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akramz","download_url":"https://codeload.github.com/Akramz/grokking-deep-learning-notebooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244133668,"owners_count":20403466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","backpropagation","deep-learning","federated-learning","forward-propagation","lstm","machine-learning","neural-networks","numpy","numpy-tutorial","rnn","sgd"],"created_at":"2024-10-07T18:06:53.083Z","updated_at":"2026-03-05T00:32:10.318Z","avatar_url":"https://github.com/Akramz.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grokking Deep Learning by Andrew W. Trask\n\n\u003e https://www.manning.com/books/grokking-deep-learning\n\n\u003cdiv style=\"text-align:center\"\u003e\u003cimg style=\"width:100%\" src=\"static/imgs/Cover.png\"\u003e\u003c/div\u003e\n\nThis repo is home to notes \u0026 the code that accompanies Andrew W. Trask's \"Grokking Deep Learning\" book. It provides a solid foundation in deep learning so that you can master any major deep learning framework.\n\nThe book requires no math background beyond basic arithmetic. It doesn't rely on a high-level library that might hide what's going on. Anyone can read the book and understand how deep learning really works. You won't just read the theory, you'll discover it yourself.\n    \n\u003e (You can Buy the Book from [Manning Publications](https://www.manning.com/books/grokking-deep-learning) or [Amazon](https://www.amazon.com/Grokking-Deep-Learning-Andrew-Trask/dp/1617293709)).\n\n# Roadmap\n\n\"Grokking Deep Learning\" has 16 chapters. We provide links for the available notebooks:\n\n1. Introducing Deep Learning: Why you should Learn It?\n2. fundamental Concepts: How Do Machines Learn?\n3. [Introduction to Neural Learning](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/03.forward_propagation.ipynb): Forward Propagation\n4. [Introduction to Neural Learning](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/04.gradient_descent.ipynb): Gradient Descent\n5. [Learning Multiple Weights at a Time](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/05.Generalizing_GD.ipynb): Generalizing Gradient Descent\n6. [Building your first deep neural network](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/06.Back_propagation.ipynb): Introduction to Backpropagation\n7. How to Picture Neural Networks: In your Head \u0026 on Paper\n8. [Learning Signal \u0026 Ignoring Noise](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/08.Regularization_Batching.ipynb): Introduction to Regularization \u0026 Batching\n9. [Modeling Probabilities \u0026 Non-Linearities](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/09.Probabilities_Non-Linearities.ipynb): Activation Functions\n10. [Neural Learning about Edges \u0026 Corners](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/10.Intro_to_CNNs.ipynb): Introduction to Convolutional Neural Networks\n11. [Neural Networks that Understand Language](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/11.NNs_that_Understand_Language.ipynb): King - Man + Woman == ?\n12. [Neural Networks that write like Shakespeare](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/12.RNNs.ipynb): Recurrent Layers for Variable Length Data\n13. [Introducing Automatic Optimization](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/13.DL_framework.ipynb): Let's build a deep learning framework\n14. [Learning to Write like Shakespeare](https://nbviewer.jupyter.org/github/Akramz/grokking-deep-learning-notebooks/blob/master/14.LSTMs_LM.ipynb): Long Short-term Memory\n15. Deep Learning on Unseen Data: Introducing Federated Learning\n16. Where to Go from Here: A brief Guide\n\n\u003e Hidden Notebooks are mostly based on original content from the book.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakramz%2Fgrokking-deep-learning-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakramz%2Fgrokking-deep-learning-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakramz%2Fgrokking-deep-learning-notebooks/lists"}