Skip to content
Gopi Krishna Tummala

Tag: neural-networks

All the articles with the tag "neural-networks".

  • 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.

  • Intermediate Fundamentals
    20 MIN READ

    The Transformer — How Machines Pay Attention

    An intuitive introduction to the Transformer architecture — from the attention mechanism to self-attention and cross-attention, using language translation as a concrete example.