SlideShare a Scribd company logo
1 of 43
Download to read offline
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
<@your social handle>
Generative AI on AWS
Suresh Poopandi
Sr. Solutions Architect
Amazon Web Services
Alak Eswaradass
Sr. Solutions Architect
Amazon Web Services
Agenda
Introduction to Generative AI: The what and the why
Tools for building with generative AI on AWS
How can you get started today?
3
4
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Machine learning (ML) is at an inflection point
Key drivers: Compute capacity increase | Data growth | Model sophistication
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 5
BLOOM
Question: What is generative artificial intelligence (AI)?
• Creates new content and ideas, including conversations,
stories, images, videos, and music
• Powered by large models that are pretrained on vast corpora
of data and commonly referred to as foundation models (FMs)
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Rise of foundation models
increase in size of model
as measured by number
of parameters
2019–2022
2019 2021 2022
1B
2B
3B
4B
5B
6B
YEAR
PARAMETERS
330M
175B
540B
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where does generative AI fit?
7
Artificial intelligence (AI)
Any technique that allows computers to mimic human intelligence using logic,
if-then statements, and machine learning
Machine learning (ML)
A subset of AI that uses machines to search for patterns in data to build logic
models automatically
Deep learning (DL)
A subset of ML composed of deeply multi-layered neural networks that
perform tasks like speech and image recognition
Generative AI
Powered by large models that are pretrained on vast corpora of
data and commonly referred to as foundation models (FMs)
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Common use cases
Text
generation
Q&A Paraphrase
rephrase
Code
generation
Image
generation
Image
classification
Audio
generation
Video
generation
8
Text
extraction
Search
Text
summarization
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Generative AI application examples
Technology hardware
Chip design, robotics
Media and entertainment
Video game generation, upscaling content, face
synthesis, film preservation and coloring
Healthcare
Protein folding, drug development, personalized
medicine, improved medical imaging
Communications
Chatbot, question answering, search
Automotive
Autonomous vehicles, design parts for fuel
efficiency
Energy and utilities
Design renewable energy sources optimized for
geo, predictive maintenance
Financial services
Risk management, fraud detection
Consumer goods
Optimize pricing and inventory, correctly flag
product brand and category
9
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Text examples
T R A N S C R I P T S U M M A R I Z A T I O N , T E X T S U M M A R I Z A T I O N , T E X T R E P H R A S I N G
10
Cohere’s transcript summarization API AI21 Labs’ Wordtune Read AI21 Labs’ Wordtune
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Image examples
I M A G E G E N E R A T I O N , T R A N S F O R M A T I O N , U P S C A L I N G
11
Image transformation
4x
Upscaling
Generated by Stable Diffusion 2.0
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multimodality example
P A T T E R N G E N E R A T I O N
12
LG AI Research’s Tilda, the AI artist powered by EXAONE
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Why foundation models?
13
Text generation
Summarization
Information
extraction
Q&A
Chatbot
Pretrain Adapt
Tasks
Unlabeled
data
FM
Text generation
Summarization
Information
extraction
Q&A
Chatbot
Train Deploy
Tasks
ML
models
…
…
…
…
Labeled
data
…
…
…
…
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How foundation models work
14
Unlabeled
data
Text generation
Summarization
Information extraction
Q&A
Chatbot
FM Broad range of
general tasks
Pretrain Adapt
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Types of foundation models
15
Text-to-text
Generate text from simple natural-language
prompts for various applications
Text-to-embeddings
Generate numerical representation of text
for applications like search and finding
similarities between documents
“Summarize the articles on impact
of walking on heart health”
“a photo of an astronaut
riding a horse on mars”
Multimodal
Generate and edit images from
natural-language prompts
“hand soap”
Numerical representation of
“Hand soap refills
Hand soap dispenser
Hand soap antibacterial”
“Ten thousand steps per day
is optimum for maintaining
a healthy heart”
Input Output
FM
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Security, data control, cost,
and customization concerns
Substantial undifferentiated
work needed to operationalize
Expensive, time
consuming, and requires
deep expertise
Challenges with foundation models
16
Proprietary
models
Building your own
model from scratch
Publicly
available models
16
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 17
Prompt Engineering
Anatomy of a Prompt*
* Image courtesy: Cohere.ai
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Retrieval Augmented Generation (RAG)
18
RAG combines the power of pre-trained LLMs
with information retrieval - enabling more
accurate and context-aware responses
§ Two step process:
1. Retrieve relevant information from a
knowledge base using a retriever
2. Generate a response based on
retrieved information and input query
using a generator
§ Dynamic Knowledge Integration
o RAG allows models to access and
integrate external knowledge on-the-
fly, enhancing their ability to provide
precise answers.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 19
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 20
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
Choose from a wide
selection of FMs built by
AI21 Labs, Anthropic,
Stability AI, and Amazon to
find the right model for your
use case.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 21
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
Customize FMs for your
business with just a few
labeled examples. None of
your data is used to train the
underlying models. Since all
data is encrypted and does
not leave your virtual private
cloud (VPC), you can trust
that your data will remain
private and confidential.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 22
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
Get the best price
performance for generative
AI with infrastructure
powered by AWS-designed
ML chips and NVIDIA GPUs.
Cost-effectively scale
infrastructure to train and
run FMs containing hundreds
of billions of parameters.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 23
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
Quickly integrate and deploy
FMs into your applications
and workloads running on
AWS using familiar controls
and integrations with the
depth and breadth of AWS
capabilities and services like
Amazon SageMaker and
Amazon S3.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 24
Flexibility
The most cost-
effective
infrastructure
Secure
customization
The easiest way
to build with FMs
Generative AI-
powered solutions
Why AWS for
generative AI?
With generative AI built in,
services such as Amazon
CodeWhisperer, an AI coding
companion, can help you
improve productivity. In
addition, you can deploy
common generative AI use
cases like call summarization
and question answering using
AWS sample solutions that
combine AWS AI services with
leading FMs.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Offers the broadest Generative AI Capabilities
25
AWS Generative AI
Amazon Bedrock
(Fully managed 1P & 3P FMs as API Service)
SageMaker Foundation Model Hub
(Self Managed Open Source & Custom FMs )
Amazon EC2 Trn1n
and Amazon EC2 Inf 2
Amazon CodeWhisperer
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The AWS AI/ML stack
ML FRAMEWORKS
& INFRASTRUCTURE
Managed experience for building, training, hosting and monitoring ML suitable
for Data Scientist and ML practitioners
AMAZON
SAGEMAKER
Fully managed, serverless, API level access to AI suitable for LoB buyer
organizations and app developers
AI
SERVICES
26
Broadest and most complete set of services for all personas through all layers of the stack
Self managed experience for ML experts who want to build their models
Amazon CodeWhisperer
SageMaker JumpStart
AWS
Trainium
AWS
Inferentia
Amazon
Bedrock
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 27
Amazon Bedrock
The easiest way to build and
scale generative AI
applications with FMs
NEW
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Bedrock key benefits
Enhance your data
protection using
comprehensive AWS
security capabilities
Accelerate
development of
generative AI
applications using
FMs through an API,
without managing
infrastructure
Choose FMs from
AI21 Labs, Anthropic,
Stability AI, and
Amazon to find the
right FM for your use
case
Privately customize
FMs using your
organization’s data
Use AWS tools and
capabilities that you
are familiar with to
deploy scalable,
reliable, and secure
generative AI
applications
28
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bedrock supports a wide range of foundation models
29
Titan Text Titan
Embeddings
FMs from Amazon FMs from AI21 Labs, Anthropic, and Stability AI
Jurassic-2 Claude Stable
Diffusion
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Titan Text
focused on
NLP tasks
Titan Embeddings
for enterprise tasks
such as search and
personalization
Amazon Titan
I N N O V A T E R E S P O N S I B L Y W I T H H I G H -
P E R F O R M I N G F M s F R O M A M A Z O N
30
Benefits
• Built with 20+ years of Amazon
ML experience
• Automate language tasks such as
summarization and text generation with
Amazon Titan Text FM
• Enhance search accuracy and improve
personalized recommendations with
Amazon Titan Embeddings FM
• Support responsible use of AI by reducing
inappropriate or harmful content
30
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Foundation models from top AI startups
Jurassic-2 Claude
31
Stable Diffusion
31
Multilingual LLMs for text
generation in Spanish, French,
German, Portuguese, Italian, and
Dutch
LLM for conversations, question
answering, and workflow
automation based on research
into training honest and
responsible AI systems
Generation of unique, realistic,
high-quality images, art, logos,
and designs
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Privately customize foundation models using your
organization’s data
32
Small number of labeled examples
Maximizing accuracy for specific tasks
Fine-tune
PURPOSE
DATA NEED
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 33
Amazon EC2 Trn1n and
Amazon EC2 Inf2
Purpose-built ML accelerators for
the best price performance for
training and inference in the cloud
NEW
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Purpose-built accelerators for generative AI
AWS Inferentia
Lowest cost per inference
in the cloud for running
deep learning (DL) models
Up to 70% lower
cost per inference
than comparable
Amazon EC2 instances
AWS Trainium
The most cost-efficient, high-
performance training of
LLMs and diffusion models
Up to 50% savings
on training costs
over comparable
Amazon EC2 instances
AWS Inferentia2
High performance at the
lowest cost per inference for
LLMs and diffusion models
Up to 40% better
price performance
than comparable
Amazon EC2 instances
34
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 35
Amazon CodeWhisperer
Build applications faster and
more securely with an AI coding
companion
NEW
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CodeWhisperer: Now generally available and
free to use for individual developers!
36
During preview Amazon ran a productivity challenge, and participants who used
Amazon CodeWhisperer were 27% more likely to complete tasks successfully and did
so an average of 57% faster than those who did not use CodeWhisperer.
Generate code
suggestions in real time
Scan code for hard-to-
find vulnerabilities
Flag code that resembles
open-source training
data or filter by default
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CodeWhisperer
B U I L D A P P L I C A T I O N S Q U I C K L Y W I T H Y O U R A I C O D I N G C O M P A N I O N
37
Code generation
AND
Go, Rust, PHP, Ruby, Kotlin, C, C++,
Shell scripting, SQL, and Scala
AND
CLion, GoLand, WebStorm, Rider,
PhpStorm, RubyMine, and DataGrip
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Experiment with popular
foundation models
through Amazon
SageMaker Jumpstart
38
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Publicly available
Foundation models available on SageMaker JumpStart
for self-managed access
39
Models
Cohere
generate-med
Tasks
Text generation
Information
extraction
Question
answering
Summarization
Models
Text2Image
Upscaling
Tasks
Generate
photo-realistic
images from
text input
Improve quality
of generated
images
Features
Fine-tuning on
SD 2.1 model
Models
Flan T-5 models
(8 variants)
DistilGPT2, GPT2
Bloom models
(3 variants)
Tasks
Machine
translation
Question
answering
Summarization
Annotation
Data generation
Models
AlexaTM
20B
Tasks
Machine
translation
Question
answering
Summarization
Annotation
Data generation
Models
Jurassic-1
Grande 17B
Tasks
Text generation
Long-form
generation
Summarization
Paraphrasing
Chat
Information
extraction
Question
answering
Classification
Models
Lyra-Fr
10B
Tasks
Text generation
Keyword
extraction
Information
extraction
Question
answering
Summarization
Sentiment
analysis
Classification
Proprietary models
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
3 ways to use foundation models with SageMaker
JumpStart
40
SageMaker Studio
One-step deploy
SageMaker
Notebooks
AWS Management
Console Preview
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Foundation models with SageMaker JumpStart:
How it works
41
Amazon SageMaker
JumpStart
Access and try out public and
proprietary FMs, and customize
and integrate them into your
generative AI applications
Deploy
Deploy the model
and run inference
for your generative
AI use case
Browse
Browse public
and proprietary FMs
Experiment
Experiment with FMs
before choosing a
model for deployment
Customize
Customize selected
FM with your own
dataset without
training from scratch
Start your generative AI journey today
Check out the
generative AI
webpage
Watch Werner
Vogels, AWS VP
and CTO, explain
generative AI
Read
announcement
blog post
42
Check out Image-to-
Speech generative AI
application blog post
Thank you!
Suresh Poopandi
ssurpo@amazon.com
LinkedIn https://www.linkedin.com/in/suresh-poopandi/
Alak Eswaradass
alaknan@amazon.com
LinkedIn https://www.linkedin.com/in/alaknantha/

