Lecture 13 Flashcards
What does it mean if our equation is linear in parameters?
linear combination of non-linear functions of the features
What is feature engineering?
the process of creating new features out of existing information in our dataset
What will feature engineering be restricted to in our class?
creating non-linear functions of existing features
What condition must be satisfied in order for us to have any number of parameters?
our hypothesis function should be linear in the parameters
What is the goal of all this?
to find a hypothesis function that will generalize well to unseen data
What is Amdahl’s Law?
relates to the runtime of a program on p processors to the time to do the sequential and non-sequential parts on one processor
What is the equation for Amdahl’s Law?
H(p) = t_s + t_NS / p