Domain Neighborhood

Calculus

Rates of change and accumulation. Calculus is the language behind gradients, optimization, continuous-time dynamics, and why backprop works as efficiently as it does.

6 concepts4 published4 demos

Recommended Route

This sequence is ordered for learning rather than inventory: lower difficulty, fewer prerequisites, and more central concepts come first.

  1. 01
    Computation Graphs

    A computation graph breaks a calculation into nodes so values flow forward and sensitivities flow backward.

    13 mincodedemoafter Chain Rule

    Check Chain Rule first if the symbols feel slippery.

  2. 02
    Derivatives

    The derivative is an instantaneous rate of change: the slope you get when a secant line becomes a tangent line.

    14 mincodedemoafter Functions

    Why this follows: both pages keep the calculus thread active.

  3. 03
    Backpropagation

    Backpropagation applies reverse-mode autodiff to neural networks so one scalar loss can train many parameters.

    15 mincodedemoafter Reverse-Mode Automatic Differentiation

    Why this follows: both pages keep the calculus thread active.

  4. 04
    Reverse-Mode Automatic Differentiation

    Reverse-mode autodiff computes gradients by sending cotangents backward through a computation graph.

    14 mincodedemoafter Computation Graphs

    Why this follows: both pages keep the calculus thread active.

All Published Notebooks

Browse the territory.

In Progress

Notebooks still below the publish bar.

FunctionsChain Rule