Semi-supervised learning (SSL) is a machine learning paradigm that leverages both a small amount of labeled data and a large amount of unlabeled data for training. It aims to improve model performance and generalization, especially in low-data scenarios, by inferring useful information from the abundant unlabeled examples.
Semi-supervised learning helps AI models learn effectively even when only a small portion of the training data is labeled. It combines the small labeled dataset with a large amount of unlabeled data, using various techniques to infer useful information from the unlabeled examples to improve accuracy and generalization.
SSL, self-training, pseudo-labeling, consistency regularization, transductive learning, inductive learning (in SSL context)
Was this definition helpful?