This commit is contained in:
Carlos Jr 2026-02-23 20:21:49 +00:00 committed by GitHub
commit c292d90e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,7 @@ It's a great way to learn.
#### Build your own `AI Model`
* [**Python**: _A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch)
* [**Python**: _Build GPT-2 from Scratch_](https://github.com/karpathy/build-nanogpt)
* [**Python**: _Diffusion Models for Image Generation_](https://huggingface.co/learn/diffusion-course/en/unit1/3)
* [**Python**: _RAG for Document Search_](https://github.com/langchain-ai/rag-from-scratch)