Independent projects — infrastructure, robotics, technology surveys, and corporate research
← Learning guides

Machine Learning Primer: reading guide

From the fundamentals of neural networks through reinforcement learning, object detection and recognition, and generative models, explained through both implementation and math.

This is an editorially selected reading order. Begin at step 1 or go directly to the topic you need.

  1. Fundamentals · 15 min

    Machine Learning Primer: Foundations — Designing Data, Loss, and Generalization

    Machine learning is not just model selection: define the task, data split, loss, evaluation, and deployment change.

  2. Fundamentals · 15 min

    Machine Learning Primer: Neural Network Basics

    Neural networks stack affine transforms and nonlinear activations, then reduce loss by backpropagation and gradient-based optimization.

  3. Fundamentals · 42 min

    Object Detection & Semantic Segmentation Primer — Reading "What Is Where" From an Image

    Object Detection draws boxes around things; Semantic Segmentation colors in every pixel by meaning. From the difference between the two, through Instance and Panoptic Segmentation, the lineage from R-CNN to YOLO, DETR and DINO, all the way to their 3D point-cloud counterparts — a systematic tour of the fundamentals of scene understanding.

  4. Fundamentals · 36 min

    YOLO11 Explained in Depth — What Did C3k2 and C2PSA Change from YOLOv8?

    Break down Ultralytics YOLO11 using official documentation and primary sources: C3k2, C2PSA, anchor-free detection, DFL/CIoU losses, and measured benchmarks for n/s/m/l/x.

  5. Fundamentals · 33 min

    A Thorough Guide to SegFormer — Why a Transformer Without Positional Encoding Works for Segmentation

    This article breaks down SegFormer, introduced by NVIDIA, The University of Hong Kong, and collaborators at NeurIPS 2021, based on the original paper. We examine the hierarchical MiT encoder without positional encoding, the parameter-efficient All-MLP decoder, the effective receptive field, and the measured mIoU, parameter counts, and compute from B0 to B5 with equations.

  6. Fundamentals · 14 min

    Machine Learning Primer: Pose Estimation

    Pose estimation infers human or object keypoints and 6D pose from images. This primer covers coordinates, losses, occlusion, evaluation, and safety.

  7. Fundamentals · 15 min

    Machine Learning Primer: Generative Models

    Generative models represent data distributions and create conditional outputs. Learn likelihood, VAE, GAN, diffusion, evaluation, provenance, and safety.

Search this field →