1. 1
    Learning from Introduction to Deep Learning

    Introduction Into to deep learning Intelligence: The ability to process information and use it for future …

  2. 2
    Backpropagation Explained Visually: How Neural Networks Actually Learn

    A practical visual guide to backpropagation, computation graphs, the chain rule, and how gradients flow backward through a neural network.

  3. 3
    Forward Pass Explained: From a Single Neuron to Matrix Form

    A step-by-step guide to the forward pass in neural networks, starting with one neuron and scaling to dense layers and matrix multiplication.

  4. 4
    Multi-Layer Perceptron Explained: Dense Networks from First Principles

    A practical guide to multi-layer perceptrons, dense layers, width vs depth, weight matrices, and when fully connected networks are still the right tool.

  5. 5
    MSE vs Cross-Entropy: Which Loss Function Should You Use?

    A practical guide to mean squared error and cross-entropy loss, including regression vs classification, intuition, formulas, and when each one is the right choice.

  6. 6
    Training Loop Explained: Batches, Epochs, Iterations, and Convergence

    A practical guide to the neural network training loop, including forward pass, loss, backward pass, optimizer steps, mini-batches, epochs, and how to reason about convergence.