diff --git a/docs/source/index.rst b/docs/source/index.rst index 2a0697e..aeeafc9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,6 +12,18 @@ Welcome to the documentation for modAL! modAL is an active learning framework for Python3, designed with *modularity, flexibility* and *extensibility* in mind. Built on top of scikit-learn, it allows you to rapidly create active learning workflows with nearly complete freedom. What is more, you can easily replace parts with your custom built solutions, allowing you to design novel algorithms with ease. +Currently supported active learning strategies are + +- **uncertainty-based sampling:** *least confident* (`Lewis and Catlett `_), *max margin* and *max entropy* +- **committee-based algorithms:** *vote entropy*, *consensus entropy* and *max disagreement* (`Cohn et al. `_) +- **multilabel strategies:** *SVM binary minimum* (`Brinker `_), *max loss*, *mean max loss*, (`Li et al. `_) *MinConfidence*, *MeanConfidence*, *MinScore*, *MeanScore* (`Esuli and Sebastiani `_) +- **Bayesian optimization:** *probability of improvement*, *expected improvement* and *upper confidence bound* (`Snoek et al. `_) +- **batch active learning:** *ranked batch-mode sampling* (`Cardoso et al. `_) +- **information density framework** (`McCallum and Nigam `_) +- **stream-based sampling** (`Atlas et al. `_) +- **active regression** with *max standard deviance* sampling for Gaussian processes or ensemble regressors + + .. toctree:: :maxdepth: 1 :caption: Overview