Week3Day1

Week3Day1

Professional Development

15 Qs

quiz-placeholder

Similar activities

Security+ Study Guide-07 Protecting Against Advanced Attacks

Security+ Study Guide-07 Protecting Against Advanced Attacks

Professional Development

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Y8 Search Algorithms: End of Topic Quiz

Y8 Search Algorithms: End of Topic Quiz

Professional Development

15 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Season 3 #Spaic Machine learning Weekly Quiz

Season 3 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

DS1

DS1

Professional Development

10 Qs

Season 2 #Spaic ML Azure Weekly Quiz

Season 2 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

Quiz 13

Quiz 13

Professional Development

17 Qs

Week3Day1

Week3Day1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

pranav nerurkar

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these techniques are useful for reducing variance (reducing overfitting)?

Data augmentation

Gradient Checking

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these techniques are useful for reducing variance (reducing overfitting)?

Dropout

Gradient Checking

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we normalize the inputs x?

It makes the cost function faster to optimize

It makes the parameter initialization faster

It makes it easier to visualize the data

Normalization is another word for regularization--It helps to reduce variance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This example is adapted from a real production application, but with details disguised to protect confidentiality.

You are a famous researcher in the City of Peacetopia. The people of Peacetopia have a common characteristic: they are afraid of birds. To save them, you have to build an algorithm that will detect any bird flying over Peacetopia and alert the population.

The City Council gives you a dataset of 10,000,000 images of the sky above Peacetopia, taken from the city’s security cameras. They are labelled:

y = 0: There is no bird on the image y = 1: There is a bird on the image Your goal is to build an algorithm able to classify new images taken by security cameras from Peacetopia.

There are a lot of decisions to make:. After further discussions, the city narrows down its criteria to:

"We need an algorithm that can let us know a bird is flying over Peacetopia as accurately as possible."

"We want the trained model to take no more than 10sec to classify a new image.”

“We want the model to fit in 10MB of memory.”

If you had the three following models, which one would you choose?

Test Accuracy 97% ; Runtime 1 sec ; Memory size 3MB

Test Accuracy 98% ; Runtime 9 sec ; Memory size 9MB

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This example is adapted from a real production application, but with details disguised to protect confidentiality.

You are a famous researcher in the City of Peacetopia. The people of Peacetopia have a common characteristic: they are afraid of birds. To save them, you have to build an algorithm that will detect any bird flying over Peacetopia and alert the population.

The City Council gives you a dataset of 10,000,000 images of the sky above Peacetopia, taken from the city’s security cameras. They are labelled:

y = 0: There is no bird on the image y = 1: There is a bird on the image Your goal is to build an algorithm able to classify new images taken by security cameras from Peacetopia.

There are a lot of decisions to make:

What is the evaluation metric? How do you structure your data into train/dev/test sets? Metric of success The City Council tells you that they want an algorithm that

Has high accuracy Runs quickly and takes only a short time to classify a new image. Can fit in a small amount of memory, so that it can run in a small processor that the city will attach to many different security cameras. Note: Having three evaluation metrics makes it harder for you to quickly choose between two different algorithms, and will slow down the speed with which your team can iterate. True/False?

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This example is adapted from a real production application, but with details disguised to protect confidentiality.

You are a famous researcher in the City of Peacetopia. The people of Peacetopia have a common characteristic: they are afraid of birds. To save them, you have to build an algorithm that will detect any bird flying over Peacetopia and alert the population.

The City Council gives you a dataset of 10,000,000 images of the sky above Peacetopia, taken from the city’s security cameras. They are labelled:

y = 0: There is no bird on the image y = 1: There is a bird on the image Your goal is to build an algorithm able to classify new images taken by security cameras from Peacetopia.

There are a lot of decisions to make: One member of the City Council knows a little about machine learning, and thinks you should add the 1,000,000 citizens’ data images to the test set. You object because:

The 1,000,000 citizens’ data images do not have a consistent x-->y mapping as the rest of the data

The test set no longer reflects the distribution of data (security cameras) you most care about.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This example is adapted from a real production application, but with details disguised to protect confidentiality.

You are a famous researcher in the City of Peacetopia. The people of Peacetopia have a common characteristic: they are afraid of birds. To save them, you have to build an algorithm that will detect any bird flying over Peacetopia and alert the population.

The City Council gives you a dataset of 10,000,000 images of the sky above Peacetopia, taken from the city’s security cameras. They are labelled:

y = 0: There is no bird on the image y = 1: There is a bird on the image Your goal is to build an algorithm able to classify new images taken by security cameras from Peacetopia.

There are a lot of decisions to make: After setting up your train/dev/test sets, the City Council comes across another 1,000,000 images, called the “citizens’ data”. Apparently the citizens of Peacetopia are so scared of birds that they volunteered to take pictures of the sky and label them, thus contributing these additional 1,000,000 images. These images are different from the distribution of images the City Council had originally given you, but you think it could help your algorithm. You should not add the citizens’ data to the training set, because this will cause the training and dev/test set distributions to become different, thus hurting dev and test set performance. True/False?

True

False

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?