Lab 10 BIA

Lab 10 BIA

University

7 Qs

quiz-placeholder

Similar activities

Recurrent Neural Network (RNN)

Recurrent Neural Network (RNN)

University

10 Qs

Webinar Deep Learning

Webinar Deep Learning

10th Grade - Professional Development

10 Qs

2022-12 CESI - Deep Learning

2022-12 CESI - Deep Learning

University

12 Qs

Natural Language Processing 1

Natural Language Processing 1

University

10 Qs

PAML Weeek 3

PAML Weeek 3

University

10 Qs

Exploring AI Concepts

Exploring AI Concepts

10th Grade - University

10 Qs

ILT-ML-05-BK Quiz

ILT-ML-05-BK Quiz

University

10 Qs

Deep Learning_DAML

Deep Learning_DAML

University

10 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