AIF-C01 · AI and ML Foundations
20 cards
Data Types for AI Models
-
Quick check
What makes a training example labeled?
AIt carries an explicit label or target that supplies the known answer
Right. A label or target is the answer attached to the example, and supervised learning maps the inputs to it.
BIt carries a timestamp, although the value to be predicted is left out
A timestamp records when something was measured; without a target value the example still has no answer.
CIt groups similar inputs together without relying on any predefined outcome
Discovering groups from similarity is what happens when the answers are missing, so it describes unlabeled data.
3 / 20
-
Quick check
Which description matches structured data?
AVisual content that carries captions but cannot be placed inside a dataset
Images are unstructured content, and captions are labels; neither prevents data from being stored or used.
BObservations that carry no labels at all and therefore cannot be arranged into columns
Label state and structure are separate properties: an unlabeled dataset can still have rows and columns.
CData organized in tables or fixed schemas, with defined fields, rows, and columns
Right. Structure is about organization into fields, rows, and columns under a fixed schema.
6 / 20
-
Quick check
Which pairing identifies two modalities correctly?
ABooks and emails are timestamps, while photographs and diagrams are target columns
Timestamps record measurement time and target columns hold answers; neither describes the content itself.
BBooks and emails are text data, while photographs and diagrams are image data
Right. Language content such as books, articles, and emails is text, and visual content is image data.
CBooks and emails are tabular targets, while photographs and diagrams are fixed schemas
A target and a schema are properties of a dataset's organization and labeling, not the kind of content it holds.
8 / 20
-
Keep your progress in the app
That’s 3 of 8 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
Which feature is essential to the definition of time-series data?
AEach observation has a timestamp or time period and is ordered chronologically
Right. Timestamped observations arranged in chronological order are what define the type; modality and label state can still vary.
BInputs are grouped by similarity, and the time of measurement is deliberately discarded
Grouping by similarity describes what a model does with unlabeled inputs, and discarding time would remove the defining property.
CEvery observation is an image with a hand-written caption and no timestamp or time period
Modality and labeling are separate axes, and an example without a timestamp cannot be part of a time series.
11 / 20
-
Quick check
Which comparison of the properties is accurate?
ALabeling describes rows and columns, while structure describes whether the targets are correct
Rows and columns belong to structure, and label correctness is a data-quality question rather than a definition.
BLabeling would describe chronological order, while structure would describe whether an image has a caption
Chronological order is the time axis, and a caption is a label on an image, so both halves name the wrong axis.
CLabeling says whether targets are supplied; structure says whether the data follows a fixed schema
Right. The two axes answer different questions and can be combined freely with modality and time.
13 / 20
-
Quick check
That forecasting table has product ID, timestamp, a sales value to predict, and weather. How is it described?
AIt is image data and labeled, because weather is a visual feature in every row
Weather arrives as a data field here, not as a picture, so nothing in the table is image content.
BIt is unstructured and unlabeled, because timestamps stop rows from holding targets
Timestamps and targets sit on different axes; a row can carry both, and fixed columns keep the table structured.
CIt is tabular, structured, time-series, and labeled, because the sales value is its target
Right. Rows and columns give structure, timestamps give the chronological order, and the sales target makes it labeled.
15 / 20
-
Quick check
A CSV has fixed account and region columns, a free-form message field, and no outcome column. What is the most precise description?
AThe CSV is tabular and structured, the message field holds text, and the examples are unlabeled
Right. A fixed schema keeps the file tabular and structured, while the missing outcome column leaves the examples unlabeled.
BThe CSV is time-series only, the message field is the target, and the examples are labeled
No timestamp column is mentioned, and a free-form message is an input field rather than the value to predict.
CThe CSV is unstructured image data, the message field is a timestamp, and the examples are labeled
A CSV is not image content, a message is not a timestamp, and nothing in the file supplies an answer.
18 / 20
-
Quick check
Which summary keeps the four axes straight?
AA caption makes a photograph text data, and a free-form field makes a CSV unstructured media
A caption is a label on an image, and one free-form field does not remove the fixed schema around it.
BA target column can label a table, a fixed schema keeps a CSV structured, timestamps make it a time series, and text and image are modalities
Right. Each clause stays on its own axis: label state, structure, time, and modality.
CA timestamp column supplies the target, structure decides whether answers are correct, and modality decides whether rows exist
Timestamps record time rather than supply answers, structure is about schema rather than correctness, and modality does not determine whether the data has rows.
20 / 20
-
8 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.