Traffic Sign Classification Quiz

Traffic Sign Classification Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Fossils STAAR

Fossils STAAR

5th Grade - University

15 Qs

PLTW Modeling & Simulation Vocabulary Part 2

PLTW Modeling & Simulation Vocabulary Part 2

5th Grade - University

15 Qs

Layers of the Earth

Layers of the Earth

6th Grade - University

15 Qs

Density and Earth's Layers

Density and Earth's Layers

6th Grade - University

15 Qs

CNN 10

CNN 10

6th Grade - University

15 Qs

CNNs

CNNs

9th - 12th Grade

11 Qs

Earth's Processes Quiz Review

Earth's Processes Quiz Review

5th Grade - University

11 Qs

Earth's Interior

Earth's Interior

6th - 12th Grade

10 Qs

Traffic Sign Classification Quiz

Traffic Sign Classification Quiz

Assessment

Quiz

Science

12th Grade

Hard

Created by

S DEEPA

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python library is most commonly used to implement Convolutional Neural Networks (CNNs) for image classification tasks?

Pandas

Keras

NumPy

Matplotlib

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a CNN implementation, what does the Conv2D function in Keras do?

Adds a dense (fully connected) layer

Adds a convolutional layer that applies filters to the input image

Reduces the image dimensions by pooling

Compiles the model

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippets is used to add a max pooling layer in a Keras-based CNN?

MaxPooling2D(pool_size=(2, 2))

Dropout(0.5)

Dense(128)

Conv2D(32, (3, 3))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to compile a CNN model in Keras?

model.add()

model.compile()

model.fit()

model.evaluate()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What argument is typically passed to the activation parameter in a Conv2D layer for traffic sign classification?

"relu"

"sigmoid"

"tanh"

"softmax"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions is used to train a CNN model in Keras?

model.compile()

model.summary()

model.fit()

model.predict()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When working with traffic signimages, which function is used to preprocess the image data for input into a CNN?

train_test_split()

ImageDataGenerator()

to_categorical()

fit_transform()

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?