Regression Flashcards

1
Q

What are the 3 different kinds of machine learning?

A

Supervised
Unsupervised
Reinforcement

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

Supervised learning

A

Giving the input and the correct output to match

For example image of cat and “cat”

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

Unsupervised learning

A

Giving inputs and no feedback and expect it to learn

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

Reinforcement learning

A

Non-immediate feedback learning like chess it doesn’t know what happens after. Like trial and error

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

What is a linear regression model?

A

relationship between independent and dependent variables for line of best fit

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

Negatives of linear regression

A

Data is not often linear

Heavily affected by outliers

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

The independent variable is known as the

A

predictor

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

The equation for two predictor variables in a linear regression is

A

y = m1x​1 ​​+ m​2x​2 ​​+ b

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