Day1_Week2

Day1_Week2

10th Grade

10 Qs

quiz-placeholder

Similar activities

ML Quiz 13

ML Quiz 13

10th Grade - Professional Development

15 Qs

Introduction to Machine Learning Quiz

Introduction to Machine Learning Quiz

9th - 12th Grade

10 Qs

AI NN Q1

AI NN Q1

8th - 10th Grade

10 Qs

AI Quiz

AI Quiz

9th - 10th Grade

10 Qs

Deep Learning

Deep Learning

1st - 12th Grade

6 Qs

Types of ANN G12

Types of ANN G12

9th - 12th Grade

8 Qs

introduction to computer hardware

introduction to computer hardware

9th - 12th Grade

10 Qs

Unit 6 Review

Unit 6 Review

9th - 12th Grade

11 Qs

Day1_Week2

Day1_Week2

Assessment

Quiz

Computers

10th Grade

Medium

Created by

pranav nerurkar

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When an experienced deep learning engineer works on a new problem, they can usually use insight from previous problems to train a good model on the first try, without needing to iterate multiple times through different models. True/False?

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.

A demographic dataset with statistics on different cities' population, GDP per capita, economic growth is an example of “unstructured” data because it contains data coming from different sources. True/False?

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are true

Decreasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.

Increasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a neuron compute?

A neuron computes a function g that scales the input x linearly (Wx + b)

A neuron computes a linear function (z = Wx + b) followed by an activation function

A neuron computes the mean of all features before applying the output to an activation function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose img is a (32,32,3) array, representing a 32x32 image with 3 color channels red, green and blue. How do you reshape this into a column vector?

x = img.reshape((3,32*32))

x = img.reshape((32*32*3,1))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are building a binary classifier for recognizing cucumbers (y=1) vs. watermelons (y=0). Which one of these activation functions would you recommend using for the output layer

ReLU

Leaky ReLU

sigmoid

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ones are "hyperparameters"?

number of iterations

bias vectors

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?