AlexNet Architecture Quiz

AlexNet Architecture Quiz

University

12 Qs

quiz-placeholder

Similar activities

Sinh hoạt chuyên đề CBSV4 - CBSV5

Sinh hoạt chuyên đề CBSV4 - CBSV5

University

10 Qs

Deep Learning for Computer Vision

Deep Learning for Computer Vision

University

15 Qs

C7-8: ANN & Image Processing

C7-8: ANN & Image Processing

12th Grade - University

10 Qs

Quiz 1

Quiz 1

University

15 Qs

ML Quiz 13

ML Quiz 13

10th Grade - Professional Development

15 Qs

BNF43603 Machine Learning Quiz

BNF43603 Machine Learning Quiz

University

10 Qs

Deep Learning Lab

Deep Learning Lab

University

10 Qs

ANN and Application

ANN and Application

University

10 Qs

AlexNet Architecture Quiz

AlexNet Architecture Quiz

Assessment

Quiz

Computers

University

Hard

Created by

c a

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the filter/kernel size for the first convolutional layer from the original AlexNet model?

96

(11, 11, 3)

(11, 11)

(96, 11, 11)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many classes were in the ImageNet dataset on which the original AlexNet architecture was trained?

10

4096

1000

227

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many filters does the second convolutional layer (conv2) use?

96

256

512

128

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

From the options below, pick all the layers on which we can set pretrained weights.

pool1

conv3

conv1

fc8

flatten

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does layer freezing mean?

Drop the temperature of the layer below 0

Stop the layer from updating its weights

Stop the layer from updating its biases

Stop the layer from updating its weights and biases

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What function can we use to change the values of the weights and biases from a model without having to go through the training process?

update_weights

set_weights

set_weights_biases

update_weights_biases

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can we stop layers from updating their weights and biases values during the training process?

set the "trainable" attribute to False

set the "trainable" attribute to True

set the "layer" attribute to True

set the "layer" attribute to 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?