Computer Vision
Image Processing
Data
Training a Model
Machine Learning
100

This subfield of AI lets machines detect objects, patterns, and features in images and video.

What is Computer Vision?
100

RGB values range from this number to this number.

What is 0 to 255?

100

This phrase highlights how bad data will lead to a bad model.

What is "Garbage In, Garbage Out"?
100

Flipping, rotating, and changing brightness or contrast are all examples of this.

What is data augmentation?

100

This value measures how incorrect a model's prediction is versus the correct answer.

What is loss?
200

CV works by analyzing these tiny dots of color to find shapes, edges, and features.

What are Pixels?

200

In (R, G, B) format, this is the value for pure red.

What is (255, 0, 0)?

200

Spreadsheets, databases, and CSV files are examples of this data type.

What is structured data?

200

This happens when a model memorizes the training data but fails on new data.

What is underfitting?

200

This CNN layer detects features like edges, corners, and textures using small filters/kernels.

What is the convolutional layer?

300

This CV model type looks at the whole image and outputs a single label for it.

What is image classification?

300

Converting to this needs only 1 color channel, which greatly simplifies the tensor.

What is Grayscale?

300

JSON and XML are examples of this "in-between" data type.

What is semi-structured data?

300

This happens when a model is too simple to capture the patterns in the data.

What is underfitting?

300

This activation function turns negatives to 0 and keeps positives - max(0, x).

What is ReLU?

400

This CV task finds the edges of objects and draws bounding boxes around them.

What is Object Detection?

400

This "3D array" is used to store image data

What is a tensor?

400

The typical percentage of a dataset set aside for the training set.

What is 70-80%?

400

This occurs when some categories have far more examples than others, biasing the model.

What is class imbalance?

400

This layer shrinks feature maps to ease computation and reduce overfitting.

What is pooling?

500

This CV task assigns every pixel in a frame to a label, usually grouping multiple objects.

What is Semantic Segmentation?

500

An image tensor has these three things multiplied together to form its shape.

What are height, width, and channels?

500

This Google-owned site is the world's largest data science community, with 50,000+ free datasets.

What is kaggle?

500

This happens when test data sneaks into training, making results look great but fake.

What is data leakage?

500

At the end of a CNN, this layer connects every neuron to all neurons from the previous layer to make the final decision.

What is Fully Connected (Dense) layer?

M
e
n
u