AWS AI & Machine Learning – Vocabulary Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/103

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering key concepts, services, techniques, and best practices from the AWS AI & Machine Learning lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

104 Terms

1
New cards

AWS Cloud Adoption Framework for AI (CAF-AI)

A structured roadmap that outlines best practices and organizational capabilities for accelerating AI and ML adoption and generating business value.

2
New cards

Envision Stage (CAF-AI)

Initial phase focused on identifying and prioritizing AI opportunities that align with desired business outcomes.

3
New cards

Align Stage (CAF-AI)

Phase for building stakeholder buy-in, identifying dependencies, addressing concerns, and creating readiness strategies.

4
New cards

Launch Stage (CAF-AI)

Hands-on phase where pilot projects and proofs of concept (POCs) are delivered into production to demonstrate value.

5
New cards

Scale Stage (CAF-AI)

Expands successful pilots to broader, sustained business adoption and value creation.

6
New cards

Business Perspective (CAF-AI)

Ensures AI investments deliver measurable business value through alignment with outcomes, portfolio management, and innovation.

7
New cards

People Perspective (CAF-AI)

Addresses the human element: building AI fluency, attracting talent, and fostering an AI-first culture.

8
New cards

Governance Perspective (CAF-AI)

Manages AI initiatives to maximize benefits and minimize risks, emphasizing Responsible AI principles.

9
New cards

Platform Perspective (CAF-AI)

Covers the technical foundation for AI workloads, including scalable platforms, modernization, and MLOps.

10
New cards

Security Perspective (CAF-AI)

Protects data and AI workloads by ensuring confidentiality, integrity, availability, and addressing AI-specific attack vectors.

11
New cards

Operations Perspective (CAF-AI)

Ensures AI services run reliably, with monitoring, performance management, and continuous value delivery.

12
New cards

Artificial Intelligence (AI)

Broad field of computer science focused on creating machines that can sense, reason, act, and adapt like humans.

13
New cards

Machine Learning (ML)

Subset of AI that enables computers to learn patterns from data without explicit programming.

14
New cards

Deep Learning (DL)

Specialized subfield of ML that uses multi-layered neural networks to perform complex tasks such as image or speech recognition.

15
New cards

Generative AI

Class of AI systems capable of creating new, original content such as text, images, audio, or video.

16
New cards

Training (ML)

Phase where a model learns patterns by processing a large, high-quality labeled dataset.

17
New cards

Inference (ML)

Phase where a trained model makes predictions on new, unseen data.

18
New cards

Supervised Learning

ML approach where models learn from labeled data to predict continuous values (regression) or categories (classification).

19
New cards

Regression

Supervised learning task that predicts a continuous numerical value.

20
New cards

Classification

Supervised learning task that predicts discrete categories or classes.

21
New cards

Unsupervised Learning

ML approach using unlabeled data to discover hidden patterns, structures, or relationships.

22
New cards

Clustering

Unsupervised technique that groups similar data points together.

23
New cards

Association

Unsupervised technique that discovers relationships or co-occurrences in data.

24
New cards

Reinforcement Learning (RL)

Learning method where an agent interacts with an environment and learns through rewards and penalties to maximize cumulative reward.

25
New cards

Self-Supervised Learning

Technique where a model generates its own labels from input data, bridging supervised and unsupervised learning and powering modern foundation models.

26
New cards

Bias (ML)

Error from overly simplistic assumptions; high bias leads to underfitting.

27
New cards

Variance (ML)

Error from excessive model sensitivity to training data; high variance leads to overfitting.

28
New cards

Hyperparameters

Configuration settings chosen before training that control how a model learns (e.g., learning rate, batch size).

29
New cards

RLHF (Reinforcement Learning from Human Feedback)

Technique for fine-tuning language models to align outputs with human preferences for helpfulness and safety.

30
New cards

Machine Learning Lifecycle

Series of phases: problem formulation, data collection/preparation, feature engineering, training, evaluation, deployment, and monitoring.

31
New cards

Structured Data

Data with a predefined schema (rows & columns) that is easy to query, e.g., relational tables.

32
New cards

Unstructured Data

Data without a predefined model or structure, such as free-form text, images, or audio.

33
New cards

