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

experimental limits of detection as model parameters #76

Open
wsdewitt opened this issue Jul 17, 2020 · 1 comment
Open

experimental limits of detection as model parameters #76

wsdewitt opened this issue Jul 17, 2020 · 1 comment

Comments

@wsdewitt
Copy link
Contributor

Observed functional scores are lower bounded by experimental detection limits, while the predicted values aren't. The effect of this can be observed in a scatter plot:
image

If the limit of detection is known, we can tell the model about it in __init__(), and it can clamp the predictions that would otherwise come out below the limit (in the forward() method for the model).

@wsdewitt
Copy link
Contributor Author

My suggestion above to clamp output based on the limit of detection is not right—the model wouldn't train because the gradient of the output layer will be 0 for all pre-clamp values less than the limit.

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

1 participant