AWS AI Practitioner

Flashcard Icon

Flashcard

Learn Mode Icon

Learn Mode

Match Icon

Match

Coming Soon!
Library Icon

Library

View Library
Match Icon

Create

Create More Decks
Flashcard Icon Flashcards
Flashcard Icon Flashcards
Library Icon Library
Match Icon Match (Coming Soon)

Computer Science - Software Engineering

View Results
Full Screen Icon

user_kambeorv Created by 7 mon ago

Cards in this deck(100)
What is used to generate new data that is similar to the data it was trained on?
Blur Image
What is the model or base technology used to train a large language model, such as GPT-4?
Blur Image
What type of AI is designed to generate coherent human-like text, such as GPT-4?
Blur Image
What term describes when the generated text may be different for every user that uses the same prompt?
Blur Image
What AWS service allows you to build Generative AI applications while keeping control of your own data?
Blur Image
Which companies are associated with Bedrock Foundation Models?
Blur Image
What type of models handle varied types of input and outputs?
Blur Image
What are high-performing foundation models from AWS that offer image, text, and multi-model choices?
Blur Image
What process involves adapting a copy of a foundational model with your own data by changing the weights?
Blur Image
What improves the performance of a pre-trained foundation model on domain-specific tasks using labeled examples?
Blur Image
What is the process of providing unlabeled data to continue the training of a foundation model, also known as adaptation fine-tuning?
Blur Image
What is part of instruction-based fine-tuning that includes system instructions for context and a messages array?
Blur Image
What is similar to single-turn messaging but involves multiple user/assistant interactions?
Blur Image
What are some aspects of fine-tuning a model, including cost and computational intensity?
Blur Image
What is the broader concept of re-using a pre-trained model to adapt it to a new related task?
Blur Image
What process evaluates a model for quality control using built-in tasks like text summarization and Q&A?
Blur Image
What is a curated collection of data designed specifically to evaluate the performance of language models?
Blur Image
What are some automated metrics used to evaluate foundation models?
Blur Image
What metric evaluates automatic summarization and machine translation systems by measuring matching n-grams?
Blur Image
What metric evaluates the quality of generated text, especially for translations, by looking at n-grams?
Blur Image
What metric measures semantic similarity between generated text by comparing contextual embeddings?
Blur Image
What metric evaluates how well a model predicts the next token, with lower values being better?
Blur Image
What does RAG stand for, and how does it allow a foundation model to reference external data?
Blur Image
What are the default AWS vector databases used for real-time similarity queries?
Blur Image
What AWS service is a search and analytics database that supports real-time similarity queries?
Blur Image
What type of database is Amazon DocumentDB, and what capabilities does it offer?
Blur Image
What type of database is Amazon Aurora, and what is its primary characteristic?
Blur Image
What type of database is Amazon RDS for PostgreSQL, and what is its primary characteristic?
Blur Image
What type of database is Amazon Neptune, and what is its primary use case?
Blur Image
What are some data sources for Bedrock RAG?
Blur Image
What is the process of converting raw text into a sequence of tokens?
Blur Image
What is the process of splitting text into individual words called?
Blur Image
What type of tokenization involves splitting some words into smaller units?
Blur Image
What term describes the number of tokens an LLM can consider when generating text?
Blur Image
What are vectors that capture many features for one input token, such as semantic meaning and sentiment?
Blur Image
What controls the interaction between users and Foundation Models by filtering content and removing PII?
Blur Image
What manages and carries out various multi-step tasks related to infrastructure provisioning and application deployment?
Blur Image
What is the integration that allows model invocation logging to be sent to CloudWatch and S3?
Blur Image
What are the pricing options for Bedrock, including on-demand and batch processing?
Blur Image
What are some model improvement techniques in cost order, including prompt engineering and fine-tuning?
Blur Image
What involves developing, designing, and optimizing prompts to enhance the output of Foundation Models?
Blur Image
What are the aspects of prompt engineering, including instructions and context?
Blur Image
What technique involves explicitly instructing the model on what not to include or do in its response?
Blur Image
What defines how the model should behave and reply?
Blur Image
What term describes the creativity of the model's output, ranging from 0 to 1?
Blur Image
What does Top P (0 - 1) refer to in the context of model output?
Blur Image
What limits the number of probable words considered by the model?
Blur Image
What defines the maximum length of an answer generated by the model?
Blur Image
What are tokens that signal the model to stop generating output?
Blur Image
What factors impact the prompt latency, or how fast the model responds?
Blur Image
What is the process of presenting a task to the model without providing examples or explicit training?
Blur Image
What involves providing examples of a task to the model to guide its output?
Blur Image
What involves dividing the task into a sequence of reasoning steps for more structure and coherence?
Blur Image
What simplifies and standardizes the process of generating prompts?
Blur Image
What is a fully managed Gen-AI assistant for employees based on a company's knowledge and data?
Blur Image
What connects to 40+ popular enterprise data sources like S3 and RDS?
Blur Image
What allows interaction with 3rd party services like Jira and ServiceNow?
Blur Image
What controls and customizes responses to organizational needs, similar to Bedrock guardrails?
Blur Image
What allows the creation of Gen-AI powered apps without coding using natural language?
Blur Image
What answers questions about AWS documentation and service location, integrating with IDEs like VS Code?
Blur Image
What visualizes data and creates dashboards, understanding natural language questions?
Blur Image
What provides guidance and suggestions for EC2 instance types best suited to new workloads?
Blur Image
What is a way to deploy a chatbot that knows about your AWS account, accessible from ChatBot?
Blur Image
What is an ETL service used to move data, with Q helping to answer questions and troubleshoot?
Blur Image
What is a GenAI app-building playground powered by Bedrock?
Blur Image
What are the components of AI, including data layer and application layer?
Blur Image
What is a type of AI for building methods that allow machines to learn?
Blur Image
What uses neurons and synapses to train a model, processing complex patterns in data?
Blur Image
What are the components of a neural network architecture?
Blur Image
What model processes a sentence as a whole instead of word by word, being faster and more efficient?
Blur Image
What are some machine learning terms, including GPT, BERT, and RNN?
Blur Image
What type of data includes both input features and corresponding output labels?
Blur Image
What type of data includes only input features without any output labels?
Blur Image
What type of data is organized in a structured format, often in rows and columns?
Blur Image
What type of data is arranged in a table with rows representing records and columns representing features?
Blur Image
What type of data consists of data points collected or recorded at successive points in time?
Blur Image
What type of data doesn't follow a specific structure and is often text-heavy or multimedia content?
Blur Image
What type of unstructured data includes text such as articles, social media posts, or customer reviews?
Blur Image
What type of data is in the form of images, which can vary widely in format and content?
Blur Image
What type of learning involves predicting the output for new unseen input data using labeled data?
Blur Image
What type of supervised learning is used to predict numeric values based on input data?
Blur Image
What type of supervised learning is used to predict the categorical label of input data?
Blur Image
What is the dataset used to train the model, usually comprising 60-80% of the total dataset?
Blur Image
What is the dataset used to tune model parameters and validate performance, usually around 10-20% of the total dataset?
Blur Image
What is the dataset used to evaluate the final model performance, typically 10-20% of the total dataset?
Blur Image
What is the process of using domain knowledge to select and transform raw data into meaningful features?
Blur Image
What are some feature engineering techniques, including extraction and transformation?
Blur Image
What type of learning aims to discover inherent patterns, structures, or relationships within input data?
Blur Image
What unsupervised learning technique is used to group similar data points into clusters?
Blur Image
What technique identifies associations between inputs in unsupervised learning?
Blur Image
What technique identifies data that deviates significantly from typical behavior in unsupervised learning?
Blur Image
What type of learning uses a small amount of labeled data and a large amount of unlabeled data to train systems?
Blur Image
What type of learning involves a model generating pseudo-labels for its own data without human labeling?
Blur Image
What type of ML involves an agent learning to make decisions by performing actions to maximize rewards?
Blur Image
What are some key concepts of reinforcement learning, including agent and environment?
Blur Image
What is the process of reinforcement learning, including observing the environment and updating policy?
Blur Image
What involves using human feedback to help ML models self-learn more efficiently?
Blur Image
What is the process of RLHF, including data collection and optimizing the language model?
Blur Image
What occurs when a model performs well on training data but poorly on evaluation data?
Blur Image
What occurs when a model performs poorly on training data?
Blur Image

Ask Our AI Tutor

Get Instant Help with Your Questions

Need help understanding a concept or solving a problem? Type your question below, and our AI tutor will provide a personalized answer in real-time!

How it works

  • Ask any academic question, and our AI tutor will respond instantly with explanations, solutions, or examples.
Flashcard Icon
  • Browse questions and discover topic-based flashcards
  • Practice with engaging flashcards designed for each subject
  • Strengthen memory with concise, effective learning tools