Deep Learning #
Section renders pages in section as definition list, using title and description. Optional param summary
can be used to show or hide page summary
- Log Reg Nn
- Logistic Regression as a Neural Network # Architecture # πΊππ£ππ π₯ , π¦Μ = π(π¦ = 1|π₯), where 0 β€ π¦Μ β€ 1 Parameters of logistic regression Input observation,features matrix X Target vector Y Weights w Threshold or bias b Output: π¦Μ, sigmoid(z) where z = π€ π *π₯ + π To get the parameters w and b (i.e. learning), we optimize on: π½(π€, π) = 1/m (β πΏ(π¦Μ (π) , π¦ (π) ))