dapladoc / alpaca

Library for active learning and uncertainty estimation in machine learning

Home Page:https://alpaca3.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpaca

https://raw.githubusercontent.com/stat-ml/alpaca/master/images/alpaca.png

Package for active learning and uncertainty quantification in neural nets.

Installation

You can install the package via pip

pip install alpaca-ml

Code examples

Tutorial are available as example notebooks in examples folder.

  • [Uncertainty for classification task](examples/classification_uq.ipynb)
  • [Uncertainty for regression task](examples/regression_uq.ipynb)
  • [Active learning on regression](examples/active_learning.ipynb)
  • [Uncertainty visualization](examples/visualization.ipynb)

About

Library for active learning and uncertainty estimation in machine learning

https://alpaca3.readthedocs.io/en/latest/index.html

License:Apache License 2.0


Languages

Language:Jupyter Notebook 67.8%Language:Python 31.4%Language:Shell 0.8%