Semi-supervised Flashcards

(5 cards)

1
Q

What is Semi-Supervised learning?

A

A machine learning approach that uses a small amount of label data and a large amount of unlabelled data to train a model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Role of labeled data

A

Labeled data provides model with guidance teaching it what the correct output should looks like.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Role of unlabelled data

A

Unlabelled data helps the model refine and generalise what it learned from the small labeled dataset, making it more accurate and scalable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why use semi-supervised learning?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Example of Semi-Supervised learning

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly