AWS Certified AI Practitioner

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/129

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:01 PM on 7/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

130 Terms

1
New cards

AI

Artificial Intelligence is the general development of intelligent systems capable of performing tasks that typically require human intelligence,

2
New cards

ML

Machine Learning is a type of AI for understanding and building methods that make it possible for machines to learn

3
New cards

DL

Deep Learning uses the concept of neurons and synapses similar to how our brain is wired. E.g. Amazon Rekognition

4
New cards

Generative AI

A subset of deep learning because it can adapt models built using deep learning, but without retraining or fine tuning

5
New cards

Machine Learning Process

Training data -> ML Algorithm -> Model

6
New cards

Types of ML data used in training an ML model

Labeled, unlabeled, structured, and unstructured data

7
New cards

Labeled vs Unlabeled data

Each instance is accompained by a label or target variable representing, vs no associated label

8
New cards

Structured vs Unstructured data

Data is organised in a predefined manner (csv, database, time, readings) vs lacking any format (text, images, audio, and video)

9
New cards

Supervised learning

Algorithms trained on labeled data, to learn a mapping function to predict the output for a new data input

10
New cards

Unsupervised learning

Algorithms learn from unlabeled data, to discover inherent patterns, structures, or relationships within the input data

11
New cards

Reinforcement learning

The machine is given a score as guidance. Semi supervised learning. Learns from feedback to in form of reward or penalty

12
New cards

Batch inferencing

Computer takes a large amount of data and analyses it all at once to provide a set of results. For data analsis or accuracy is not crucial

13
New cards

Real-time inferencing

Computer must make decisions as they come in, decision making is critical and instantaneous (E.g. Self driving cars or chatbots)

14
New cards

Neural Networks

Contains nodes in layers, Identifies patterns from examples, make predictions on new data

15
New cards

NLP

Branch of AI dealing with computer and human language interactions

16
New cards

Computer Vision

Computers can interpret and understand unstructured data

17
New cards

FMs

Foundation Models, pretrained on internet-scale data, powers gen ai

18
New cards

FM Lifecycle

Data selection -> Pre-training -> Optimization -> Evaluation -> Deployment -> Feedback and Continuous Improvement

19
New cards

How to optimize FMs

Prompt engineering, fine-tuning, or RAG

20
New cards

LLMs

Large Language Models,

Powerful models that can understand and generate human-like text. Trained on internet, books and more

21
New cards

Tokens

Basic units of text that the model processes. Standardize input data, making easy processing

22
New cards

Embeddings

Numerical reps of tokens, assigning to a vector (list), capturing meaning and relationship with other tokens

23
New cards

Diffusion models

DL architecture system starting with pure noise or random data then gradually adding more meaningful information

24
New cards

Forward vs Reverse Diffusion

Adding small amount of noise until only noise vs noisy image is denoised until a image is introduced

25
New cards

Multimodal models

Process and general multiple modes of data simultaneously (e.g. image + text = new image + caption, auto video captioning)

26
New cards

GAN

Generative Adversarial Networks

Gen model involving 2 neural networks competing (generator (synthetic) and discriminator (real))

27
New cards

VAE

Variational Autoencoders

Combines autoencoders and Variational inference. Contains encoder (input) and decoder (reconstruct)

28
New cards

Prompt engineering

Prompts act as instructions for foundation model. Focuses on developing, designing, and optimizing prompts to enhance the output

29
New cards

Prompt forms

Instructions, Context, Input data, Output indicator

30
New cards

Fine-tuning

Supervised learning process, adding specific, smaller datasets. Instruction or RLHF

Changes the model weights

31
New cards

Instruction vs RLHF fine-tuning

Using examples (prompt tuning) compared to reinforcement learning from human feedback (data)

32
New cards

RAG

retrieval-augmented generation

Supplies domain-relevant data as context to product responses based on that data.

Does not change the weights of the FM

33
New cards

Amazon Sagemaker

