IMG classification in sklearn quiz

IMG classification in sklearn quiz

University

12 Qs

quiz-placeholder

Similar activities

dip & simulink

dip & simulink

University

17 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

Bitmap v Vector Images

Bitmap v Vector Images

KG - University

10 Qs

6th Grade Media Quiz

6th Grade Media Quiz

KG - University

15 Qs

HTML Basics

HTML Basics

University

12 Qs

Data Analytics and Artificial Intelligence

Data Analytics and Artificial Intelligence

University

10 Qs

Image_processing_buoi1

Image_processing_buoi1

University

10 Qs

QUIZ PENGOLAHAN CITRA(A)

QUIZ PENGOLAHAN CITRA(A)

University

10 Qs

IMG classification in sklearn quiz

IMG classification in sklearn quiz

Assessment

Quiz

Computers

University

Easy

Created by

Emily Anne

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the cv2.resize() function do?

Rotates the image

Changes the image brightness

Crops the image

Resizes the image to new dimensions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are image features typically represented when using scikit-learn classifiers?

As raw images

As string labels

As flattened numerical arrays

As text files

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function from scikit-learn is commonly used to split datasets into training and testing sets?

train_test_split()

split_data()

dataset_split()

image_split()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of cv2.imread("image.jpg", cv2.IMREAD_GRAYSCALE)?

A color image

A binary image

A grayscale image

An RGB image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before training with scikit-learn, what must be done to each image?

Save as .txt

Convert to histogram

Resize and flatten into a 1D array

Convert to PDF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function loads images using OpenCV?

cv2.load()

cv2.open()

cv2.imread()

cv2.fetch()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following techniques is commonly used to increase the amount of images in a dataset artificially?

Regularization

Normalization

Augmentation

Pooling

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?