This section groups fine-grained machine learning problems into small, focused posts. Each note isolates one concept, model, or training objective so it can be understood quickly and reused as a reference.
Linear Regression with NumPy
Building a linear regression component from scratch in Python using NumPy.