Semi-supervised Flashcards
(5 cards)
What is Semi-Supervised learning?
A machine learning approach that uses a small amount of label data and a large amount of unlabelled data to train a model
Role of labeled data
Labeled data provides model with guidance teaching it what the correct output should looks like.
Role of unlabelled data
Unlabelled data helps the model refine and generalise what it learned from the small labeled dataset, making it more accurate and scalable
Why use semi-supervised learning?
Labelling data is expensive and time consuming
Most real world data is un label
Semi supervised learning combines the accuracy of supervised learning with the scalability of unsupervised learning
Example of Semi-Supervised learning
Image recognition: A photo app may use a few label image (cat or dog) and unlabelled ones to improve it ability to recognises animal in new photo