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

biorXiv paper comments #35

Closed
dyl4nm4rsh4ll opened this issue May 21, 2018 · 2 comments
Closed

biorXiv paper comments #35

dyl4nm4rsh4ll opened this issue May 21, 2018 · 2 comments

Comments

@dyl4nm4rsh4ll
Copy link

Came across the recent biorXiv posting of this work - awesome stuff! I should probably comment through the official Disqus comment thread but whatever.

It was interesting to note how you honed down the input data and implemented a couple of regularization strategies to improve the accuracy of the tandem-CNN model. I'm curious if you have messed around with different loss functions? Though the probability vectors at hand that are being predicted are short, some probability theory can still be applied - I think. See this for some insight on choosing a loss function. If you know, or can reason out, the distribution of the noise, a tailored loss function may improve the accuracy.

Some other off the shelf loss functions: https://www.tensorflow.org/api_docs/python/tf/losses.

Best of luck!

@dyl4nm4rsh4ll
Copy link
Author

Quite impressive, just found out you're in high school - which college will you be going to, out of curiosity?

@RK900
Copy link
Member

RK900 commented May 24, 2018

Thanks for your input! I never changed the loss function; I always stuck with cross_entropy_with_logits.

By selecting only experts to train on, we significantly decreased the amount of noise in the data. Also, in the results section of the paper, we tested the accuracy when we trained on half of the experts and predicted on the other half, and we found that the accuracies (0.38 and 0.11) were significantly better than random guessing, while not meeting our best accuracies (0.51 and 0.34). So, I think that there is some variation in solving strategies, but not a drastic variation.

@RK900 RK900 closed this as completed Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants