Recall & Review
beginner
What is an image represented as in machine learning?
An image is represented as numerical data made up of pixels arranged in a grid. Each pixel has values that describe its color or brightness.
Click to reveal answer
beginner
What does a pixel represent in an image?
A pixel is the smallest unit of an image that holds information about color or brightness at a specific point.
Click to reveal answer
beginner
What are channels in an image, and how do they relate to pixels?
Channels are layers of data for each pixel that represent color components. For example, in an RGB image, there are 3 channels: Red, Green, and Blue.
Click to reveal answer
beginner
How is a grayscale image different from a color image in terms of channels?
A grayscale image has only one channel representing brightness, while a color image usually has multiple channels (like 3 for RGB) representing different colors.
Click to reveal answer
beginner
Why do machine learning models use numerical pixel values instead of images directly?
Models need numbers to perform calculations. Converting images to numbers (pixels and channels) allows models to learn patterns and make predictions.
Click to reveal answer
What does each pixel in a color image usually contain?
✗ Incorrect
Each pixel in a color image contains values for multiple color channels, such as Red, Green, and Blue.
How many channels does a typical RGB image have?
✗ Incorrect
An RGB image has 3 channels: Red, Green, and Blue.
What is the main reason to convert images into numerical pixel data for machine learning?
✗ Incorrect
Models need numerical data to perform calculations and learn patterns.
Which of these is true about grayscale images?
✗ Incorrect
Grayscale images have one channel that represents brightness.
If an image has a size of 100x100 pixels and 3 channels, how many numerical values represent it?
✗ Incorrect
Each pixel has 3 values (channels), so total values = 100 x 100 x 3 = 30,000.
Explain how an image is represented as numerical data for machine learning.
Think about how each tiny dot in the image holds numbers for colors.
You got /4 concepts.
Describe the difference between grayscale and color images in terms of channels.
Consider how many layers of color information each image type has.
You got /3 concepts.