003-3-IMG

003-3-IMG

Professional Development

14 Qs

quiz-placeholder

Similar activities

REVIEW OF FRAMEWORKS

REVIEW OF FRAMEWORKS

University

10 Qs

Pre/Post Test ICT Integration

Pre/Post Test ICT Integration

Professional Development

10 Qs

SAMR

SAMR

6th - 8th Grade

10 Qs

School2Home SAMR Quiz Game

School2Home SAMR Quiz Game

6th - 8th Grade

15 Qs

SRE - SAMR

SRE - SAMR

KG - 2nd Grade

14 Qs

SAMR Model Quiz

SAMR Model Quiz

Professional Development

13 Qs

Cain SAMR Pre-Assessment

Cain SAMR Pre-Assessment

Professional Development

18 Qs

Day 1 - Introduction to Data Science

Day 1 - Introduction to Data Science

Professional Development

10 Qs

003-3-IMG

003-3-IMG

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

weilin meng

Used 7+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code snippet correctly compiles a CNN model for classifying handwritten digits with appropriate loss function and optimizer in TensorFlow/Keras?

model.compile(loss='categorical_crossentropy', optimizer='adam', metrics=['accuracy'])

model.compile(loss='mean_squared_error', optimizer='sgd', metrics=['accuracy'])

model.compile(loss='binary_crossentropy', optimizer='adam', metrics=['accuracy'])

model.compile(loss='categorical_crossentropy', optimizer='sgd', metrics=['loss'])

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an AI project, you are building a Convolutional Neural Network (CNN) for image classification. You have a dataset of animal images with three classes: 'cat', 'dog', and 'rabbit'. Which of the following code snippets correctly defines the output layer of the CNN model using TensorFlow/Keras for this classification task?

model.add(Dense(3, activation='softmax'))

model.add(Dense(1, activation='sigmoid'))

model.add(Dense(3, activation='sigmoid'))

model.add(Dense(3, activation='relu'))

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sequences represents the typical steps involved in a Convolutional Neural Network (CNN) classification project?

Data preprocessing, model training, model evaluation, data augmentation.

Model evaluation, data preprocessing, data augmentation, model training.

Data preprocessing, data augmentation, model training, model evaluation.

Model training, data preprocessing, model evaluation, data augmentation.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following preprocessing steps is typically performed on the dataset before training a Convolutional Neural Network (CNN) for image classification?

Normalizing pixel values to the range [0, 1] or [-1, 1].

Resizing images to a fixed size.

Applying data augmentation techniques.

All of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements best describes data augmentation in the context of training a Convolutional Neural Network (CNN)?

Data augmentation involves reducing the size of the training dataset to improve computational efficiency.

Data augmentation refers to increasing the diversity of the training dataset by adding noisy samples.

Data augmentation involves applying transformations to the existing training data to create new, slightly modified samples.

Data augmentation is the process of selecting a subset of features that are most relevant to the task.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following techniques is commonly used to avoid overfitting when training a machine learning model?

Increasing the complexity of the model.

Using a smaller training dataset.

Applying regularization techniques.

Avoiding data augmentation.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Media Image
Media Image
Media Image
Media Image

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?