ML B2 CH6

ML B2 CH6

University

10 Qs

quiz-placeholder

Similar activities

ANN and Application

ANN and Application

University

10 Qs

Pelatihan IMV day 2

Pelatihan IMV day 2

University

10 Qs

Quiz 2

Quiz 2

University

15 Qs

DL Quiz-1 6CSM1 batch-2

DL Quiz-1 6CSM1 batch-2

University

11 Qs

OSC 2023 | AI &ML Interview Quizz

OSC 2023 | AI &ML Interview Quizz

University

7 Qs

ILT-ML-05-BK Quiz

ILT-ML-05-BK Quiz

University

10 Qs

ILT-ML-05-AS Advanced Technique in Deeplearning with TensorFlow

ILT-ML-05-AS Advanced Technique in Deeplearning with TensorFlow

University

10 Qs

Introducción al Deep Learning

Introducción al Deep Learning

University

5 Qs

ML B2 CH6

ML B2 CH6

Assessment

Quiz

Computers

University

Hard

Created by

Jhonston Benjumea

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a major limitation of traditional RNNs?
They can't process images
They only work with fixed-length sequences
They suffer from vanishing or exploding gradients
They use too much memory

Answer explanation

RNNs struggle with long-term dependencies due to vanishing or exploding gradients during backpropagation.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What technique helps to solve the exploding gradient problem?
Weight decay
Gradient Clipping
Dropout
Softmax normalization

Answer explanation

Gradient clipping limits the maximum gradient value to prevent it from becoming too large during training.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is unique to LSTM compared to traditional RNNs?
Weight matrix
ReLU activation
Memory cell (Ct)
One-hot encoding

Answer explanation

LSTM introduces a memory cell (Ct) to store long-term information and address gradient issues.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of gates in LSTM?
To sort word embeddings
To open and close paths for data flow
To control dropout rate
To manage word frequencies

Answer explanation

Gates in LSTM (input, forget, output) regulate how much data is passed or discarded at each time step.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used in LSTM gates?
ReLU
Tanh
Sigmoid
Softmax

Answer explanation

The sigmoid function outputs values between 0 and 1, ideal for controlling gate flow in LSTM.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the forget gate in LSTM control?
The activation of the output layer
Which information to delete from memory
How to encode input words
The size of the embedding layer

Answer explanation

The forget gate controls which parts of the memory cell should be erased during updates.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does TimeLSTM improve over standard LSTM?
It uses softmax instead of sigmoid
It processes multiple time steps at once
It ignores memory cells
It uses different gates

Answer explanation

TimeLSTM handles full sequences of time steps in parallel for better training efficiency.

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?