Semi-Structured Data

Data that lacks a rigid table structure but uses tags or keys (e.g., JSON, XML) to impose hierarchy.

34
New cards

Time-Series Data

Data recorded sequentially over time with timestamps as a critical element, used for forecasting.

35
New cards

Real-Time (Online) Inference

Immediate, low-latency predictions on individual data points as they arrive.

36
New cards

Batch (Offline) Inference

Processing large collections of data at once when low latency is not required.

37
New cards

Amazon Bedrock

Fully managed service that provides access to multiple high-performing foundation models to build and scale generative AI applications.

38
New cards

Foundation Model (FM)

Very large, pre-trained AI model that can be adapted to a wide variety of downstream tasks.

39
New cards

Fine-Tuning (FMs)

Further training a base foundation model on a smaller, labeled dataset to update its internal weights for specialized behavior.

40
New cards

Retrieval-Augmented Generation (RAG)

Technique that enriches prompts with real-time information from an external knowledge base without changing model weights.

41
New cards

Knowledge Bases for Amazon Bedrock

Bedrock feature that provides built-in RAG to connect FMs to enterprise data sources.

42
New cards

Guardrails for Amazon Bedrock

Configuration layer that enforces responsible AI policies by filtering content, denying topics, and redacting PII.

43
New cards

Hallucination (AI)

Phenomenon where a model produces nonsensical or factually incorrect outputs.

44
New cards

Embedding

Numerical vector representation capturing the meaning and context of text, enabling semantic search.

45
New cards

Vector Database

Database optimized to store and search embeddings efficiently (e.g., Amazon OpenSearch Service vector engine).

46
New cards

Agents for Amazon Bedrock

Managed feature that enables generative AI applications to execute multi-step tasks by calling APIs or AWS Lambda functions.

47
New cards

Prompt Engineering

Designing and refining input prompts to obtain accurate, relevant, and useful outputs from a foundation model.

48
New cards

Zero-Shot Prompting

Asking a model to perform a task without providing examples in the prompt.

49
New cards

Few-Shot Prompting

Including a few examples within the prompt to demonstrate the desired task, improving results.

50
New cards

Chain-of-Thought (CoT) Prompting

Technique that encourages the model to reason step-by-step before answering, enhancing logical tasks.

51
New cards

Prompt Template

Reusable prompt structure containing placeholders for dynamic content, enabling scalable AI applications.

52
New cards

Amazon Q

Generative AI-powered assistant for work, focused on enterprise security and privacy.

53
New cards

Amazon Q Business

Variant of Amazon Q that connects securely to enterprise data sources to answer questions, summarize, and generate content for business users.

54
New cards

Amazon Q Apps

No-code experience within Q Business that lets non-technical users build custom generative AI tools.

55
New cards

Amazon Q Developer

Assistant for developers that accelerates the software development lifecycle with code generation, troubleshooting, and AWS guidance.

56
New cards

PartyRock

Free, no-code generative AI playground powered by Bedrock for learning and experimentation (not production-grade).

57
New cards

Amazon Comprehend

NLP service that extracts entities, sentiment, key phrases, and PII from text.

58
New cards

Amazon Translate

Neural machine translation service converting text between languages.

59
New cards

Amazon Transcribe

Automatic speech recognition service that converts speech to text and identifies multiple speakers.

60
New cards

Amazon Polly

Text-to-speech service that turns text into lifelike speech.

61
New cards

Amazon Rekognition

Computer vision service that analyzes images and videos to detect objects, faces, text, and activities.

62
New cards

Amazon Lex

Conversational AI service for building chatbots and voice bots using the same technology as Amazon Alexa.

63
New cards

Amazon Personalize

Service providing real-time personalized recommendations using Amazon.com’s recommendation technology.

64
New cards

Amazon Textract

Intelligent document processing service that extracts text, handwriting, and structured data from scanned documents.

65
New cards

Amazon Kendra

Intelligent enterprise search service that provides accurate answers to natural language queries across internal documents.

66
New cards

Amazon Mechanical Turk (MTurk)

Crowdsourcing marketplace for on-demand human workers, commonly used for data labeling tasks.

67
New cards

Amazon Augmented AI (A2I)

