Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 664 Bytes

PyTorch_BatchBALD

A PyTorch implementation of BatchBALD on the MNIST dataset.

Bayesian Active Learning by Disagreement (BALD) is a mutual-information-based method for active learning -- selecting the most informative samples from a pool of data.

Installation

Requires Python3.

pip3 install torch torchvision matplotlib numpy

Usage

python3 main.py