Learning from Data Flashcards

(9 cards)

1
Q

What are the two types of Learning?

A

Supervised Learning and Unsupervised Learning.

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

What is supervised learning?

A

The most common form of machine learning, it requires that training data be labelled and attempts to learn a mapping function to go from input features to output labels.

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

What is unsupervised learning?

A

A Machine Learning method that attempts to “make sense” of the data and does not have the associated labels for data points.

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

What are the parameters in a supervised learning model?

A

These are the values that change as the model learns from the data. In a linear regression model, this would be the beta values.

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

What are hyperparameters?

A

A parameter not learned directly from the data but relates to implementation.

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

How is predicition quality measured in a supervised learning model?

A

A loss function is used; this provides some quantitative measure of how close the predictions are to the actual values.

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

What are the types of supervised learning?

A

Regression and Classification.

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

What is a regression model used for?

A

Regression is used for modeling any continuos target or outcome such as loss, revenue, time etc

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

What is a classification model used for?

A

Classification is used to identify which set of categories an observation belongs to.

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