More Related Content

What's hot

From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...Amazon Web Services Korea
 
Best Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceBest Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceKumton Suttiraksiri
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAndre Muscat
 
Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdfQualcomm Research
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesDianaGray10
 
Build and Modernize Intelligent Apps​
Build and Modernize Intelligent Apps​Build and Modernize Intelligent Apps​
Build and Modernize Intelligent Apps​Lorenzo Barbieri
 
Artificial Intelligence & Machine Learning on AWS
Artificial Intelligence & Machine Learning on AWS Artificial Intelligence & Machine Learning on AWS
Artificial Intelligence & Machine Learning on AWS Amazon Web Services
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfLiming Zhu
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬VINCI Digital - Industrial IoT (IIoT) Strategic Advisory
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAmazon Web Services
 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023CoriFaklaris1
 
Machine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerMachine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerAmazon Web Services
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGene Leybzon
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
 

What's hot (20)

From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
 
Generative AI.pptx
Generative AI.pptxGenerative AI.pptx
Generative AI.pptx
 
Best Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceBest Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI Service
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERS
 
Intro to AI & ML at Amazon
Intro to AI & ML at AmazonIntro to AI & ML at Amazon
Intro to AI & ML at Amazon
 
Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdf
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practices
 
Build and Modernize Intelligent Apps​
Build and Modernize Intelligent Apps​Build and Modernize Intelligent Apps​
Build and Modernize Intelligent Apps​
 
