This week: logistic regression.
Binary Classification & notation
ex. cat classifier from image
image pixels: 64x64x3
⇒ unroll(flatten) to a feature vector x dim=64x64x3=12288:=n (input dimension)
notation
- superscript
(i)for ith example, e.g.x^(i) - superscript
[l]for lth layer, e.g.w^[l] m: number of …



