Semi-Supervised Learning Techniques
Semi-supervised Learning is a class of Machine Learning that involves using both labelled and unlabelled data for learning problems. We will dive into the details of this concept in this lesson.
Semi-supervised learning
Supervised learning involves the usage of labelled data and unsupervised learning works without labelled data. Semi-supervised learning lies between the two fields. It makes use of both labelled and unlabelled dataset. We looked into the technique of Pseudo-Labeling in the initial lesson of this chapter.
Labeling data is a costly process. The biggest benefit of semi-supervised learning is that it requires a small amount of labelled ...