Artificial Intelligence & Machine Learning on AWS
Artificial Intelligence & Machine Learning on AWS Artificial Intelligence & Machine Learning on AWS
Artificial Intelligence & Machine Learning on AWS
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdf
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
 
AWS Partnership Model
AWS Partnership ModelAWS Partnership Model
AWS Partnership Model
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWS
 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023
 
Machine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerMachine Learning & Amazon SageMaker
Machine Learning & Amazon SageMaker
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First Session
 
Machine Learning on AWS
Machine Learning on AWSMachine Learning on AWS
Machine Learning on AWS
 
introduction Azure OpenAI by Usama wahab khan
introduction  Azure OpenAI by Usama wahab khanintroduction  Azure OpenAI by Usama wahab khan
introduction Azure OpenAI by Usama wahab khan
 
Azure Cost Management
Azure Cost ManagementAzure Cost Management
Azure Cost Management
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 

Similar to Generative AI on AWS: Tools and Getting Started

Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...
Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...
Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...CloudHesive
 
機器學習技術在工業應用上的最佳實務
機器學習技術在工業應用上的最佳實務機器學習技術在工業應用上的最佳實務
機器學習技術在工業應用上的最佳實務Amazon Web Services
 
Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...Amazon Web Services
 
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...AWS Chicago
 
Build Machine Learning Models with Amazon SageMaker (April 2019)
Build Machine Learning Models with Amazon SageMaker (April 2019)Build Machine Learning Models with Amazon SageMaker (April 2019)
Build Machine Learning Models with Amazon SageMaker (April 2019)Julien SIMON
 
