Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To make a loss function from this, we could just flip the x < y comparison to x

<img style="max-height:250px; max-width:800px; " src='https://raw.githubusercontent.com/iridiumblue/about/master/xpr.png' />

Yann got this forumula by applying a series of changes to the WMW:
Yann got this formula by applying a series of changes to the WMW:

1. x<y has been flipped to y<x, to make it a loss (higher is worse.) So the loss is focussed on wrong-ordered pairs.
2. Instead of treating all pairs equally, weight is given to the how far apart the pair is.
Expand Down