diff --git a/README.md b/README.md index 90a58aa..94d643f 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ We advise to run all examples through Google Colab for the easiest setup. Google --- -## Additional Resources +## [Bonus content!](bonus/) We attempted to put as much information into the book without it being overwhelming. However, even with a 400-page book there is still much to discover! -We continue to create more guides that compliment the book and go more in-depth into new and exciting topics: +We continue to create more guides that compliment the book and go more in-depth into new and [exciting topics]((bonus/)): | [A Visual Guide to Mamba](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mamba-and-state) | [A Visual Guide to Quantization](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization) | [The Illustrated Stable Diffusion](https://jalammar.github.io/illustrated-stable-diffusion/) | :-------------------------:|:-------------------------:|:-------------------------: @@ -92,8 +92,6 @@ We continue to create more guides that compliment the book and go more in-depth **[A Visual Guide to Mixture of Experts](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mixture-of-experts)** | **[A Visual Guide to Reasoning LLMs](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-reasoning-llms)** | **[The Illustrated DeepSeek-R1](https://newsletter.languagemodels.co/p/the-illustrated-deepseek-r1)** ![](images/moe.png) | ![](images/reasoning.png) | ![](images/deepseek.png) -For more information on these visual/illustrated guides, check out the [bonus](bonus/) folder. - ## Citation Please consider citing the book if you consider it useful for your research: diff --git a/bonus/2_deeplearningai.md b/bonus/2_deeplearningai.md new file mode 100644 index 0000000..9ac9c54 Binary files /dev/null and b/bonus/2_deeplearningai.md differ diff --git a/bonus/3_quantization.md b/bonus/3_quantization.md new file mode 100644 index 0000000..0b67df0 Binary files /dev/null and b/bonus/3_quantization.md differ diff --git a/bonus/4_mamba.md b/bonus/4_mamba.md new file mode 100644 index 0000000..b43e350 Binary files /dev/null and b/bonus/4_mamba.md differ diff --git a/bonus/5_mixture_of_experts.md b/bonus/5_mixture_of_experts.md new file mode 100644 index 0000000..d1510d0 Binary files /dev/null and b/bonus/5_mixture_of_experts.md differ diff --git a/bonus/6_stable_diffusion.md b/bonus/6_stable_diffusion.md new file mode 100644 index 0000000..7f9f4ca Binary files /dev/null and b/bonus/6_stable_diffusion.md differ diff --git a/bonus/7_reasoning_llms.md b/bonus/7_reasoning_llms.md new file mode 100644 index 0000000..030bff4 Binary files /dev/null and b/bonus/7_reasoning_llms.md differ diff --git a/bonus/8_deepseek_r1.md b/bonus/8_deepseek_r1.md new file mode 100644 index 0000000..6033bd6 Binary files /dev/null and b/bonus/8_deepseek_r1.md differ diff --git a/bonus/9_agents.md b/bonus/9_agents.md new file mode 100644 index 0000000..b8aa4a4 Binary files /dev/null and b/bonus/9_agents.md differ diff --git a/bonus/README.md b/bonus/README.md index 6ae308a..626e010 100644 Binary files a/bonus/README.md and b/bonus/README.md differ diff --git a/images/bonus_agents.png b/images/bonus_agents.png new file mode 100644 index 0000000..309900a Binary files /dev/null and b/images/bonus_agents.png differ diff --git a/images/bonus_agents1.png b/images/bonus_agents1.png new file mode 100644 index 0000000..5e20f99 Binary files /dev/null and b/images/bonus_agents1.png differ diff --git a/images/bonus_agents2.png b/images/bonus_agents2.png new file mode 100644 index 0000000..472b30a Binary files /dev/null and b/images/bonus_agents2.png differ diff --git a/images/bonus_agents3.png b/images/bonus_agents3.png new file mode 100644 index 0000000..aab7b5b Binary files /dev/null and b/images/bonus_agents3.png differ diff --git a/images/bonus_agents4.png b/images/bonus_agents4.png new file mode 100644 index 0000000..aab7b5b Binary files /dev/null and b/images/bonus_agents4.png differ diff --git a/images/bonus_overview.png b/images/bonus_overview.png index ec1235b..f5a20b9 100644 Binary files a/images/bonus_overview.png and b/images/bonus_overview.png differ diff --git a/images/dlai.png b/images/dlai.png new file mode 100644 index 0000000..d9735b3 Binary files /dev/null and b/images/dlai.png differ