Neural Architecture Hub

AI Notes Directory

Comprehensive guides, mathematical derivations, interactive visualizers, and implementation references across deep neural networks and generative modeling.

AI Notes & Deep Learning

A centralized technical reference and interactive playground covering foundational and modern neural architectures—from convolutional spatial hierarchies to multi-head self-attention, rotary embeddings, and latent diffusion pipelines.

Interactive Learning: Every major architecture includes interactive simulations to help you visualize tensor flows and build mathematical intuition before formalizing your code.


🕹️ Interactive Visualizer

Attention is the engine of modern AI. Watch each token query every other token and pull weighted information from their values — the core operation behind GPT, BERT, and modern frontier models.

Scaled Dot-Product Attention

Querying context for: "The"

Context Vector (Z)
"The"
"Robot"
"Is"
"Learning"

Waiting to process next sequence step...

Key Insight: Each token produces a Query, Key, and Value vector. The dot product of QQ and KK determines how much it attends to each other token before pulling from VV.


Deep Neural Networks (DNN)

Foundational neural building blocks, backpropagation dynamics, sequence processing, and embedding spaces.


Generative Modeling

Probabilistic density modeling, latent spaces, score-based diffusion, and adversarial convergence.

On this page