C5M1

C5M1

University

10 Qs

quiz-placeholder

Similar activities

Quiz Larik (Array)

Quiz Larik (Array)

11th Grade - University

13 Qs

Prak Sistem Operasi

Prak Sistem Operasi

University

14 Qs

ITS Python 條件判斷式課堂測驗

ITS Python 條件判斷式課堂測驗

6th Grade - University

10 Qs

Kuis - Refleksi Materi Microsoft Excel

Kuis - Refleksi Materi Microsoft Excel

9th Grade - University

10 Qs

Repaso Clase 15

Repaso Clase 15

University

10 Qs

Quiz Meet 1 Mini SC Programing

Quiz Meet 1 Mini SC Programing

University

10 Qs

Conceptos Básicos HTML5 y CSS3

Conceptos Básicos HTML5 y CSS3

University

11 Qs

Test de C++ pentru clasa a 10-a

Test de C++ pentru clasa a 10-a

10th Grade - University

15 Qs

C5M1

C5M1

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Abylai Aitzhanuly

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose your training examples are sentences (sequences of words). Which of the following refers to the jth word in the ith training example?

x(i)<j>

x<i>(j)

x(j)<i>

x<j>(i)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Tx = Ty

Tx < Ty

Tx > Ty

Tx = 1

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Speech recognition (input an audio clip and output a transcript)

Sentiment classification (input a piece of text and output a 0/1 to denote positive or negative sentiment)

Image classification (input an image and output a label)

Gender recognition from speech (input an audio clip and output a label indicating the speaker’s gender)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Estimating P(y<1>, y<2>, ...., y<t-1>)

Estimating P(y<1>)

  • Estimating P(y<t> | y<1>, y<2>, ...., y<t-1>)

Estimating P(y<t> | y<1>, y<2>, ...., y<t>)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

(i) Use the probabilities output by the RNN to pick the highest probability word for that time-step as y<t>. (ii) Then pass the ground-truth word from the training set to the next time-step.

(i) Use the probabilities output by the RNN to randomly sample a chosen word for that time-step as y<t>. (ii) Then pass the ground-truth word from the training set to the next time-step.

(i) Use the probabilities output by the RNN to pick the highest probability word for that time-step as y<t>. (ii) Then pass this selected word to the next time-step.

(i) Use the probabilities output by the RNN to randomly sample a chosen word for that time-step as y<t>. (ii) Then pass this selected word to the next time-step.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are training an RNN, and find that your weights and activations are all taking on the value of NaN (“Not a Number”). Which of these is the most likely cause of this problem?

Vanishing gradient problem

  • Exploding gradient problem.

  • ReLU activation function g(.) used to compute g(z), where z is too large.

Sigmoid activation function g(.) used to compute g(z), where z is too large.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you are training a LSTM. You have a 10000 word vocabulary, and are using an LSTM with 100-dimensional activations a<t>. What is the dimension of Γu at each time step?

1

100

300

10000

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?