AWS AI Practitioner AIF-C01 Domain 1 Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering the fundamentals of AI and ML for the AWS AIF-C01 exam, including terminology, learning methods, and the ML lifecycle.

Last updated 1:17 AM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Artificial Intelligence (AI)

Machines mimicking Human thinking and intelligence; the broad category containing ML, DL, and GenAI.

2
New cards

Machine Learning (ML)

Systems that learn from data without being explicitly programmed; a subset of AI.

3
New cards

Deep Learning (DL)

A subset of ML that uses neural networks with multiple layers (brain-like nodes) to perform complex tasks.

4
New cards

Generative AI (GenAI)

A subset of Deep Learning that creates new content such as text, images, or audio.

5
New cards

Neural Networks

Brain-inspired computing systems comprised of connected nodes called "neurons".

6
New cards

Computer Vision

The field of AI that enables machines to see and understand images and videos.

7
New cards

Natural Language Processing (NLP)

The field of AI that enables machines to understand human language, including text and speech.

8
New cards

Large Language Models (LLMs)

AI models trained on massive text data, such as ChatGPT or Amazon Titan.

9
New cards

Model

A trained algorithm that makes predictions; sometimes referred to as the "brain" after training.

10
New cards

Algorithm

A step-by-step recipe used by computers for solving a problem.

11
New cards

Training

The process of teaching a model using specific data.

12
New cards

Inferencing

The phase where a model makes predictions on new, unseen data based on its training.

13
New cards

Bias

Unfair preferences in AI decisions leading to discriminatory results, often caused by bad input data.

14
New cards

Fairness

The principle of ensuring equal treatment across all groups and no discrimination in AI output.

15
New cards

Underfitting

A model fit issue where the model fails to learn the patterns in the training data sufficiently.

16
New cards

Overfitting

A model fit issue where the model memorizes the training answers too closely and cannot generalize to new data.

17
New cards

Batch Inferencing

Processing many predictions at once (in bulk); used for non-time-sensitive tasks and large volumes of data.

18
New cards

Real-time Inferencing

Generating instant predictions on demand with low latency; used for time-sensitive, user-facing applications.

19
New cards

Labeled Data

Data that includes known answers or tags; used primarily for supervised learning.

20
New cards

Unlabeled Data

Raw data without any tags or answers; used primarily for unsupervised learning to find patterns.

21
New cards

Structured Data

Organized data in a fixed format, such as SQL databases, spreadsheets, or CSV files.

22
New cards

Unstructured Data

Data with no predefined format, such as emails, images, videos, and audio; accounts for approximately 80%80\% of the world's data.

23
New cards

Supervised Learning

A learning method where the model learns from labeled examples with a known mapping between input (X)(X) and output (Y)(Y).

24
New cards

Classification

A supervised learning task that predicts a specific category or label (e.g., Spam vs. Not Spam).

25
New cards

Regression

A supervised learning task that predicts a continuous numerical value (e.g., house prices or temperature).

26
New cards

Unsupervised Learning

A learning method where the model finds hidden patterns or structures in unlabeled data without a "teacher" or known answers.

27
New cards

Clustering

An unsupervised learning method that groups similar items together based on common characteristics.

28
New cards

Association

An unsupervised learning method that finds rules between items, such as "people who buy X also buy Y".

29
New cards

Reinforcement Learning (RL)

A learning method based on trial and error where an agent performs actions in an environment to maximize rewards.

30
New cards

Data Preparation

The most time-consuming step of the ML lifecycle (6080%60-80\% of total time) involving cleaning, transforming, and splitting data.

31
New cards

Model Evaluation

The step of testing a model with unseen data to check metrics like Accuracy, Precision, Recall, and F1 Score.

32
New cards

Model Drift

The phenomenon where a model's accuracy or performance drops over time, requiring retraining.

33
New cards

Data Drift

The phenomenon where the underlying data changes over time, affecting the model's relevance.