Semi-supervised learning

From Cohen Courses
Revision as of 11:22, 3 October 2012 by Gmontane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is a Method of machine learning, where a small set of labeled data is used to train a classifier which also makes use of a much larger set of unlabeled data. One popular version of semi-supervised learning is co-training, introduced by Avrim Blum and Tom Mitchell in 1998.

Relevant Papers