Real problems have many features — a house has size, bedrooms, age, location, and more. Give each feature its own weight, and the prediction is the sum of (weight × feature), plus the bias:
That sum is exactly a
Here is linear algebra paying off: no matter how many features, the prediction is a single dot product.
The features are fixed (one house). Turn the weight dials and watch the prediction
Nothing else changes. The