Skip to content

Commit cdda99c

Browse files
committed
add: list of implemented algorithms updated
1 parent 2927cfe commit cdda99c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Currently supported active learning strategies are
1717
- **uncertainty-based sampling:** *least confident* (`Lewis and Catlett <https://www.sciencedirect.com/science/article/pii/B978155860335650026X?via%3Dihub>`_), *max margin* and *max entropy*
1818
- **committee-based algorithms:** *vote entropy*, *consensus entropy* and *max disagreement* (`Cohn et al. <http://www.cs.northwestern.edu/~pardo/courses/mmml/papers/active_learning/improving_generalization_with_active_learning_ML94.pdf>`_)
1919
- **multilabel strategies:** *SVM binary minimum* (`Brinker <https://link.springer.com/chapter/10.1007%2F3-540-31314-1_24>`_), *max loss*, *mean max loss*, (`Li et al. <http://dx.doi.org/10.1109/ICIP.2004.1421535>`_) *MinConfidence*, *MeanConfidence*, *MinScore*, *MeanScore* (`Esuli and Sebastiani <http://dx.doi.org/10.1007/978-3-642-00958-7_12>`_)
20+
- **expected error reduction:** *binary* and *log loss* (`Roy and McCallum <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.588.5666&rep=rep1&type=pdf>`_)
2021
- **Bayesian optimization:** *probability of improvement*, *expected improvement* and *upper confidence bound* (`Snoek et al. <https://papers.nips.cc/paper/4522-practical-bayesian-optimization-of-machine-learning-algorithms.pdf>`_)
2122
- **batch active learning:** *ranked batch-mode sampling* (`Cardoso et al. <https://www.sciencedirect.com/science/article/pii/S0020025516313949>`_)
2223
- **information density framework** (`McCallum and Nigam <http://www.kamalnigam.com/papers/emactive-icml98.pdf>`_)

0 commit comments

Comments
 (0)