AWS Machine Learning and Generative AI Vocabulary 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/50

flashcard set

Earn XP

Description and Tags

Flashcards covering AWS AI/ML services, generative AI concepts, model evaluation metrics, and security governance terminology based on the lecture keywords list.

Last updated 6:42 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

Amazon SageMaker

A fully managed service that data scientists and developers use to prepare, build, train, and deploy ML models.

2
New cards

Amazon Bedrock

A fully managed service that makes FMs from Amazon and leading AI companies available through an API, allowing for private customization with your own data.

3
New cards

Knowledge Base

The specific implementation for Retrieval Augmented Generation (RAG) within Amazon Bedrock.

4
New cards

SageMaker Data Wrangler

A data preparation and feature engineering tool that supports SQL and offers balancing operators like random undersampling, random oversampling, and SMOTE (Synthetic Minority Oversampling Technique).

5
New cards

Amazon SageMaker Model Cards

A tool used to record information about ML models for governance and reporting, including training details, risk ratings, and evaluation metrics.

6
New cards

SageMaker Canvas

A service used to build ML models without writing any code, though it cannot perform content moderation for creative content types.

7
New cards

Amazon SageMaker Ground Truth

A service that uses a human workforce, including Amazon Mechanical Turk, to create accurate labels for training data.

8
New cards

Amazon SageMaker Model Monitor

An automated alert system that detects variations in model quality, such as data drift, anomalies, and performance issues.

9
New cards

SageMaker Studio

An integrated development environment (IDE) suite that includes JupyterLab, RStudio, and Visual Studio Code - Open Source (Code-OSS).

10
New cards

Guardrails for Amazon Bedrock

A safeguard layer that evaluates user inputs and FM responses to block undesirable content, prevent hallucinations, and redact PII.

11
New cards

Amazon Rekognition

A fully managed AI service for image and video analysis used for identifying inappropriate content and performing content moderation.

12
New cards

Vector Database

A collection of data stored as mathematical representations (vector embeddings) consisting of numbers that represent words, phrases, or images.

13
New cards

Amazon DocumentDB

A fully managed, native JSON document database that supports vector search with millisecond response times.

14
New cards

Amazon OpenSearch Service

A fully managed service used for semantic search, RAG, and recommendation engines, capable of scaling to millions of embeddings.

15
New cards

Amazon SageMaker Clarify

A service that identifies potential bias in datasets and models and explains how a model makes predictions using feature attributions like Shapley values.

16
New cards

SageMaker JumpStart

A machine learning hub within SageMaker containing open-source and proprietary foundation models.

17
New cards

SageMaker HyperPod

A service that reduces foundation model training time by up to 40%40\% by efficiently parallelizing workloads across more than a thousand AI accelerators.

18
New cards

SageMaker Model Registry

A fully managed catalog used to manage model versions, metadata, and approval statuses.

19
New cards

Amazon Q Business

A generative AI virtual assistant that handles tasks based on provided data but does not provide access to foundation models (FMs).

20
New cards

Retrieval Augmented Generation (RAG)

The process of optimizing LLM output by referencing an authoritative, external knowledge base outside of its training data before generating a response.

21
New cards

Fine-Tuning

The process of further training a pre-trained model on a specific task using a labeled dataset to improve accuracy and reduce bias.

22
New cards

RLHF

Reinforcement Learning from Human Feedback; a technique for aligning LLMs with human values by rewarding behaviors based on human feedback.

23
New cards

Chain of Thought

A prompt engineering technique that breaks down complex questions into smaller parts, recommended for arithmetic and logical tasks.

24
New cards

Overfitting

When a model performs well on training data but fails to generalize to new data; characterized by low bias and high variance.

25
New cards

Underfitting

When a model is too simple to capture underlying patterns, characterized by high bias and low variance.

26
New cards

Explainability

The ability to understand and explain in human terms why a model arrived at a specific prediction (The "Why").

27
New cards

Interpretability

The ability to understand the internal decision-making process of a model and how it combines features (The "What").

28
New cards

ROUGE

An evaluation metric for the quality of generated summaries or translations compared to reference texts.

29
New cards

BLEU

An evaluation metric used to measure the similarity between generated text translations and reference translations.

30
New cards

Top K

A parameter that limits the selection of tokens to the KK most probable options during text generation.

31
New cards

Top P

A setting on a scale of 010-1 that controls diversity by limiting word choice to a specific percentage of the total probability distribution (e.g., 0.250.25 for the top 25%25\%).

32
New cards

Temperature

A setting that controls randomness; lower values lead to deterministic responses, while higher values increase diversity and unpredictability.

33
New cards

F1 Score

A classification metric calculated as F1=2×P×RP+RF1 = \frac{2 \times P \times R}{P + R}, where PP is Precision and RR is Recall.

34
New cards

Mean Squared Error (MSE)

The average of the squared differences between predicted and actual values; used for regression models where smaller values indicate better fit.

35
New cards

Root Mean Squared Error (RMSE)

The square root of the squared difference between predicted and actual values, used to indicate large model errors and outliers.

36
New cards

R squared (R2R^2)

A measurement from 00 to 11 indicating how much variation in data is explained by the model (e.g., 0.80.8 means 80%80\% variation explained).

37
New cards

Hallucination

Incorrect or misleading results generated by AI models caused by insufficient data, incorrect assumptions, or biases.

38
New cards

GAN (Generative Adversarial Network)

A deep learning architecture where two neural networks compete to generate authentic new data.

39
New cards

Transformers

A neural network architecture that transforms input sequences into output sequences by learning context and tracking relationships.

40
New cards

SageMaker Asynchronous Inference

An inference type that queues incoming large requests (less than 1GB1\,\text{GB}) and processes them asynchronously.

41
New cards

Amazon Augmented AI (Amazon A2I)

A service used to build human review systems for ML solution predictions to audit individual results.

42
New cards

Epoch

A single complete pass through the entire training dataset during the training process.

43
New cards

Learning Rate

A hyperparameter that determines the step size at which a model's parameters are updated during training.

44
New cards

Context Window

A model property describing the number of tokens the model can accept as input.

45
New cards

Poisoning

The intentional introduction of malicious or biased data into a training dataset to cause harmful outputs.

46
New cards

Jailbreaking

The practice of using carefully constructed prompts to bypass safety measures and constraints implemented in a generative model.

47
New cards

Amazon Polly

A service that converts text to high-quality, natural-sounding speech in multiple languages with low operational overhead.

48
New cards

Amazon Lex

A fully managed AI service for building conversational interfaces like chatbots using voice and text.

49
New cards

Amazon Kendra

An intelligent document search service that uses semantic and contextual understanding to provide specific answers from data.

50
New cards

Amazon Macie

A security service that uses ML to discover and protect sensitive data (PII) stored in Amazon S3.

51
New cards

Amazon Inspector

An automated security assessment service that scans EC2 applications, Lambda code, and ECR repositories for vulnerabilities.