Artificial Intelligence - Get Started - 1 episodio
Artificial Intelligence - Get Started - 1 episodioArtificial Intelligence - Get Started - 1 episodio
Artificial Intelligence - Get Started - 1 episodioAmazon Web Services
 
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...AWS Korea 금융산업팀
 
Amazon SageMaker Build, Train and Deploy Your ML Models
Amazon SageMaker Build, Train and Deploy Your ML ModelsAmazon SageMaker Build, Train and Deploy Your ML Models
Amazon SageMaker Build, Train and Deploy Your ML ModelsAWS Riyadh User Group
 
Build-Train-Deploy-Machine-Learning-Models-at-Any-Scale
Build-Train-Deploy-Machine-Learning-Models-at-Any-ScaleBuild-Train-Deploy-Machine-Learning-Models-at-Any-Scale
Build-Train-Deploy-Machine-Learning-Models-at-Any-ScaleAmazon Web Services
 
AI/ML Week: Strengthen Cybersecurity
AI/ML Week: Strengthen CybersecurityAI/ML Week: Strengthen Cybersecurity
AI/ML Week: Strengthen CybersecurityAmazon Web Services
 
AWS ReInvent 2023 Recap: AWS User GroupKolkata
AWS ReInvent 2023 Recap: AWS User GroupKolkataAWS ReInvent 2023 Recap: AWS User GroupKolkata
AWS ReInvent 2023 Recap: AWS User GroupKolkataAritra Nag
 
AWS reInvent 2023 re:Cap services Slide deck
AWS reInvent 2023 re:Cap services Slide deckAWS reInvent 2023 re:Cap services Slide deck
AWS reInvent 2023 re:Cap services Slide deckSammy Cheung
 
Artificial intelligence in actions: delivering a new experience to Formula 1 ...
Artificial intelligence in actions: delivering a new experience to Formula 1 ...Artificial intelligence in actions: delivering a new experience to Formula 1 ...
Artificial intelligence in actions: delivering a new experience to Formula 1 ...GoDataDriven
 
Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Amazon Web Services
 
Add Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI ServicesAdd Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI ServicesNicholas Walsh
 
AIM102-S_Cognizant_CognizantCognitive
AIM102-S_Cognizant_CognizantCognitiveAIM102-S_Cognizant_CognizantCognitive
AIM102-S_Cognizant_CognizantCognitivePhilipBasford
 
WhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter BotWhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter BotRandall Hunt
 
