diff --git a/book/chapters/01-setup.md b/book/chapters/01-setup.md index 5d3d71cd..3b581d9c 100644 --- a/book/chapters/01-setup.md +++ b/book/chapters/01-setup.md @@ -168,6 +168,12 @@ Once you've completed this module and all tests pass, you're ready to move on to The skills you learn here - the development workflow, testing patterns, and code organization - will be used throughout every module in TinyTorch. +## 🎉 Ready to Build? + +Welcome to TinyTorch! This is your foundation module where you'll master the development workflow that powers every subsequent module. You're about to build your first components and establish the coding patterns that will carry you through the entire course. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 + Choose your preferred way to engage with this module: diff --git a/book/chapters/03-activations.md b/book/chapters/03-activations.md index 885e9270..54e56e34 100644 --- a/book/chapters/03-activations.md +++ b/book/chapters/03-activations.md @@ -267,6 +267,13 @@ You've mastered this module when: **Great work! You've built the mathematical foundation of neural networks!** 🎉 +## 🎉 Ready to Build? + +The activations module is where neural networks come alive! You're about to implement the mathematical functions that give networks their power to learn complex patterns and make intelligent decisions. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 + + Choose your preferred way to engage with this module: diff --git a/book/chapters/06-cnn.md b/book/chapters/06-cnn.md index a0d50db3..61e3de75 100644 --- a/book/chapters/06-cnn.md +++ b/book/chapters/06-cnn.md @@ -85,6 +85,13 @@ python -m pytest tests/test_cnn.py -v > **Convolution is a new, fundamental building block.** > By implementing it yourself, you’ll understand the magic behind modern vision models! +## 🎉 Ready to Build? + +The CNN module brings computer vision to TinyTorch! You're about to implement the core operation that powers modern image recognition, from filters and feature maps to complete convolutional networks. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 + + Choose your preferred way to engage with this module: diff --git a/book/chapters/09-optimizers.md b/book/chapters/09-optimizers.md index 14c5ed14..de671998 100644 --- a/book/chapters/09-optimizers.md +++ b/book/chapters/09-optimizers.md @@ -222,6 +222,13 @@ After mastering optimizers, you'll be ready for: Your optimizers will be the engine that transforms gradients into intelligence! +## 🎉 Ready to Build? + +The optimizers module is where learning happens! You're about to implement the algorithms that guide neural networks toward optimal solutions, from basic gradient descent to modern adaptive methods. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 + + Choose your preferred way to engage with this module: diff --git a/modules/source/01_setup/README.md b/modules/source/01_setup/README.md index fa373cbb..05f3986f 100644 --- a/modules/source/01_setup/README.md +++ b/modules/source/01_setup/README.md @@ -150,4 +150,10 @@ This comprehensive module introduces: Once you've completed this module and all tests pass, you're ready to move on to the **tensor module** where you'll build the core data structures that power TinyTorch neural networks! -The skills you learn here - the development workflow, testing patterns, and code organization - will be used throughout every module in TinyTorch. \ No newline at end of file +The skills you learn here - the development workflow, testing patterns, and code organization - will be used throughout every module in TinyTorch. + +## 🎉 Ready to Build? + +Welcome to TinyTorch! This is your foundation module where you'll master the development workflow that powers every subsequent module. You're about to build your first components and establish the coding patterns that will carry you through the entire course. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 \ No newline at end of file diff --git a/modules/source/03_activations/README.md b/modules/source/03_activations/README.md index ad675a16..24e17762 100644 --- a/modules/source/03_activations/README.md +++ b/modules/source/03_activations/README.md @@ -249,4 +249,10 @@ You've mastered this module when: - [ ] You can use activations in neural networks - [ ] You appreciate the importance of nonlinearity -**Great work! You've built the mathematical foundation of neural networks!** 🎉 \ No newline at end of file +**Great work! You've built the mathematical foundation of neural networks!** 🎉 + +## 🎉 Ready to Build? + +The activations module is where neural networks come alive! You're about to implement the mathematical functions that give networks their power to learn complex patterns and make intelligent decisions. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 diff --git a/modules/source/06_cnn/README.md b/modules/source/06_cnn/README.md index 47f02a79..f7a00d47 100644 --- a/modules/source/06_cnn/README.md +++ b/modules/source/06_cnn/README.md @@ -67,4 +67,10 @@ python -m pytest tests/test_cnn.py -v ## 💡 Key Insight > **Convolution is a new, fundamental building block.** -> By implementing it yourself, you’ll understand the magic behind modern vision models! \ No newline at end of file +> By implementing it yourself, you’ll understand the magic behind modern vision models! + +## 🎉 Ready to Build? + +The CNN module brings computer vision to TinyTorch! You're about to implement the core operation that powers modern image recognition, from filters and feature maps to complete convolutional networks. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥 diff --git a/modules/source/09_optimizers/README.md b/modules/source/09_optimizers/README.md index 26ecbd0b..14b878ce 100644 --- a/modules/source/09_optimizers/README.md +++ b/modules/source/09_optimizers/README.md @@ -204,4 +204,10 @@ After mastering optimizers, you'll be ready for: **Ready to build the intelligent algorithms that power modern AI training?** -Your optimizers will be the engine that transforms gradients into intelligence! \ No newline at end of file +Your optimizers will be the engine that transforms gradients into intelligence! + +## 🎉 Ready to Build? + +The optimizers module is where learning happens! You're about to implement the algorithms that guide neural networks toward optimal solutions, from basic gradient descent to modern adaptive methods. + +Take your time, test thoroughly, and enjoy building something that really works! 🔥