Supervised And Unsupervised ML Models Flashcards

(8 cards)

1
Q

What are the two common classes of machine learning models?

A
  • Supervised ML models
  • Unsupervised ML models

The key difference is that supervised models use labeled data while unsupervised models use unlabeled data.

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

In supervised learning, what type of data is used?

A

Labeled data

Labeled data comes with tags like a name, type, or number.

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

In unsupervised learning, what type of data is used?

A

Unlabeled data

Unlabeled data comes with no tags.

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

What is an example of a problem that a supervised model might solve?

A

Predicting future tip amounts based on total bill amount

The model learns from past examples to make predictions.

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

What is an example of a problem that an unsupervised model might solve?

A

Grouping or clustering employees based on tenure and income

Unsupervised problems focus on discovery and natural groupings in raw data.

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

In supervised learning, what happens to the predicted values during training?

A

The model tries to reduce error between predicted and actual values

This is a classic optimization problem.

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

What is the main focus of unsupervised learning?

A

Discovery of natural groupings in data

It involves looking at raw data to see if it falls into groups.

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

What is the relationship between deep learning and machine learning?

A

Deep learning is a subset of machine learning methods

It represents a more advanced approach within the broader field.

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