cs231n / cs231n.github.io

Public facing notes page
MIT License
10.12k stars 4.06k forks source link

corrected logistic regression loss function formula #216

Closed bhuvankaruturi closed 4 years ago

bhuvankaruturi commented 5 years ago

Corrected the loss function of logistic regression. Added the missing negative sign and also a short comment on the loss function (i.e the loss function of logistic regression minimizes the negative-log likelihood)