Recurrent Neural Network (RNN) Quiz

Recurrent Neural Network (RNN) Quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

Kuis tentang Pembelajaran Mesin untuk Data Tak Terstruktur

Kuis tentang Pembelajaran Mesin untuk Data Tak Terstruktur

Professional Development

14 Qs

IT ENGLISH: Research Project Topics - Social Networks

IT ENGLISH: Research Project Topics - Social Networks

Professional Development

10 Qs

deep learning quiz on 19/3/24

deep learning quiz on 19/3/24

Professional Development

10 Qs

Attention Is All You Need | Quiz

Attention Is All You Need | Quiz

University - Professional Development

10 Qs

Curso Capacitação IFPE - HCAI - Deep Learning - Turma 4

Curso Capacitação IFPE - HCAI - Deep Learning - Turma 4

Professional Development

10 Qs

ACDR2024 Q1

ACDR2024 Q1

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - IT Jobs & Freelancing

IT ENGLISH: Research Project Topics - IT Jobs & Freelancing

Professional Development

10 Qs

THE ULTIMATE KNOWLEDGE: Information techno_

THE ULTIMATE KNOWLEDGE: Information techno_

8th Grade - Professional Development

10 Qs

Recurrent Neural Network (RNN) Quiz

Recurrent Neural Network (RNN) Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Arunkumar S

Used 9+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the basic concept of Recurrent Neural Network?

Use previous inputs to find the next output according to the training set.

Use a loop between inputs and outputs in order to achieve the better prediction.

Use recurrent features from dataset to find the best answers.

Use loops between the most important features to predict next output.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to the image, classify the type of connection we have in the example 1.

One to one

One to many

Many to one

Many to many

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to the image, classify the type of connection we have in the example 3.

Many to one

Many to many

One to one

One to many

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the image, classify the type of connection we have in the example 4.

Many to many

Many to one

One to many

One to one

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to the image, classify the type of connection we have in the example 5.

Many to many

One to many

Many to one

One to one

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'gradient' when we are talking about RNN?

A gradient is a partial derivative with respect to its inputs

It is how RNN calls its features

The most important step of RNN algorithm

A parameter that can help you improve the algorithm's accuracy

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the RNN's issue is 'Exploding Gradients'. What is that?

When the algorithm assigns a stupidly high importance to the weights, without much reason

When the algorithm assigns a stupidly high importance to the weights, because the better features

When the algorithm assigns a stupidly high importance to the weights, when your dataset is too big

When the algorithm assigns a stupidly high importance to the weights, when your data is too small

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The other RNN's issue is called 'Vanishing Gradients'. What is that?

When the values of a gradient are too small and the model stops learning or takes way too long because of that.

When the values of a gradient are too big and the model stops learning or takes way too long because of that.

When the values of a gradient are too small and the model joins in a loop because of that.

When the values of a gradient are too big and the model joins in a loop because of that.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LSTM? What is that?

LSTM networks are an extension for recurrent neural networks, which basically extends their memory. Therefore it is well suited to learn from important experiences that have very long time lags in between

LSTM networks are an extension for recurrent neural networks, which basically extends their memory. Therefore it is well suited to learn from important experiences that have very low time lags in between

LSTM networks are an extension for recurrent neural networks, which basically shorten their memory. Therefore it is well suited to learn from important experiences that have very low time lags in between

LSTM networks are an extension for recurrent neural networks, which basically extends their memory. Therefore it is not recommended to use it, unless you are using a small Dataset.