LxMLS / lxmls-guide

Lisbon Machine Learning Summer School Lab Guide
81 stars 61 forks source link

upper indicies stating the mˆth training instance missing #92

Closed davidbp closed 8 years ago

davidbp commented 8 years ago

This commit corrects

We just said * To simplify notation, and without loss of generality, we will work with the classification cost of an individual example * Then we say that we compute the gradient of the loss (over all the dataset) with respect to W. We should say gradient of the loss (over the mˆth training point).

Even though expression 5.9 is completely correct without the upper case mˆth I think we should include it (because it is also correct and for consistency reasons).

davidbp commented 8 years ago

I just realised equation (5.11) also needs a superscript ˆm.