Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binary_sparsemax_loss and projection_unit_cube #35

Open
mblondel opened this issue Sep 21, 2021 · 2 comments
Open

Add binary_sparsemax_loss and projection_unit_cube #35

mblondel opened this issue Sep 21, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mblondel
Copy link
Collaborator

We should add binary_sparsemax_loss, the binary classification counterpart of multiclass_sparsemax_loss, see section 4.4 of https://arxiv.org/abs/1901.02324. This loss is also known modified Huber loss. The associated mapping is the projection on the unit cube so let's add projection_unit_cube, which is easy to implement using projection_box. Once done, they need to be added to the documentation.

@mblondel mblondel added enhancement New feature or request good first issue Good for newcomers labels Sep 21, 2021
@pharringtonp19
Copy link

@mblondel I would be happy to tackle this sometime over the next week or so if no one else has started working on it.

@mblondel
Copy link
Collaborator Author

mblondel commented Oct 8, 2021

@pharringtonp19 Sounds good, I don't think any one is working on this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants