ANNS-09

ANNS-09

University

6 Qs

quiz-placeholder

Similar activities

Coding and AI Knowledge Check

Coding and AI Knowledge Check

10th Grade - University

10 Qs

Soal Tentang Recurent Neural Network (RNN)

Soal Tentang Recurent Neural Network (RNN)

University

10 Qs

Kuis Machine Learning

Kuis Machine Learning

University

10 Qs

Orange lec 1

Orange lec 1

University

9 Qs

Quiz über Dynamisches Programmieren

Quiz über Dynamisches Programmieren

University

9 Qs

Koding dan Kecerdasan Artifisial

Koding dan Kecerdasan Artifisial

12th Grade - University

10 Qs

ANNS-09

ANNS-09

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Megyeri István

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The momentum method ...

smooths the gradient over time

converges to global optima

overcomes smaller local optima

can be controlled by a value of [-1,1]

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Adaptive optimization methods

require less learning rate tuning

converge to global optima

are superior to sgd for all tasks

separate learning rates for each and every parameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Autoencoders are trained in a [] manner.

unsupervised

supervised

semi-supervised

contrastive

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Batch normalization standardize the [] to have 0 mean and 1 standard deviation.

input

output

activation of hidden layers

first layer output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Highway network uses [] to aggregate branches.

gating

addition

linear projection

recurrent neurons

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Residual network uses [] to aggregate branches.

gating

addition

linear projection

recurrent neurons