-
Book Overview & Buying
-
Table Of Contents
Mastering Machine Learning Algorithms - Second Edition
By :
Semi-supervised learning is a machine learning branch that tries to solve problems that include both labeled and unlabeled data, employing concepts that include characteristics of both clustering and classification methods.
The high availability of unlabeled samples, and the difficulty of labeling huge datasets correctly, drove many researchers to investigate the best approaches that allow extending the knowledge provided by the labeled samples to a larger unlabeled population, without loss of accuracy. In this chapter, we're going to introduce this branch of machine learning and we'll discuss:
We'll then move on to present several semi-supervised learning algorithms and show Python coded examples of them in practice. Example algorithms include: