Skip to content

A PyTorch implementation of BatchBALD on the MNIST dataset

License

Notifications You must be signed in to change notification settings

IzzyBrand/PyTorch_BatchBALD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PyTorch implementation of BatchBALD on the MNIST dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages