Optimizers

Optimizers

Professional Development

6 Qs

quiz-placeholder

Similar activities

Pie & AI x Plaiground #4 Playing with Reinforcement Learning

Pie & AI x Plaiground #4 Playing with Reinforcement Learning

University - Professional Development

3 Qs

Ulangkaji Garis Lurus

Ulangkaji Garis Lurus

KG - Professional Development

10 Qs

THE STRAIGHT LINE

THE STRAIGHT LINE

8th Grade - Professional Development

10 Qs

Deep Learning Basics Quiz

Deep Learning Basics Quiz

Professional Development

10 Qs

Conv Neural Networks

Conv Neural Networks

University - Professional Development

7 Qs

SG Deep Learning Medium Level Concepts

SG Deep Learning Medium Level Concepts

Professional Development

8 Qs

Amexis ML Quiz

Amexis ML Quiz

Professional Development

10 Qs

Module 7745 Chapter E

Module 7745 Chapter E

Professional Development

9 Qs

Optimizers

Optimizers

Assessment

Quiz

Mathematics, Computers, Professional Development

Professional Development

Hard

Created by

Mariam Metawe3

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ responsible to update weights in the back propagation to minimize the loss function

Optimizers

PCA

input layer

hidden layers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________ is the newest fact and most efficient optimizer up till now

Gradient descent

Stochastic Gradient descent

Adam

adagrad

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gradient descent needs more computational powerthan other optimizers.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ use the exponential weighted average to smooth the noisy result of Stochastic gradient descent.

Stochastic gradient descent with momentum

Gradient descent

adagrad (adaptive gradient descent)

Ada delta and RMS prop

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

___________ use a NON fixed learning rate

(choose all the possible answers)

Adagrad

Ada delta and RMS prop

Adam

Stochastic gradient descent

stochastic gradient descent with momentum

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is a combination of SGD with momentum for smoothing and RMS prop for efficient Learning rate.

Adam

Gradient descent

Ada delta

SGD