sem6_ai_week_9

sem6_ai_week_9

University

40 Qs

quiz-placeholder

Similar activities

Quizizz: #3 AP CSP Practice Final 2021-2022 1st Sem 35 Qs

Quizizz: #3 AP CSP Practice Final 2021-2022 1st Sem 35 Qs

9th Grade - Professional Development

35 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

Year 10 J277 Networks up to Topologies

Year 10 J277 Networks up to Topologies

9th Grade - University

43 Qs

Emerging Trends in Technology

Emerging Trends in Technology

11th Grade - University

35 Qs

Perangkat dan topologi Jaringan Internet

Perangkat dan topologi Jaringan Internet

8th Grade - University

40 Qs

CP - YR7  - AUTUMN1 EOT QUIZ

CP - YR7 - AUTUMN1 EOT QUIZ

6th Grade - University

37 Qs

Section 3: Scheduling (11-16)

Section 3: Scheduling (11-16)

University

44 Qs

MATE U2

MATE U2

University

37 Qs

sem6_ai_week_9

sem6_ai_week_9

Assessment

Quiz

Computers

University

Hard

Created by

Sujan Pandey

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a simple RNN cell, the hidden‑state update is

h_t = W_x x_t

h_t = x_t + h_{t-1}

h_t = tanh(x_t)

h_t = tanh(W_x x_t + W_h h_{t-1} + b)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The LSTM input‑gate activation is computed as

sigmoid(W_c c_{t-1})

softmax(W_i x_t)

tanh(W_i h_{t-1})

sigmoid(W_i x_t + U_i h_{t-1} + b_i)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Keras, a bidirectional GRU layer is created with

GRU(units, bidirectional=True)

BiGRU(units)

GRU(units, go_backwards=True)

Bidirectional(GRU(units))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Teacher‑forcing ratio controls

dropout on embeddings

learning‑rate warmup

hidden‑state size

probability of feeding ground‑truth token

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The GRU reset‑gate formula is

z_t * h_{t-1}

sigmoid(W_r x_t)

tanh(W_r h_{t-1})

sigmoid(W_r x_t + U_r h_{t-1} + b_r)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Masking padded steps in Keras uses

layers.Dropout()

layers.Cropping1D()

layers.ZeroPadding1D()

layers.Masking()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sequence‑to‑sequence models share parameters through

max‑pool layers

CNN kernels

independent decoders

encoder hidden‑state context vector

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?