diff --git a/docs/00-course-overview.md b/docs/00-course-overview.md index 5d7e779..f37e5df 100644 --- a/docs/00-course-overview.md +++ b/docs/00-course-overview.md @@ -28,7 +28,7 @@ The course is suitable for a wide audience, from programming beginners to experi | 10 | [Hash Maps & Closures](./hash-maps-closures) | Pending | Pending | | | 11 | [Case Study: Parser](./parser) | Pending | Pending | | | 12 | [Case Study: Autodiff](./autodiff) | Pending | Pending | | -| 13 | Case Study: Neural Network | Pending | Pending | | +| 13 | [Case Study: Neural Network](./neural-network) | Pending | Pending | | | 14 | Case Study: Stack Machine | Pending | Pending | | Chapters 1 to 6 focus on functional programming, where we will learn about basic data structures and algorithms, and then delve into advanced topics such as higher-order functions and interfaces. Starting from Chapter 7, we will move on to imperative programming, where we will work with mutable data. Finally, we will conclude our study with an introduction to object-oriented programming. In the last few chapters, we will present some case studies to demonstrate how to use MoonBit to develop complex programs.