You have a batch of customer rows with shape (100, 4) — 100 customers,
4 features each — and you want to add a per-feature bias to every row.
Which bias shape will broadcast correctly across the batch?
You have a batch of customer rows with shape (100, 4) — 100 customers,
4 features each — and you want to add a per-feature bias to every row.
Which bias shape will broadcast correctly across the batch?