sem6_ai_week_9

sem6_ai_week_9

University

40 Qs

quiz-placeholder

Similar activities

VK - New

VK - New

University

40 Qs

Neuroniniai tinklai

Neuroniniai tinklai

University

39 Qs

Neural Networks and Deep Learning Quiz

Neural Networks and Deep Learning Quiz

University

40 Qs

endtermsos

endtermsos

University

40 Qs

R. 7. Рядки й дати

R. 7. Рядки й дати

University

36 Qs

Data Spark AI

Data Spark AI

University

40 Qs

Introduction to Machine Learning

Introduction to Machine Learning

University

40 Qs

digital fluency - Test

digital fluency - Test

University

40 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?