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

Compute model uncertainty #6

Closed
huevosabio opened this issue Jul 5, 2017 · 1 comment
Closed

Compute model uncertainty #6

huevosabio opened this issue Jul 5, 2017 · 1 comment

Comments

@huevosabio
Copy link
Owner

Theory here: http://mlg.eng.cam.ac.uk/yarin/blog_2248.html

It is possible to estimate the uncertainty of a DL model using dropout in the training and in the sampling. Basically, the idea is that in order to estimate the uncertainty of an LSTM network, it is simply necessary to sample T times the network with dropout (that is on each sample, we drop randomly some of the nodes).

This task is basically to extend the current approach to one that includes uncertainty. Specifically, the multistep should return the mean multistep prediction and the standard deviation multistep of the samples.

Relevant links:

@huevosabio
Copy link
Owner Author

yaringal/BayesianRNN#3
"Alternately, dropout can be applied to the input and recurrent connections of the memory units with the LSTM precisely and separately." - from http://machinelearningmastery.com/sequence-classification-lstm-recurrent-neural-networks-python-keras/

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