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

Other ANC loss functions #18

Open
hmc-cs-mdrissi opened this issue Apr 26, 2018 · 0 comments
Open

Other ANC loss functions #18

hmc-cs-mdrissi opened this issue Apr 26, 2018 · 0 comments

Comments

@hmc-cs-mdrissi
Copy link
Owner

Currently the ANC does correctness and confidence based upon take the square difference (L2). Given that the values are meant to correspond to probability distributions a different loss like cross entrop may help in training. For this to be doable the mask used must either choose to keep or ignore a row and can't choose to ignore a piece of a row (which wouldn't make sense anyways for a normal problem). Then compute the sum of the cross entropies for the relevant rows instead of the mask * (predicted - expected)^2 for those two losses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant