Search Header Logo

003-3-IMG

Authored by weilin meng

Professional Development

Professional Development

Used 7+ times

003-3-IMG
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?