Day1_Week2

Day1_Week2

10th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 6 Review

Unit 6 Review

9th - 12th Grade

11 Qs

Q3 M3 SetB

Q3 M3 SetB

10th Grade

12 Qs

Artificial Intelligence

Artificial Intelligence

10th - 12th Grade

15 Qs

Exploring AI Concepts

Exploring AI Concepts

10th Grade - University

10 Qs

AI

AI

8th - 12th Grade

15 Qs

Pemrograman AI untuk Siswa Kelas 10

Pemrograman AI untuk Siswa Kelas 10

10th Grade

10 Qs

Koding dan Kecerdasan Artifisial

Koding dan Kecerdasan Artifisial

10th Grade

10 Qs

#3 Reasoning

#3 Reasoning

1st - 12th Grade

10 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?