利用AWS打造一站式旅遊服務平台
利用AWS打造一站式旅遊服務平台利用AWS打造一站式旅遊服務平台
利用AWS打造一站式旅遊服務平台Amazon Web Services
 
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...Amazon Web Services
 
Become a Machine Learning Developer with AWS Services
Become a Machine Learning Developer with AWS ServicesBecome a Machine Learning Developer with AWS Services
Become a Machine Learning Developer with AWS ServicesAmazon Web Services
 

Similar to Generative AI on AWS: Tools and Getting Started (20)

Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...
Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...
Amazon Connect & AI - Shaping the Future of Customer Interactions - GenAI and...
 
機器學習技術在工業應用上的最佳實務
機器學習技術在工業應用上的最佳實務機器學習技術在工業應用上的最佳實務
機器學習技術在工業應用上的最佳實務
 
Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...
 
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
 
Build Machine Learning Models with Amazon SageMaker (April 2019)
Build Machine Learning Models with Amazon SageMaker (April 2019)Build Machine Learning Models with Amazon SageMaker (April 2019)
Build Machine Learning Models with Amazon SageMaker (April 2019)
 
Artificial Intelligence - Get Started - 1 episodio
Artificial Intelligence - Get Started - 1 episodioArtificial Intelligence - Get Started - 1 episodio
Artificial Intelligence - Get Started - 1 episodio
 
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...
[금융사를 위한 AWS Generative AI Day 2023] 1_Opening_Updates on AWS GenAI_Luke Ande...
 
Amazon SageMaker Build, Train and Deploy Your ML Models
Amazon SageMaker Build, Train and Deploy Your ML ModelsAmazon SageMaker Build, Train and Deploy Your ML Models
Amazon SageMaker Build, Train and Deploy Your ML Models
 
Build-Train-Deploy-Machine-Learning-Models-at-Any-Scale
Build-Train-Deploy-Machine-Learning-Models-at-Any-ScaleBuild-Train-Deploy-Machine-Learning-Models-at-Any-Scale
Build-Train-Deploy-Machine-Learning-Models-at-Any-Scale
 
AI/ML Week: Strengthen Cybersecurity
AI/ML Week: Strengthen CybersecurityAI/ML Week: Strengthen Cybersecurity
AI/ML Week: Strengthen Cybersecurity
 
AWS ReInvent 2023 Recap: AWS User GroupKolkata
AWS ReInvent 2023 Recap: AWS User GroupKolkataAWS ReInvent 2023 Recap: AWS User GroupKolkata
AWS ReInvent 2023 Recap: AWS User GroupKolkata
 
AWS reInvent 2023 re:Cap services Slide deck
AWS reInvent 2023 re:Cap services Slide deckAWS reInvent 2023 re:Cap services Slide deck
AWS reInvent 2023 re:Cap services Slide deck
 
Artificial intelligence in actions: delivering a new experience to Formula 1 ...
Artificial intelligence in actions: delivering a new experience to Formula 1 ...Artificial intelligence in actions: delivering a new experience to Formula 1 ...
Artificial intelligence in actions: delivering a new experience to Formula 1 ...
 
Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...
 
Add Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI ServicesAdd Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI Services
 
AIM102-S_Cognizant_CognizantCognitive
AIM102-S_Cognizant_CognizantCognitiveAIM102-S_Cognizant_CognizantCognitive
AIM102-S_Cognizant_CognizantCognitive
 
WhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter BotWhereML a Serverless ML Powered Location Guessing Twitter Bot
WhereML a Serverless ML Powered Location Guessing Twitter Bot
 
利用AWS打造一站式旅遊服務平台
利用AWS打造一站式旅遊服務平台利用AWS打造一站式旅遊服務平台
利用AWS打造一站式旅遊服務平台
 
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...
Art of the possible- Leveraging Machine Learning to Improve Forecasting and G...
 
Become a Machine Learning Developer with AWS Services
Become a Machine Learning Developer with AWS ServicesBecome a Machine Learning Developer with AWS Services
Become a Machine Learning Developer with AWS Services
 

More from AWS Chicago

AWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user groupAWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user groupAWS Chicago
 
WilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptxWilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptxAWS Chicago
 
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha DwivedulaStreamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha DwivedulaAWS Chicago
 
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptxSteve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptxAWS Chicago
 
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptxSaurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptxAWS Chicago
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfAWS Chicago
 
Ross Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptxRoss Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptxAWS Chicago
 
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdfrobsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdfAWS Chicago
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfAWS Chicago
 
Mohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptxMohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptxAWS Chicago
 
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptxNick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptxAWS Chicago
 
Pat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdfPat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdfAWS Chicago
 
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...AWS Chicago
 
MichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptxMichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptxAWS Chicago
 
Michal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdfMichal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdfAWS Chicago
 
Kamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptxKamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptxAWS Chicago
 
John Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptxJohn Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptxAWS Chicago
 
JuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptxJuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptxAWS Chicago
 
Jason Wadsworth - Serverless SaaS.pptx
Jason Wadsworth - Serverless SaaS.pptxJason Wadsworth - Serverless SaaS.pptx
Jason Wadsworth - Serverless SaaS.pptxAWS Chicago
 
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptxJoel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptxAWS Chicago
 

More from AWS Chicago (20)

AWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user groupAWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user group
 
WilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptxWilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptx
 
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha DwivedulaStreamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
 
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptxSteve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
 
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptxSaurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
 
Ross Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptxRoss Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptx
 
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdfrobsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
 
Mohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptxMohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptx
 
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptxNick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
 
Pat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdfPat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdf
 
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
 
MichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptxMichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptx
 
Michal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdfMichal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdf
 
Kamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptxKamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptx
 
John Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptxJohn Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptx
 
JuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptxJuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptx
 
