Add LLM tutorials to AI Model section

Add Andrej Karpathy's "Let's build GPT from scratch" video tutorial and
The Annotated Transformer as additional resources for building large
language models from scratch.

https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
This commit is contained in:
Claude 2026-03-22 22:44:48 +00:00
parent 294aef8fde
commit c439f35496
No known key found for this signature in database

View file

@ -60,6 +60,8 @@ 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**: _Let's build GPT: from scratch, in code, spelled out_](https://www.youtube.com/watch?v=kCc8FmEb1nY) [video]
* [**Python**: _The Annotated Transformer_](http://nlp.seas.harvard.edu/annotated-transformer/)
* [**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)
* [**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)