Training Flashcards

1
Q

What is the Optimality Condition?

A

Each partial derivative of the objective function with respect to the weight parameters should be set to zero

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

If a minimal error of zero can be achieved when training a linear model, then this is equivalent to solving which equations?

A

XW = Y

In other words, our prediction exactly matches the expected output.

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

When there are more training samples than input features the system is …

A

Over-determined

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

When we cannot directly calculate the inverse, what do we use to calculate the optimal weights

A

We use the Pseudo Inverse of the matrix representing the training data

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