Linear regression Flashcards

1
Q

What is linear regression?

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

What is the most popular loss function in regression?

A

The squared error

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

what is gradient descent?

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

what is used to iterate through the dataset using PyTorch?

A

a data loader

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

why are is the gradient stored with the weights when using PyTorch?

A

so they can be easily accessed and used to update the weights after calculating the loss

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