Week 10 (linear regression) Flashcards
1
Q
basic goal behind linear regression (basic 2 var example)
A
2
Q
in linear regression what are the variables
A
3
Q
in lin reg how do we determine which model best fits the data
A
the model with the min sum of errors on training data
4
Q
this is the linear regression equation, what does it expand to
A
5
Q
in lin reg, what happens if you specify a too big or too small learning rate
A
to small: gradient descent can be slow
too big: gradient descent can overshoot the min and fail to converge or even diverge
6
Q
A