Difference between revisions of "AI tutorials"

From GISAXS
Jump to: navigation, search
(Transformer)
(Loss Functions)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
==Loss Functions==
 
==Loss Functions==
 
* [https://gombru.github.io/2018/05/23/cross_entropy_loss/ Understanding Categorical Cross-Entropy Loss, Binary Cross-Entropy Loss, Softmax Loss, Logistic Loss, Focal Loss and all those confusing names]
 
* [https://gombru.github.io/2018/05/23/cross_entropy_loss/ Understanding Categorical Cross-Entropy Loss, Binary Cross-Entropy Loss, Softmax Loss, Logistic Loss, Focal Loss and all those confusing names]
 +
 +
==Diffusion==
 +
* 2024-06: [https://arxiv.org/abs/2406.08929 Step-by-Step Diffusion: An Elementary Tutorial]
  
 
==Transformer==
 
==Transformer==
 
* Low-level:
 
* Low-level:
** Peter Bloem: [https://peterbloem.nl/blog/transformers Transformers from scratch]
+
** [https://peterbloem.nl/ Peter Bloem]: [https://peterbloem.nl/blog/transformers Transformers from scratch]
** Brandon Rohrer: [https://e2eml.school/transformers.html Transformers from Scratch]
+
** [https://www.brandonrohrer.com/blog.html Brandon Rohrer]: [https://e2eml.school/transformers.html Transformers from Scratch]
 
* Wolfram: [https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/ What Is ChatGPT Doing … and Why Does It Work?]
 
* Wolfram: [https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/ What Is ChatGPT Doing … and Why Does It Work?]
 
* [https://jalammar.github.io/illustrated-transformer/ The Illustrated Transformer]
 
* [https://jalammar.github.io/illustrated-transformer/ The Illustrated Transformer]

Latest revision as of 08:29, 10 July 2025

General

Loss Functions

Diffusion

Transformer

Visualizations

LLM

Video

Prompt Engineering

Other Visualizations