IMG classification in sklearn quiz

IMG classification in sklearn quiz

University

12 Qs

quiz-placeholder

Similar activities

DAP215 Module 05 Quiz

DAP215 Module 05 Quiz

University

15 Qs

ML in Apple platforms

ML in Apple platforms

University - Professional Development

10 Qs

CS201: Chapter 7

CS201: Chapter 7

University

12 Qs

Quiz on Car Automation

Quiz on Car Automation

University

15 Qs

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

11th Grade - University

14 Qs

Post Test PCD 2

Post Test PCD 2

University

10 Qs

ZPD 2025

ZPD 2025

University

10 Qs

S5 - Sistemas Inteligentes

S5 - Sistemas Inteligentes

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?