ML B2 CH5

ML B2 CH5

University

10 Qs

quiz-placeholder

Similar activities

AAS 02 - Anomaly Detection

AAS 02 - Anomaly Detection

University

15 Qs

Quiz Penutupan FGA

Quiz Penutupan FGA

University

10 Qs

Quiz on Car Automation

Quiz on Car Automation

University

15 Qs

Neural Networks Quiz

Neural Networks Quiz

University

10 Qs

Neuron Network

Neuron Network

University

14 Qs

Deep Learning Quiz

Deep Learning Quiz

University

15 Qs

DataQuest_Quiz

DataQuest_Quiz

University

15 Qs

Deep Learning CNN

Deep Learning CNN

University

10 Qs

ML B2 CH5

ML B2 CH5

Assessment

Quiz

Computers

University

Easy

Created by

Jhonston Benjumea

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a language model in NLP?
Translate text between languages
Assign probability to a sequence of words
Generate one-hot encodings
Filter stop words from text

Answer explanation

Language models predict the likelihood of a given sequence of words, enabling natural language understanding.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key limitation of CBOW as a language model?
It overfits easily
It ignores the order of words in context
It needs GPU to run
It can't process numerical data

Answer explanation

CBOW treats context as a bag of words and does not consider the order, which limits its language modeling ability.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does RNN stand for?
Random Neural Node
Recurrent Neural Network
Relational Network Node
Regular Numeric Network

Answer explanation

RNN stands for Recurrent Neural Network, which is designed to handle sequence data like language.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does RNN differ from traditional neural networks?
It processes all data at once
It forgets past inputs
It maintains a hidden state across time steps
It only works on images

Answer explanation

RNNs pass a hidden state from one time step to the next, allowing them to retain memory of past inputs.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Truncated BPTT in RNN training?
A way to randomly drop neurons
A method to skip over rare data points
A technique to limit the range of backpropagation through time
A normalization step

Answer explanation

Truncated BPTT reduces the time span for backpropagation, making training more efficient and stable.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using mini-batches in RNN training?
To shuffle input data randomly
To reduce memory usage and improve training speed
To increase perplexity
To remove outliers

Answer explanation

Mini-batches allow processing multiple sequences simultaneously, improving training efficiency.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the embedding layer in RNNLM?
It initializes the hidden state
It compresses output vectors
It converts word IDs to word vectors
It reshapes input text to tensors

Answer explanation

The embedding layer transforms word IDs into continuous vector representations for input into the RNN.

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?