Skip to content
Gopi Krishna Tummala

Tag: machine-learning

All the articles with the tag "machine-learning".

  • Intermediate Fundamentals
    25 MIN READ

    Backpropagation — The Math Behind Learning

    A complete derivation of backpropagation for MLPs — from chain rule intuition to delta propagation, with a worked numerical example showing exactly how errors flow backward through a network.

  • Advanced GenAI Systems
    40 MIN READ

    Image Diffusion Models: From U-Net to DiT

    The evolution of image diffusion architectures. Learn how we moved from convolutional U-Nets to scalable Diffusion Transformers (DiT), and why treating images like language changed everything.

  • Advanced GenAI Systems
    40 MIN READ

    Physics-Aware Video Diffusion: From Pixels to Laws

    How to move from visual imitation to law-governed motion. Deep dive into injecting PDEs into neural networks, implicit physics extraction, and LLM-guided physical reasoning.

  • Advanced GenAI Systems
    40 MIN READ

    Sampling & Guidance: The Dialects of Noise

    How to accelerate diffusion sampling and steer creativity. Learn the mechanics of DDIM, DPM-Solver, Classifier-Free Guidance (CFG), and the math of negative prompting.