Rappel: sequence models

Rappel: sequence models

12th Grade

9 Qs

quiz-placeholder

Similar activities

ET II Core Technologies Unit Vocab Test Week 6

ET II Core Technologies Unit Vocab Test Week 6

12th Grade

10 Qs

OS Module-4 Quiz

OS Module-4 Quiz

12th Grade

10 Qs

Quiz on Processes and Interprocess Communication

Quiz on Processes and Interprocess Communication

12th Grade

10 Qs

Quality Management Practices in the Industry 4.0 Era

Quality Management Practices in the Industry 4.0 Era

12th Grade - University

14 Qs

Artificial Intelligence

Artificial Intelligence

10th Grade - University

10 Qs

OS Module-1 Quiz

OS Module-1 Quiz

12th Grade

10 Qs

DAGITAB L&C Quiz

DAGITAB L&C Quiz

9th - 12th Grade

10 Qs

Digital Systems Quiz

Digital Systems Quiz

12th Grade

10 Qs

Rappel: sequence models

Rappel: sequence models

Assessment

Quiz

Engineering

12th Grade

Hard

Created by

sonia MESBEH

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the limitations of CNNs?

Fixed input size

Lack of memory

Order invariance

Parallel processing capability

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is a recurrent neural network (RNN)?

Designed to handle sequences of variable length

Does not have memory

Captures temporal dependencies

Used only for image processing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is backpropagation through time (BPTT)?

Learning method for RNN

Dimensionality reduction technique

Approach for image processing

Classification algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two common problems that occur during backpropagation?

Vanishing gradients

Exploding gradients

Both of the above

None of the above

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the steps that an LSTM network performs during each pass?

Detection of past information in the cell state via the forget gate

Selection of relevant long-term information through the input gate

Adding the selected information to the cell state

Detection of important short-term information in the cell state

Generation of the new hidden state through the output gate

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the input gate in an LSTM?

Decide which new information will be stored.

Eliminate irrelevant information.

Regulate the network with the tanh function.

Produce short-term memory.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the forget gate work in an LSTM?

It decides which information should be retained.

It multiplies the long-term memory by a forget vector.

It uses the sigmoid function.

It produces a new version of the long-term memory.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the output gate in an LSTM?

Produce short-term memory.

Take the current input and the previous short-term memory.

Pass long-term memory through an activation function.

Decide which information should be retained.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Gated Recurrent Unit (GRU)?

A variant of the RNN architecture.

A type of long-term memory.

A mechanism for controlling the flow of information.

A method for network regulation.