Optimizers

Optimizers

Professional Development

6 Qs

quiz-placeholder

Similar activities

KUIS OPERASI LANJUTAN 3 TA 2021

KUIS OPERASI LANJUTAN 3 TA 2021

Professional Development

10 Qs

Ulangkaji Garis Lurus

Ulangkaji Garis Lurus

KG - Professional Development

10 Qs

Sesión 0

Sesión 0

Professional Development

10 Qs

Check Your Knowledge in Science

Check Your Knowledge in Science

Professional Development

10 Qs

Calidad de Energía (Armónicos)

Calidad de Energía (Armónicos)

Professional Development

11 Qs

Deep Learning

Deep Learning

Professional Development

10 Qs

AC three phase

AC three phase

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