Atcold / NYU-DLSP20

NYU Deep Learning Spring 2020
https://atcold.github.io/NYU-DLSP20/
Other
6.66k stars 2.22k forks source link

Fixed the hinge loss equation #832

Closed guydav closed 1 year ago

guydav commented 1 year ago

Fixed a small mistake in the hinge loss equation in 11-2 -- the subtraction of the offending example's energy was outside of the max operator, where it should be inside -- see the table provided later in 11.2, or slide 19 here: https://cs.nyu.edu/~yann/talks/lecun-20041200-ebm-whistler.pdf

guydav commented 1 year ago

@Atcold sure thing, see the latest commit.