bfortuner / ml-glossary

Machine learning glossary
http://ml-cheatsheet.readthedocs.io
MIT License
3.02k stars 725 forks source link

corss entopy loss is different from hinge loss #72

Open maryamag85 opened 5 years ago

maryamag85 commented 5 years ago

confusing definition for cross-entropy loss referring to Stanford lecture notes http://cs231n.github.io/linear-classify/

you are calling log loss same as cross entropy loss

xinbinhuang commented 4 years ago

You can see log loss as a special case (with only 2 classes) of entropy loss.