Deep Learning - Artificial Neural Networks with Tensorflow - Momentum

Deep Learning - Artificial Neural Networks with Tensorflow - Momentum

Assessment

Interactive Video

Information Technology (IT), Architecture, Physics, Science

University

Hard

Created by

Quizizz Content

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What analogy is used to explain the concept of momentum in gradient descent?

A train moving on tracks

A car accelerating on a highway

A bird flying in the sky

A ball rolling down a hill

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does gradient descent without momentum compare to pushing a box on sand?

It moves faster with less effort

It moves continuously without stopping

It requires constant effort to keep moving

It accelerates over time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the mathematical formulation of momentum, what does the variable 'V' represent?

Velocity

Volume

Voltage

Viscosity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the typical value range for the momentum term 'MU'?

0.1 to 0.5

0.5 to 0.8

0.9 to 0.999

1.0 to 1.5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main benefit of using momentum in optimization?

It decreases the cost function

It speeds up convergence

It reduces the number of parameters

It increases the learning rate

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does momentum help in scenarios with unequal gradients?

By increasing the learning rate

By reducing the learning rate

By accumulating velocities in the shallow direction

By ignoring the steep direction

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What problem does momentum solve in optimization paths?

It increases the cost function

It reduces zigzagging and speeds up convergence

It causes zigzagging across the valley

It increases the number of iterations