Skip to content

mpilhlt/dal-toolbox

 
 

Repository files navigation

Deep Uncertainty Modeling and Active Learning

Framework for uncertainty-based neural networks and active learning.

Setup

conda create -n dal-toolbox python=3.9
pip install -e .

Development

To start developing it is best to use:

conda create -n dal-toolbox python=3.9
pip install -e .

Experiments

All experiments are stored in the experiments folder.

Getting Started

We provide notebooks that give examples of how to work with this repository.

Uncertainty modeling

Examples of how to train models with improved uncertainty estimation:

Semi-Supervised Learning

Examples of how to train models with semi-supervised learning algorithms:

Active Learning

Examples of how to implement an active learning cycle:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.2%
  • Shell 2.1%
  • Python 0.7%