Difference between revisions of "AI tutorials"

From GISAXS
Jump to: navigation, search
(Transformer)
(Diffusion)
 
(2 intermediate revisions 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]
 +
* 2025-04: [https://sander.ai/2025/04/15/latents.html Generative modelling in latent space]
  
 
==Transformer==
 
==Transformer==
Line 44: Line 48:
 
* [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]
 +
* [https://github.com/apple/embedding-atlas?tab=readme-ov-file Embedding Atlas] ([https://apple.github.io/embedding-atlas/ demo])

Latest revision as of 11:08, 15 August 2025

General

Loss Functions

Diffusion

Transformer

Visualizations

LLM

Video

Prompt Engineering

Other Visualizations