Amazon Bedrock and Generative AI Flashcards
What is Generative AI?
A subset of deep learning that generates new data similar to its training data.
What types of data can Generative AI be trained on?
Text, images, audio, code, video, and more.
What is a foundation model?
A large, general-purpose AI model trained on massive amounts of data for a variety of tasks.
Name a few companies that create foundation models.
OpenAI, Meta, Amazon, Google, Anthropic.
What is an example of an open-source foundation model?
Meta’s LLaMA, Google’s BERT.
What is an LLM?
A Large Language Model trained to understand and generate human-like text.
How are LLMs trained?
On massive text datasets like books, websites, articles.
What does non-deterministic output mean in LLMs?
Same prompt can produce different outputs due to probabilistic word generation.
Why is LLM output non-deterministic?
It selects next words based on probability distributions, not fixed rules.
What are some tasks LLMs can perform?
Translation, summarization, Q&A, content generation.
How do diffusion models generate images?
By reversing a process that gradually adds noise to images.
What is forward diffusion?
A process where noise is added to an image over time until it’s unrecognizable.
What is reverse diffusion?
The process of removing noise step-by-step to generate an image from random noise.
What is Stable Diffusion?
A model/company using diffusion methods to generate images from text or other images.
Can Gen AI generate text from images?
Yes, it can analyze an image and generate descriptive text or answer questions.
What is Amazon Bedrock?
A fully managed AWS service to build and scale generative AI applications using various foundation models.
Does your data leave your AWS account when using Bedrock?
No, all operations occur within your AWS account; data stays private.
What is the pricing model of Amazon Bedrock?
Pay-per-use.
What is meant by ‘unified API’ in Bedrock?
A standardized interface to access all supported foundation models, simplifying integration.
What companies provide models on Amazon Bedrock?
AI21 Labs, Cohere, Stability.ai, Amazon, Anthropic, Meta, Mistral AI, and more.
Can you fine-tune foundation models on Amazon Bedrock?
Yes, using your own data, within your own account.
Does fine-tuning share your data with the model provider?
No, your data is never sent back to the model provider.
What is the Amazon Bedrock Playground?
An interactive interface to experiment with foundation models by submitting prompts.
What advanced features does Amazon Bedrock offer?
RAG (Retrieval-Augmented Generation), LLM agents, knowledge bases, security, and responsible AI features.