This commit is contained in:
Ehtasham Yasin 2026-06-25 22:45:36 +08:00 committed by GitHub
commit e56665754f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ It's a great way to learn.
* [Memory Allocator](#build-your-own-memory-allocator) * [Memory Allocator](#build-your-own-memory-allocator)
* [Network Stack](#build-your-own-network-stack) * [Network Stack](#build-your-own-network-stack)
* [Neural Network](#build-your-own-neural-network) * [Neural Network](#build-your-own-neural-network)
* [AI Agent](#build-your-own-ai-agent)
* [Operating System](#build-your-own-operating-system) * [Operating System](#build-your-own-operating-system)
* [Physics Engine](#build-your-own-physics-engine) * [Physics Engine](#build-your-own-physics-engine)
* [Processor](#build-your-own-processor) * [Processor](#build-your-own-processor)
@ -61,6 +62,9 @@ It's a great way to learn.
#### Build your own `AI Model` #### Build your own `AI Model`
* [**Python**: _A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch) * [**Python**: _A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch)
* [**Python**: _Diffusion Models for Image Generation_](https://huggingface.co/learn/diffusion-course/en/unit1/3) * [**Python**: _Diffusion Models for Image Generation_](https://huggingface.co/learn/diffusion-course/en/unit1/3)
#### Build your own `AI Agent`
* [**Python**: _RAG for Document Search_](https://github.com/langchain-ai/rag-from-scratch) * [**Python**: _RAG for Document Search_](https://github.com/langchain-ai/rag-from-scratch)
#### Build your own `Augmented Reality` #### Build your own `Augmented Reality`