10-Iterative optimisation Flashcards

1
Q

What is iterative optimisation?

A

Iterative optimisation is an alternative to exact optimisation. Iterative optimisation is used when there is no closed form solution exists that can be used for exact optimisation

Instead we have to iteratively improve our estimate until we arrive at a satisfactory solution.

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

What is gradient descent?

A

Gradient descent is a method to do iterative optimisation. It works by taking the partial derivative of each variable and shifting in that direction based on a step size.

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

What is the issue with gradient descent?

A

Gradient descent, can be stuck at a local minimum if the function is non-convex

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

Why is gradient descent significant?

A

Gradient descent enables efficient optimisation, when direct methods are infeasible. It allows models to be tuned, e.g. neural networks. It is useful when dealing with large datasets, by processing data in chunks.

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