Lecture 13 Flashcards

1
Q

What does it mean if our equation is linear in parameters?

A

linear combination of non-linear functions of the features

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

What is feature engineering?

A

the process of creating new features out of existing information in our dataset

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

What will feature engineering be restricted to in our class?

A

creating non-linear functions of existing features

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

What condition must be satisfied in order for us to have any number of parameters?

A

our hypothesis function should be linear in the parameters

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

What is the goal of all this?

A

to find a hypothesis function that will generalize well to unseen data

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

What is Amdahl’s Law?

A

relates to the runtime of a program on p processors to the time to do the sequential and non-sequential parts on one processor

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

What is the equation for Amdahl’s Law?

A

H(p) = t_s + t_NS / p

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