The Alchemist.
HomeAI EngineeringSubstack
SubscribeLogin
Machine Learning
Feature Engineering
Imbalanced Datasets
Linear Regression
Logistic Regression
Svm
Naive Bayes
Knn
Decision Tree
Ensemble
Unsupervised
  1. Home
  2. Blog
  3. Machine Learning
  4. Linear Regression
Back to Machine Learning

~/blog/tutorials/machine-learning

Linear Regression

Tutorial
Jun 27, 202610 min read
0

Types of Machine Learning

Every ML algorithm in this series fits into a broader taxonomy. Before touching a single equation, you need a clear map of what kind of problem you're solving —…

Tutorial
Jun 27, 20267 min read
0

Equation of a Line, 3D Plane, and Hyperplane

Linear regression is a machine that draws a flat surface through data. Before training weights, you need a geometric grip on what "flat surface" means across 1,…

Tutorial
Jun 25, 20266 min read
0

Distance of a Point from a Plane

The distance from a point to a hyperplane is the single geometric quantity that underpins Support Vector Machines, the margin concept, and the intuition behind…

Tutorial
Jun 25, 20266 min read
0

Instance-Based vs Model-Based Learning

After training, does the algorithm throw the data away or keep it? That single question separates the two fundamental strategies in ML. Getting the answer wrong…

Tutorial
Jun 25, 20266 min read
0

Simple Linear Regression

Simple linear regression is the most constrained version of the problem: one input, one output, find the best line. The derivation is short enough to do by hand…

© 2026 Mohammed Vasim. Built with curiosity.