Lab 10 BIA

Lab 10 BIA

University

7 Qs

quiz-placeholder

Similar activities

2022-12 CESI - Deep Learning

2022-12 CESI - Deep Learning

University

12 Qs

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

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

University

10 Qs

L05 - Рекуррентные сети

L05 - Рекуррентные сети

University

10 Qs

Recurrent Neural Network (RNN)

Recurrent Neural Network (RNN)

University

10 Qs

Webinar Deep Learning

Webinar Deep Learning

10th Grade - Professional Development

10 Qs

ML #5

ML #5

University

10 Qs

Deep Learning-RNN

Deep Learning-RNN

University

10 Qs

NLP - Lecture 1

NLP - Lecture 1

University

7 Qs

Lab 10 BIA

Lab 10 BIA

Assessment

Quiz

Computers, Science

University

Hard

Created by

Andrei Rosu

Used 7+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What is tokenization?

A way of separating a piece of text into smaller units.

A way of changing a text in order for it to be readable.

A method of separating a word into letters.

A way of separating a word into silables.

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What is the goal of tokenization?

Creating a vocabulary

Reducing the dataset

Generate an RNN suitable dataset

Create a connection between the tokens and the relation between them

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Chose the TRUE statements

The RNN is a stateful neural network

The Recurent Neural Network is the same as the Recursive Neural Network

RNN can be used for handwriting recognition or speech recognition

For RNNs their neuron is said to have connections between passes, and through time

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is this?

RNN

GRU

NLP

LSTM

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is this?

RNN

GRU

NLP

LSTM

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is this?

RNN

GRU

NLP

LSTM

7.

OPEN ENDED QUESTION

15 mins • 1 pt

Lets say you have a vocalubary variable vocab.

Write a code in order to:

- have 512 hidden layers

- 1000 epochs with a learning rate of 0.5

- train using an LSTM layer on a RNN model

Evaluate responses using AI:

OFF