Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 464 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 464 Bytes

acquisition_example

Train a simple convnet on the MNIST dataset and evaluate the BALD acquisition function

The acquisition function could then be used for active learning with the images the model is most confused about (highest acquisition function value).

See Deep Bayesian Active Learning with Image Data. This code extends on the Keras CNN example.