AWA AIF-C01 - Domain 1 — Fundamentals of AI and ML
AWS (Amazon Web Services) · AI Practitioner (AIF-C01)
Certification Summary
The AWS Certified AI Practitioner AIF-C01 is for cloud engineers, data analysts, and developers who manage model deployments within an existing infrastructure. You take this exam when your manager decides the team needs a generative interface for internal documentation and you need to understand the service constraints before the inevitable integration failure occurs.
The test balances model selection and training strategies, with Applications of Foundation Models, Fundamentals of GenAI, and Fundamentals of AI and ML accounting for nearly three-quarters of the content. The remaining questions address Guidelines for Responsible AI and Security, Compliance, and Governance for AI Solutions. You spend your time identifying which Amazon Bedrock configurations minimize data leakage while keeping latency within acceptable parameters for downstream service calls.
You have mastered every card in this deck.
Pass complete.
Log in to mark cards as mastered and track progress.
The Imposter Hunt
The Imposter Hunt (Unlocked!)
Prove your knowledge to unlock this challenge.
Test your knowledge and spot the fake definitions.
Log in and master this deck to unlock.
All cards (40)
Scroll to review fronts and backs
Card 1
Front
Artificial Intelligence (AI)
Back
The broad field of creating systems that perform tasks requiring human-like intelligence, such as reasoning, perception, language understanding, and decision-making.
Card 2
Front
Machine Learning (ML)
Back
A subset of AI where systems learn patterns from data to make predictions or decisions rather than being explicitly programmed for every outcome.
Card 3
Front
Deep Learning
Back
A type of machine learning that uses neural networks with multiple layers to learn complex patterns from large amounts of data.
Card 4
Front
Neural Network
Back
A machine learning model inspired by biological neural networks, composed of interconnected nodes organized into layers.
Card 5
Front
Generative AI (GenAI)
Back
AI that can create new content such as text, images, audio, video, or code based on patterns learned from data.
Card 6
Front
Agentic AI
Back
AI systems that can pursue goals by reasoning, planning, taking actions, and potentially using tools or external systems.
Card 7
Front
AI Model
Back
A trained computational representation that has learned patterns from data and can use those patterns to produce predictions, classifications, or other outputs.
Card 8
Front
Algorithm
Back
A defined procedure or set of rules used to process data or solve a problem.
Card 9
Front
Training
Back
The process of using data to adjust a model so it learns patterns or relationships useful for a particular task.
Card 10
Front
Inference
Back
Using a trained model to generate a prediction, classification, or other output from new input data.
Card 11
Front
Batch Inference
Back
Inference performed on a collection of data at once rather than processing each request immediately.
Card 12
Front
Real-Time Inference
Back
Inference where a prediction or response is generated immediately or with very low latency after a request.
Card 13
Front
Asynchronous Inference
Back
Inference where the requester does not need to remain connected while processing occurs; the result is provided later.
Card 14
Front
Serverless Inference
Back
Model inference using infrastructure managed by the cloud provider, allowing the user to focus on requests rather than managing servers.
Card 15
Front
Supervised Learning
Back
Machine learning using labeled training data, where the desired output is known for each training example.
Card 16
Front
Unsupervised Learning
Back
Machine learning that discovers patterns or structures in data without labeled target outputs.
Card 17
Front
Reinforcement Learning
Back
Learning through interaction with an environment, using rewards or penalties to encourage desirable behavior.
Card 18
Front
Labeled Data
Back
Data that includes known target values or categories used to train supervised learning models.
Card 19
Front
Unlabeled Data
Back
Data without predefined target labels, commonly used for unsupervised learning and other exploratory techniques.
Card 20
Front
Structured Data
Back
Data organized according to a defined schema, such as rows and columns in a relational database.
Card 21
Front
Unstructured Data
Back
Data without a predefined tabular structure, such as documents, images, audio, and video.
Card 22
Front
Tabular Data
Back
Data organized into rows and columns, often containing structured features and values.
Card 23
Front
Time-Series Data
Back
Data consisting of observations associated with points or intervals in time, often used for forecasting.
Card 24
Front
Computer Vision
Back
AI/ML techniques used to interpret and extract information from images and video.
Card 25
Front
Natural Language Processing (NLP)
Back
AI techniques that enable computers to process, understand, analyze, and work with human language.
Card 26
Front
Classification
Back
A machine learning task that assigns an input to one or more predefined categories.
Card 27
Front
Regression
Back
A machine learning task that predicts a continuous numerical value, such as price, demand, or temperature.
Card 28
Front
Clustering
Back
An unsupervised learning technique that groups similar data points together without predefined categories.
Card 29
Front
Recommendation System
Back
An AI/ML system that predicts items, content, or actions that may be relevant to a user based on available data and patterns.
Card 30
Front
Forecasting
Back
Using historical and other relevant data to predict future values or events, often involving time-series data.
Card 31
Front
Fraud Detection
Back
Using AI/ML to identify transactions or behaviors that appear suspicious or inconsistent with expected patterns.
Card 32
Front
Bias
Back
A systematic tendency in data, model behavior, or outcomes that can cause certain results to be favored or disadvantaged.
Card 33
Front
Fairness
Back
The degree to which an AI system's outcomes avoid unjustified or inappropriate differences across individuals or groups.
Card 34
Front
Overfitting
Back
When a model learns the training data too closely, including noise, and performs poorly on new, unseen data.
Card 35
Front
Underfitting
Back
When a model is too simple or insufficiently trained to capture important patterns in the data.
Card 36
Front
AI/ML Pipeline
Back
The sequence of stages involved in developing and operating an ML solution, from data preparation and training through deployment and monitoring.
Card 37
Front
Model Evaluation
Back
Assessing how well a trained model performs using appropriate performance metrics and data that represents its intended use.
Card 38
Front
Accuracy
Back
The proportion of predictions that are correct out of all predictions made.
Card 39
Front
Precision
Back
The proportion of positive predictions that are actually positive. It focuses on minimizing false positives.
Card 40
Front
Recall
Back
The proportion of actual positive cases that the model correctly identifies. It focuses on minimizing false negatives.