intro Flashcards

1
Q

What is Machine Learning? (Tom Mitchell - 1998)

A

A computer program is said to learn from experience E with respect to sam taks T and some performance measure P, if its performacnce on T, as measured by {, improves with experience E

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

What is Machine Learning? (Tom Mitchell - 1998)

A

A computer program is said to learn from experience E with respect to some taks T and some performance measure P, if its perfprmance on T, as measured by P, improves with experience E.

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

Tom Mitchell def example - emails spam

A

T- classifying emails as spam or not spam
E - watching you label emails as spam or not spam
P - the number (or fraction) of emails correctly classified

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

What is Supervised Learning?

A

Data with ‘right answers’ is given. Each example in dataset has label with positive/ negative outcome.

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

What is Unsupervised Learning?

A

Dataset with no label, trying to find some stutter in the given data, ex. cocktail party problem

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

What is Classification problem?

A

Try to predict discrete-valued output,

ex have cancer or not, could have more values ( cancer type1, cancer type 2…)

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

What is Regression Problem?

A

Predict continuous real-valued output,

ex. house price

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

What is Linear Regression?

A

Linear Regression is approach for modeling the relationship between a scalar dependent varaiable y and one or more explanatory variables denoted X.

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

How Learning Algorithm works?

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

Linear Regression with on variable - equation.

Univariate linear regression.

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