Introductory Concepts Flashcards

1
Q

Machine Learning

A

constructs algorithms that can learn from

data.

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

Statistical Learning

A

is a branch of applied statistics that
emerged in response to machine learning,
emphasizing statistical models and assessment of
uncertainty.

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

Data Science

A

is the extraction of knowledge from data, using
ideas from mathematics, statistics, machine
learning, computer science, engineering,

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

Wide Data

A

We have too many variables; prone to overfitting.

Need to remove variables, or regularize, or both.

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

Tall Data

A

Sometimes simple models (linear) don’t suffice.
We have enough samples to fit nonlinear models with many interactions, and not too many variables.
Good automatic methods for doing this.

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

Linear regression

A

Linear regression is a simple approach to supervise
learning. It assumes that the dependence of Y on
X1;X2; : : :Xp is linear.

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

Mean Errror Model Training

A

MSETr = Avei2Tr[yi - ^ f(xi)]2

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

Mean Error Model Test

A

MSETe = Avei2Te[yi - ^ f(xi)]2

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

Bias-Variance Trade-off

A

E(y0 - ^ f(x0))2

= Var( ^ f(x0)) + [Bias( ^ f(x0))]2 + Var(e)

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

RSS

A

Residual sum square

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

E(y0 - ^ f(x0))2

A

Mean square error

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

Var( ^ f(x0))

A

Variability connected to the estimamed function model

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

[Bias( ^ f(x0))]2]

A

How far is your model from the truth

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