提交 989e19ca 编写于 作者: Y Yibing Liu

fix typos in margin_rank_loss_op

上级 13b7d928
...@@ -75,13 +75,13 @@ turns out ...@@ -75,13 +75,13 @@ turns out
loss(X1, X2, Label) = max(0, -Label * (X1 - X2) + margin). loss(X1, X2, Label) = max(0, -Label * (X1 - X2) + margin).
The attribute `margin` involved here helps make the predictions more robust. The attribute `margin` involved here helps make the predictions more robust.
Denote the item ranked higher as the positive sample, otherwise negative Denote the item ranked higher as the positive sample, otherwise the negative
sample. If the score of the two samples statisfies sample. If the score of the two samples satisfies
positive sample - negative sample < margin, positive sample - negative sample < margin,
the pair of samples will contribute to the loss, which will backpropogate and the pair of samples will contribute to the final loss, which will backpropogate
train the ranking model to enlarge the difference of the two score. and train the ranking model to enlarge the difference of the two score.
For batch input with size `batch_size`, `X1`, `X2` and `Label` For batch input with size `batch_size`, `X1`, `X2` and `Label`
all have the same shape [batch_size x 1]. all have the same shape [batch_size x 1].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册