Search Header Logo

Traffic Sign Classification Quiz

Authored by S DEEPA

Science

12th Grade

Used 3+ times

Traffic Sign Classification Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?