GitXplorerGitXplorer
e

Optimized-MC-Dropout-Using-DRL

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
f81c2415c41c392fd8c1f225fd50a14b3831cfed

Update README.md

eelisim committed 4 years ago
Verified
46960ca5f193ef06a016a7b47d3c5b125fa50b55

Update README.md

eelisim committed 4 years ago
Verified
c422ca219b4073803532693ab81c19ae1e5d7e35

Update README.md

eelisim committed 4 years ago
Verified
97d21a4f029eac45e6d1ca24ca0857ae6e624edb

Update README.md

eelisim committed 4 years ago
Verified
b6c03b9a25f2056f113355a2e51c0a199f675ac2

Update README.md

eelisim committed 4 years ago
Unverified
49a1150e5dc109ab3529189074183e1752c91c9c

irrelevant file

eelisim committed 4 years ago

README

The README file for this repository.

Status: Archive (code is provided as-is, no updates expected)

Optimized-MC-Dropout-Using-DRL

MC-dropout estimates uncertainty at test time using the variance statistics extracted from several dropout-enabled forward passes. Unfortunately, the prediction cost of an effective MC-dropout can reach hundreds of feed-forward iterations for each prediction. In this repository, I model MC-dropout in a Deep Reinforcement Learning (DRL) framework, to find the optimial passes needed for producing predefined confidence level.

Acknowledgements