Lab 10 BIA

Lab 10 BIA

University

7 Qs

quiz-placeholder

Similar activities

ML B2 CH8

ML B2 CH8

University

10 Qs

Big Data

Big Data

University

10 Qs

CSCI 2952G Enformer Quiz

CSCI 2952G Enformer Quiz

University

10 Qs

NLP QUIZ

NLP QUIZ

7th Grade - University

10 Qs

NLP 1

NLP 1

12th Grade - University

12 Qs

Pre Processing

Pre Processing

University

10 Qs

PETROLEUM ANNUAL EXHIBITION

PETROLEUM ANNUAL EXHIBITION

University

10 Qs

CSC500 - WS1- W1

CSC500 - WS1- W1

10th Grade - 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