のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2017-01-05から1日間の記事一覧

hinge loss function:

Using this syntax, we can put it all together, obtaining the hinge loss function: L_{i} = \sum_{j \neq y_{i}} max(0, s_{j} - s_{y_{i}} + 1) Note: I’m purposely skipping the regularization parameter for now. We’ll return to regularization i…