Jason Wadsworth - Serverless SaaS.pptx
Jason Wadsworth - Serverless SaaS.pptxJason Wadsworth - Serverless SaaS.pptx
Jason Wadsworth - Serverless SaaS.pptx
 
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptxJoel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
 

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Generative AI on AWS: Tools and Getting Started

  • 1. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. <@your social handle>
  • 2. Generative AI on AWS Suresh Poopandi Sr. Solutions Architect Amazon Web Services Alak Eswaradass Sr. Solutions Architect Amazon Web Services
  • 3. Agenda Introduction to Generative AI: The what and the why Tools for building with generative AI on AWS How can you get started today? 3
  • 4. 4 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Machine learning (ML) is at an inflection point Key drivers: Compute capacity increase | Data growth | Model sophistication
  • 5. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 5 BLOOM Question: What is generative artificial intelligence (AI)? • Creates new content and ideas, including conversations, stories, images, videos, and music • Powered by large models that are pretrained on vast corpora of data and commonly referred to as foundation models (FMs) © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 6. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Rise of foundation models increase in size of model as measured by number of parameters 2019–2022 2019 2021 2022 1B 2B 3B 4B 5B 6B YEAR PARAMETERS 330M 175B 540B
  • 7. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where does generative AI fit? 7 Artificial intelligence (AI) Any technique that allows computers to mimic human intelligence using logic, if-then statements, and machine learning Machine learning (ML) A subset of AI that uses machines to search for patterns in data to build logic models automatically Deep learning (DL) A subset of ML composed of deeply multi-layered neural networks that perform tasks like speech and image recognition Generative AI Powered by large models that are pretrained on vast corpora of data and commonly referred to as foundation models (FMs)
  • 8. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Common use cases Text generation Q&A Paraphrase rephrase Code generation Image generation Image classification Audio generation Video generation 8 Text extraction Search Text summarization
  • 9. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generative AI application examples Technology hardware Chip design, robotics Media and entertainment Video game generation, upscaling content, face synthesis, film preservation and coloring Healthcare Protein folding, drug development, personalized medicine, improved medical imaging Communications Chatbot, question answering, search Automotive Autonomous vehicles, design parts for fuel efficiency Energy and utilities Design renewable energy sources optimized for geo, predictive maintenance Financial services Risk management, fraud detection Consumer goods Optimize pricing and inventory, correctly flag product brand and category 9
  • 10. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Text examples T R A N S C R I P T S U M M A R I Z A T I O N , T E X T S U M M A R I Z A T I O N , T E X T R E P H R A S I N G 10 Cohere’s transcript summarization API AI21 Labs’ Wordtune Read AI21 Labs’ Wordtune
  • 11. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Image examples I M A G E G E N E R A T I O N , T R A N S F O R M A T I O N , U P S C A L I N G 11 Image transformation 4x Upscaling Generated by Stable Diffusion 2.0
  • 12. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multimodality example P A T T E R N G E N E R A T I O N 12 LG AI Research’s Tilda, the AI artist powered by EXAONE
  • 13. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Why foundation models? 13 Text generation Summarization Information extraction Q&A Chatbot Pretrain Adapt Tasks Unlabeled data FM Text generation Summarization Information extraction Q&A Chatbot Train Deploy Tasks ML models … … … … Labeled data … … … …
  • 14. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. How foundation models work 14 Unlabeled data Text generation Summarization Information extraction Q&A Chatbot FM Broad range of general tasks Pretrain Adapt
  • 15. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Types of foundation models 15 Text-to-text Generate text from simple natural-language prompts for various applications Text-to-embeddings Generate numerical representation of text for applications like search and finding similarities between documents “Summarize the articles on impact of walking on heart health” “a photo of an astronaut riding a horse on mars” Multimodal Generate and edit images from natural-language prompts “hand soap” Numerical representation of “Hand soap refills Hand soap dispenser Hand soap antibacterial” “Ten thousand steps per day is optimum for maintaining a healthy heart” Input Output FM
  • 16. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security, data control, cost, and customization concerns Substantial undifferentiated work needed to operationalize Expensive, time consuming, and requires deep expertise Challenges with foundation models 16 Proprietary models Building your own model from scratch Publicly available models 16
  • 17. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 17 Prompt Engineering Anatomy of a Prompt* * Image courtesy: Cohere.ai
  • 18. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Retrieval Augmented Generation (RAG) 18 RAG combines the power of pre-trained LLMs with information retrieval - enabling more accurate and context-aware responses § Two step process: 1. Retrieve relevant information from a knowledge base using a retriever 2. Generate a response based on retrieved information and input query using a generator § Dynamic Knowledge Integration o RAG allows models to access and integrate external knowledge on-the- fly, enhancing their ability to provide precise answers.
  • 19. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 19 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI?
  • 20. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 20 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI? Choose from a wide selection of FMs built by AI21 Labs, Anthropic, Stability AI, and Amazon to find the right model for your use case.
  • 21. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 21 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI? Customize FMs for your business with just a few labeled examples. None of your data is used to train the underlying models. Since all data is encrypted and does not leave your virtual private cloud (VPC), you can trust that your data will remain private and confidential.
  • 22. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 22 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI? Get the best price performance for generative AI with infrastructure powered by AWS-designed ML chips and NVIDIA GPUs. Cost-effectively scale infrastructure to train and run FMs containing hundreds of billions of parameters.
  • 23. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 23 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI? Quickly integrate and deploy FMs into your applications and workloads running on AWS using familiar controls and integrations with the depth and breadth of AWS capabilities and services like Amazon SageMaker and Amazon S3.
  • 24. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 24 Flexibility The most cost- effective infrastructure Secure customization The easiest way to build with FMs Generative AI- powered solutions Why AWS for generative AI? With generative AI built in, services such as Amazon CodeWhisperer, an AI coding companion, can help you improve productivity. In addition, you can deploy common generative AI use cases like call summarization and question answering using AWS sample solutions that combine AWS AI services with leading FMs.
  • 25. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Offers the broadest Generative AI Capabilities 25 AWS Generative AI Amazon Bedrock (Fully managed 1P & 3P FMs as API Service) SageMaker Foundation Model Hub (Self Managed Open Source & Custom FMs ) Amazon EC2 Trn1n and Amazon EC2 Inf 2 Amazon CodeWhisperer
  • 26. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. The AWS AI/ML stack ML FRAMEWORKS & INFRASTRUCTURE Managed experience for building, training, hosting and monitoring ML suitable for Data Scientist and ML practitioners AMAZON SAGEMAKER Fully managed, serverless, API level access to AI suitable for LoB buyer organizations and app developers AI SERVICES 26 Broadest and most complete set of services for all personas through all layers of the stack Self managed experience for ML experts who want to build their models Amazon CodeWhisperer SageMaker JumpStart AWS Trainium AWS Inferentia Amazon Bedrock
  • 27. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 27 Amazon Bedrock The easiest way to build and scale generative AI applications with FMs NEW
  • 28. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Bedrock key benefits Enhance your data protection using comprehensive AWS security capabilities Accelerate development of generative AI applications using FMs through an API, without managing infrastructure Choose FMs from AI21 Labs, Anthropic, Stability AI, and Amazon to find the right FM for your use case Privately customize FMs using your organization’s data Use AWS tools and capabilities that you are familiar with to deploy scalable, reliable, and secure generative AI applications 28
  • 29. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bedrock supports a wide range of foundation models 29 Titan Text Titan Embeddings FMs from Amazon FMs from AI21 Labs, Anthropic, and Stability AI Jurassic-2 Claude Stable Diffusion
  • 30. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Titan Text focused on NLP tasks Titan Embeddings for enterprise tasks such as search and personalization Amazon Titan I N N O V A T E R E S P O N S I B L Y W I T H H I G H - P E R F O R M I N G F M s F R O M A M A Z O N 30 Benefits • Built with 20+ years of Amazon ML experience • Automate language tasks such as summarization and text generation with Amazon Titan Text FM • Enhance search accuracy and improve personalized recommendations with Amazon Titan Embeddings FM • Support responsible use of AI by reducing inappropriate or harmful content 30
  • 31. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Foundation models from top AI startups Jurassic-2 Claude 31 Stable Diffusion 31 Multilingual LLMs for text generation in Spanish, French, German, Portuguese, Italian, and Dutch LLM for conversations, question answering, and workflow automation based on research into training honest and responsible AI systems Generation of unique, realistic, high-quality images, art, logos, and designs
  • 32. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Privately customize foundation models using your organization’s data 32 Small number of labeled examples Maximizing accuracy for specific tasks Fine-tune PURPOSE DATA NEED
  • 33. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 33 Amazon EC2 Trn1n and Amazon EC2 Inf2 Purpose-built ML accelerators for the best price performance for training and inference in the cloud NEW
  • 34. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Purpose-built accelerators for generative AI AWS Inferentia Lowest cost per inference in the cloud for running deep learning (DL) models Up to 70% lower cost per inference than comparable Amazon EC2 instances AWS Trainium The most cost-efficient, high- performance training of LLMs and diffusion models Up to 50% savings on training costs over comparable Amazon EC2 instances AWS Inferentia2 High performance at the lowest cost per inference for LLMs and diffusion models Up to 40% better price performance than comparable Amazon EC2 instances 34
  • 35. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 35 Amazon CodeWhisperer Build applications faster and more securely with an AI coding companion NEW
  • 36. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CodeWhisperer: Now generally available and free to use for individual developers! 36 During preview Amazon ran a productivity challenge, and participants who used Amazon CodeWhisperer were 27% more likely to complete tasks successfully and did so an average of 57% faster than those who did not use CodeWhisperer. Generate code suggestions in real time Scan code for hard-to- find vulnerabilities Flag code that resembles open-source training data or filter by default
  • 37. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. CodeWhisperer B U I L D A P P L I C A T I O N S Q U I C K L Y W I T H Y O U R A I C O D I N G C O M P A N I O N 37 Code generation AND Go, Rust, PHP, Ruby, Kotlin, C, C++, Shell scripting, SQL, and Scala AND CLion, GoLand, WebStorm, Rider, PhpStorm, RubyMine, and DataGrip
  • 38. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Experiment with popular foundation models through Amazon SageMaker Jumpstart 38
  • 39. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Publicly available Foundation models available on SageMaker JumpStart for self-managed access 39 Models Cohere generate-med Tasks Text generation Information extraction Question answering Summarization Models Text2Image Upscaling Tasks Generate photo-realistic images from text input Improve quality of generated images Features Fine-tuning on SD 2.1 model Models Flan T-5 models (8 variants) DistilGPT2, GPT2 Bloom models (3 variants) Tasks Machine translation Question answering Summarization Annotation Data generation Models AlexaTM 20B Tasks Machine translation Question answering Summarization Annotation Data generation Models Jurassic-1 Grande 17B Tasks Text generation Long-form generation Summarization Paraphrasing Chat Information extraction Question answering Classification Models Lyra-Fr 10B Tasks Text generation Keyword extraction Information extraction Question answering Summarization Sentiment analysis Classification Proprietary models
  • 40. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 3 ways to use foundation models with SageMaker JumpStart 40 SageMaker Studio One-step deploy SageMaker Notebooks AWS Management Console Preview
  • 41. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Foundation models with SageMaker JumpStart: How it works 41 Amazon SageMaker JumpStart Access and try out public and proprietary FMs, and customize and integrate them into your generative AI applications Deploy Deploy the model and run inference for your generative AI use case Browse Browse public and proprietary FMs Experiment Experiment with FMs before choosing a model for deployment Customize Customize selected FM with your own dataset without training from scratch
  • 42. Start your generative AI journey today Check out the generative AI webpage Watch Werner Vogels, AWS VP and CTO, explain generative AI Read announcement blog post 42 Check out Image-to- Speech generative AI application blog post
  • 43. Thank you! Suresh Poopandi ssurpo@amazon.com LinkedIn https://www.linkedin.com/in/suresh-poopandi/ Alak Eswaradass alaknan@amazon.com LinkedIn https://www.linkedin.com/in/alaknantha/