Fully managed ML to build, train, and deploy custom models

34
New cards

Amazon Comprehend

Natural Language Processing (NLP)

35
New cards

Amazon Translate

Language translation

36
New cards

Amazon Textract

Extracting data from scanned documents

37
New cards

Amazon Lex

Build conversational interfaces (Same DL as Alexa)

38
New cards

Amazon Polly

Text to speech

39
New cards

Amazon Transcribe

Automatic speech recognition

40
New cards

Amazon Rekognition

DL based analysing images and videos

41
New cards

Amazon Kendra

Enterprise search for websites and applications to readily find content

42
New cards

Amazon Personalize

Real time personalization and recommendations

43
New cards

AWS DeepRacer

Fully autonomous 1/18th scale race car for hands on experience with reinforcement learning

44
New cards

Amazon SageMaker JumpStart

Provides a set of solutions for the most common use cases

45
New cards

Amazon Bedrock

Fully managed service that makes FMs from Amazon and leading AI startups through an API

46
New cards

PartyRock

Hands-on experience experiementing with building AI applications

47
New cards

Amazon Q

A gen AI powered assistant designed for work that can be tailored for a business's data

48
New cards

Amazon Q Developer

Provides ML powered code recommendations to accelerate development in a variety of programming languages and applications

49
New cards

4 Benefits of AWS AI solutions

1. Accelerated development and deployment

2. Scalability and cost optimization

3. Flexibility and access to models

4. Integration with AWS tools and services

50
New cards

Cost considerations

1. Responsiveness and availability

2. Redundancy and regional coverage

3. Performance

4. Token-based pricing

5. Provisioned throughput

6. Custom models

51
New cards

Media and entertainment use cases

Content generation, VR, new generation (articles or summaries)

52
New cards

Retail use cases

Product review summaries, pricing optimization, virtual try-ons, store layout

53
New cards

Healthcare use cases

Personalize medicine, improve medical imaging

54
New cards

AWS HealthScribe

Empowers healthcare software vendors to build clinical applications

55
New cards

Life sciences use cases

Drug discovery, protein folding prediction, synthetic biology

56
New cards

Financial services use cases

Fraud detection mechanisms, portfolio management, debt collection

57
New cards

Manufacturing use cases

Predictive maintenance, process optimization, product design, material science

58
New cards

Computer Vision applications

Autonomous driving, healthcare or medical imaging, and public safety and home security

59
New cards

NLP applications

Insurance (e.g. extract policy no.s, expiration date), telecommunication (e.g. customer messages) , and education (Q&A chatbots)

60
New cards

IDP

Intelligent Document Processing

Extracts and classifies information from unstructured data, generating summaries, and providing actionable insights

61
New cards

IDP applications

Financial services, lending, legal, and healthcare

62
New cards

Fraud detection applications

Used by financial services, retail, and telecommunication

63
New cards

Types of supervised learning

Classification (Assign labels and categories to new data) and regression (Predicting continuous or numerical values)

64
New cards

Types of unsupervised learning

Clustering (Groups data based on similar features or distances) and Dimensionality reduction (reduce the amount of features or dimensions in a dataset)

65
New cards

Capabilities of Gen AI

Adaptability, responsiveness, simplicity, creativity and exploration, data efficiency, personalization, and scalability

66
New cards

Challenges of Gen AI

Regulatory violations, social risks, data security and privacy concerns, toxicity, hallucinations, interpretability, non determinism

67
New cards

Factors to Consider When Selecting a Generative AI Model

Performance requirements, constraints, capabilities, compliance, cost

68
New cards

Gen AI models

Jurassic-2, Amazon Titan, Claude, Stable Diffusion, Command, Llama

69
New cards

Responsible AI

An AI system practicing trustworthiness and transparency

70
New cards

AI bias

the model is missing important features of the datasets

71
New cards

AI variance

the model's sensitivity to fluctuations or noise in the training data

72
New cards

Overfitted