Managed service that orchestrates human reviews of low-confidence ML predictions via customizable workflows.

68
New cards

AWS Trainium

Custom AWS chip optimized for cost-effective training of deep learning models.

69
New cards

AWS Inferentia

Custom AWS chip optimized for high-performance, low-latency model inference.

70
New cards

Amazon SageMaker

Fully managed ML service providing tools to prepare data, build, train, deploy, and monitor models across the entire ML lifecycle.

71
New cards

SageMaker Data Wrangler

Visual, low-code tool within SageMaker for data preparation and feature engineering.

72
New cards

SageMaker Feature Store

Central repository for storing, sharing, and reusing ML features.

73
New cards

SageMaker Studio Notebooks

Managed Jupyter notebook environment integrated with SageMaker resources.

74
New cards

SageMaker Ground Truth

Data labeling service combining automated tools and human workforces to create labeled datasets.

75
New cards

SageMaker Model Cards

Documentation that captures model purpose, performance, and responsible AI details (a model 'nutrition label').

76
New cards

SageMaker Model Dashboard

Central interface for monitoring deployed models’ performance, drift, and responsible AI metrics.

77
New cards

MLOps

Set of practices applying DevOps principles to ML workflows to automate and streamline the end-to-end lifecycle.

78
New cards

Amazon SageMaker Pipelines

CI/CD service for building, automating, and managing ML workflows as part of MLOps.

79
New cards

Responsible AI (AWS)

Framework ensuring AI systems are developed and used safely, ethically, and legally across fairness, explainability, robustness, privacy, governance, and transparency.

80
New cards

Bias in AI

Systematic error resulting from biased training data, leading models to perpetuate unfair outcomes.

81
New cards

Toxicity (GenAI)

Potential of generative models to produce harmful or offensive content.

82
New cards

Prompt Injection

Attack where malicious instructions are inserted into prompts to manipulate or hijack an AI system’s behavior.

83
New cards

Poisoning Attack

Security threat where training data is corrupted to manipulate a model’s future behavior.

84
New cards

AWS Identity and Access Management (IAM)

Service for securely controlling access to AWS resources using users, groups, roles, and policies.

85
New cards

Amazon S3

Highly durable object storage service that serves as the foundational data store for ML datasets, artifacts, and knowledge bases.

86
New cards

Amazon EC2

Scalable compute service; SageMaker uses EC2 instances for training and hosting models.

87
New cards

AWS Lambda

Serverless, event-driven compute service often used to glue AI services together via triggers and integrations.

88
New cards

Amazon Macie

ML-powered service that discovers and classifies sensitive data such as PII in S3 buckets.

89
New cards

AWS CloudTrail

Service that records all API calls made in an AWS account for auditing and governance.

90
New cards

AWS Artifact

Self-service portal providing on-demand access to AWS compliance reports and certifications.

91
New cards

AWS Trusted Advisor

Tool that delivers real-time best-practice recommendations across cost, performance, security, fault tolerance, and service limits.

92
New cards

Root Mean Square Error (RMSE)

Regression metric measuring the square root of the average squared differences between predicted and actual values.

93
New cards

Accuracy (ML)

Classification metric measuring the proportion of correct predictions over total predictions.

94
New cards

Precision

Classification metric indicating the proportion of true positives among all positive predictions.

95
New cards

Recall

Classification metric indicating the proportion of true positives captured among all actual positives.

96
New cards

F1-Score

Harmonic mean of precision and recall, balancing both metrics for classification tasks.

97
New cards

Automatic Evaluation

A fast, scalable evaluation method in Bedrock that uses algorithms to score a model's performance. It is best used for objective, fact-based tasks like question-answering and summarization.

98
New cards

Human Evaluation

An evaluation method where people review a model's outputs to judge subjective qualities that algorithms can't easily measure, such as creativity, helpfulness, brand alignment, or style.

99
New cards

Custom Dataset

A private dataset that you create using your own data. It contains prompts that reflect your specific, real-world use case and is the most accurate way to predict how a model will perform for your specific application.

100
New cards

Benchmark Dataset

A standardized, public dataset used as a common yardstick to measure and compare the general capabilities of different models on a well-defined task (e.g., testing for toxicity or factual accuracy).