Difference between revisions of "AI tutorials"
KevinYager (talk | contribs) (→LLM) |
KevinYager (talk | contribs) (→LLM) |
||
Line 21: | Line 21: | ||
* [https://book.theaiedge.io/ The Big Book of Large Language Models] (Damien Benveniste) | * [https://book.theaiedge.io/ The Big Book of Large Language Models] (Damien Benveniste) | ||
* 2025-01: [https://arxiv.org/abs/2501.09223 Foundations of Large Language Models] | * 2025-01: [https://arxiv.org/abs/2501.09223 Foundations of Large Language Models] | ||
+ | |||
+ | ===Video=== | ||
+ | * [https://www.youtube.com/watch?v=EWvNQjAaOHw How I use LLMs] | ||
+ | * [https://www.youtube.com/watch?v=7xTGNNLPyMI Deep Dive into LLMs like ChatGPT] | ||
==Other Visualizations== | ==Other Visualizations== | ||
* [https://pytorch.org/blog/inside-the-matrix/ Inside the Matrix: Visualizing Matrix Multiplication, Attention and Beyond] | * [https://pytorch.org/blog/inside-the-matrix/ Inside the Matrix: Visualizing Matrix Multiplication, Attention and Beyond] | ||
* [https://sohl-dickstein.github.io/2024/02/12/fractal.html Neural network training makes beautiful fractals] | * [https://sohl-dickstein.github.io/2024/02/12/fractal.html Neural network training makes beautiful fractals] |
Revision as of 14:43, 3 March 2025
Contents
General
Loss Functions
Transformer
- Wolfram: What Is ChatGPT Doing … and Why Does It Work?
- The Illustrated Transformer
- Transformers Explained Visually — Not Just How, but Why They Work So Well
Visualizations
LLM
- A Survey on Large Language Models: Applications, Challenges, Limitations, and Practical Usage
- Aman AI: Overview of Large Language Models
- Awesome-LLM: Curated list of LLM projects
- The Big Book of Large Language Models (Damien Benveniste)
- 2025-01: Foundations of Large Language Models