model performs well on the training data but does not perform well on the evaluation data

<p>model performs well on the training data but does not perform well on the evaluation data</p>
73
New cards

Underfitted

High bias, the model is not capturing enough difference in the features of the data

<p>High bias, the model is not capturing enough difference in the features of the data</p>
74
New cards

How to overcome bias and variance errors

Cross validation, increase data, regularization, simpler models, dimension reduction, stop training early

75
New cards

Responsible AI dimensions

1. Fairness

2. Explainability

3. Privacy and security

4. Veracity and robustness

5. Transparency

6. Governance

7. Safety

8. Controllability

76
New cards

Model Evaluation on Amazon Bedrock

Evaluate, compare, and select the best foundation model for your use case

77
New cards

Amazon SageMaker AI Clarify

Auto evaluate FMs for gen ai use cases with accuracy, robustness, and toxicity

Identifies potential bias in ML

78
New cards

Guardrails for Amazon Bedrock

Help control the interaction between users and FMs by filtering undesirable and harmful content, redacting PII

79
New cards

Amazon SageMaker Data Wrangler

Prepares and more data using web interface. Balances data through random undersampling, random oversampling, and synthetic minority oversampling Technique (SMOTE)

80
New cards

Amazon SageMaker Model Monitor

Monitors the quality of SageMaker ML models in production

81
New cards

Amazon A2I

Amazon Augmented AI

Builds the workflows required for human review of ML predictions and help ensure accurate predictions

82
New cards

Data curation

Curating datasets and ensuring it is relevant, high quality, and reliable data

Data Processing -> Data Augmentation -> Regular Auditing

83
New cards

AWS AI Service Cards

A resource to increase transparency and help customers better understand AWS AI services

84
New cards

SageMaker Model Cards

Document critical details about ML models for streamlined governance and reporting

85
New cards

SageMaker Autopilot

Uses tools provided by SageMaker AI Clarify to help provide insights into how ML models make predictions

86
New cards

Model Trade-Offs

Interpretability, Explainability, Safety, Controllability,

87
New cards

Principles of human-centered design for explainable AI

Design for amplified and unbiased decision-making, human and AI learning, reinforcement learning from human feedback

88
New cards

Amazon SageMaker Ground Truth

Incorporating human feedback across the ML lifecycle to improve model accuracy and relevancy

89
New cards

ML Development Lifecycle

Business Problem → ML Problem Framing → Data Processing → Model Development → Model Deployment → Model Monitoring → Model Retraining

90
New cards

Machine Learning Advanced Development Lifecycle

<img src="https://assets.knowt.com/user-attachments/8be998b6-2da3-4356-b6b4-36be8fa035be.png" data-width="100%" data-align="center" alt=""><p></p>
91
New cards

What happens during the Data Processing stage

Data collection, data pre-processing, and feature engineering

92
New cards

Amazon SageMaker Studio Classic

Built-in integration of Amazon EMR and AWS Glue sessions to handle data prep and ml workflows

93
New cards

Amazon SageMaker Processing API

Customers can run scripts and notebooks to process, transform, and analyse datasets

94
New cards

Amazon SageMaker Feature Store

Helps to create, share, and manage features for ML development. Features can be retrieved and enriched

95
New cards

Amazon SageMaker Canvas

Use machine learning to generate predictions without needing to write any code

96
New cards

Amazon SageMaker Experiments

Experiment with multiple combinations of data, algorithms, and parameters, all while observing the impact of incremental changes on model accuracy.

97
New cards

Amazon SageMaker Automatic Model Tuning

Uses hyperparameter tuning by running many jobs with different combinations and measuring each of them

98
New cards

Hyperparameter

A way to find the best version of your models

99
New cards

Confusion Matrix

Help classify why and how a model gets something wrong

<p>Help classify why and how a model gets something wrong</p>
100
New cards

Model Accuracy Calculation

( TP + TN ) / (TP + TN + FP + FN )