MLA-C01 Flashcards
Cert Exam Study
Before you can use auto scaling, you must have already created an Amazon SageMaker ______________.
model endpoint.
You can have multiple model _____________for the same endpoint.
versions
Amazon SageMaker ____________ provides tools to help explain how machine learning (ML) models make predictions.
Clarify
An ____________can be thought of as the answer to a Why question that helps humans understand the cause of a prediction.
explanation
On AWS, AI/ML practitioners can use Amazon Sagemaker ____________, which uses Shapley values to help answer how different variables influence model behavior.
Clarify
Debug model output tensors from machine learning training jobs in real time and detect non-converging issues using Amazon SageMaker ____________.
Debugger
___________is the extent to which you can explain the internal mechanics of an ML or deep learning system in human terms.
Explainability
Amazon SageMaker _________produces metrics that measure the predictive quality of machine learning model candidates.
Autopilot
The ratio of the number of correctly classified items to the total number of (correctly and incorrectly) classified items.
Accuracy
measures how well an algorithm predicts the true positives (TP) out of all of the positives that it identifies.
Precision
uses natural language processing (NLP) to extract insights about the content of documents. It develops insights by recognizing the entities, key phrases, language, sentiments, and other common elements in a document.
Amazon Comprehend
a text translation service that uses advanced machine learning technologies to provide high-quality translation on demand. use to translate unstructured text documents or to build applications that work in multiple languages.
Amazon Translate
a fully managed, automatic speech recognition (ASR) service that makes it easy for developers to add speech to text capabilities to their applications.
Amazon Transcribe
a cloud service that converts text into lifelike speech. You can use to develop applications that increase engagement and accessibility.
Amazon Polly
a cloud-based image and video analysis service that makes it easy to add advanced computer vision capabilities to your applications.
Amazon Rekognition
a fully managed service that uses statistical and machine learning algorithms to deliver highly accurate time-series forecasts.
Amazon Forecast
an AWS service for building conversational interfaces for applications using voice and text.
Amazon Lex
a fully managed machine learning service that uses your data to generate item recommendations for your users. It can also generate user segments based on the users’ affinity for certain items or item metadata.
Amazon Personalize
a machine learning (ML) service that automatically extracts text, handwriting, and data from scanned documents.
Amazon Textract
an intelligent search service that uses natural language processing and advanced machine learning algorithms to return specific answers to search questions from your data.
Amazon Kendra
allows you to conduct a human review of machine learning (ML) systems to guarantee precision.
Amazon Augmented AI (A2I)
uses machine learning (ML) to make it easier for customers to accurately detect anomalies in their metrics.
Amazon Lookout for Metrics
a fully managed service enabling customers to identify potentially fraudulent activities and catch more online fraud faster.
Amazon Fraud Detector
a fully managed, generative-AI powered assistant that you can configure to answer questions, provide summaries, generate content, and complete tasks based on your enterprise data.
Amazon Q Business
Amazon Polly is the Opposite of Amazon ____________.
Transcribe
______________measures how many actual positives were predicted as positive.
Recall
_____________is the harmonic mean of precision and recall.
F1-measure
It measures the ability of the model to predict a higher score for positive examples as compared to negative examples.
AUC (Area Under Curve)
_________is a method used in machine learning to reduce errors in predictive data analysis.
Boosting
____________improves machine models’ predictive accuracy and performance by converting multiple weak learners into a single strong learning model.
Boosting
____________ are data structures in machine learning that work by dividing the dataset into smaller and smaller subsets based on their features
Decision trees
Boosting creates an ____________model by combining several weak decision trees sequentially.
ensemble
In ________, data scientists improve the accuracy of weak learners by training several of them at once on multiple datasets. In contrast, boosting trains weak learners one after another.
bagging
__________is a popular and efficient open-source implementation of the gradient boosted trees algorithm.
XGBoost
___________boosting is a supervised learning algorithm that tries to accurately predict a target variable by combining multiple estimates from a set of simpler models.
Gradient
Amazon SageMaker _____________ reduces data prep time for tabular, image, and text data from weeks to minutes.
Data Wrangler
With SageMaker ________________ you can simplify data preparation and feature engineering through a visual and natural language interface.
Data Wrangler
Sagemaker ____________ a no-code ML tool that helps business analysts generate accurate ML predictions without having to write code or without requiring any ML experience.
Canvas
Amazon SageMaker ____________ is a fully managed, purpose-built repository to store, share, and manage features for machine learning (ML) models.
Feature Store
___________are inputs to ML models used during training and inference.
Features
SageMaker ____________ tags and indexes feature groups so they are easily discoverable through the visual interface of Amazon SageMaker Studio.
Feature Store
Amazon SageMaker ____________ offers the most comprehensive set of human-in-the-loop capabilities, allowing you to harness the power of human feedback across the ML lifecycle to improve the accuracy and relevancy of models.
Ground Truth
You can complete a variety of human-in-the-loop tasks with SageMaker ___________, from data generation and annotation to model review, customization, and evaluation, either through a self-service or an AWS-managed offering.
Ground Truth
SageMaker _________helps identify potential bias during data preparation without writing code.
Clarify