SageMaker Algorithms Flashcards
Predict if an item belongs to a category: an email spam filter
Factorization Machines, K-Nearest Neighbors (k-NN), Linear Learner, XGBoost with Amazon SageMaker
Predict a numeric/continuous value: estimate the value of a house
Factorization Machines, K-Nearest Neighbors (k-NN), Linear Learner, XGBoost with Amazon SageMaker
Based on historical data for a behavior, predict future behavior: predict sales on a new product based on previous sales data.
SageMaker DeepAR
Improve the data embeddings of the high-dimensional objects: identify duplicate support tickets or find the correct routing based on similarity of text in the tickets
Object2Vec Algorithm
Drop those columns from a dataset that have a weak relation with the label/target variable: the color of a car when predicting its mileage.
Principal Component Analysis (PCA) Algorithm
Detect abnormal behavior in application: spot when an IoT sensor is sending abnormal readings
Random Cut Forest (RCF) Algorithm
Protect your application from suspicious users: detect if an IP address accessing a service might be from a bad actor
IP Insights
Group similar objects/data together: find high-, medium-, and low-spending customers from their transaction histories
K-Means Algorithm
Organize a set of documents into topics (not known in advance): tag a document as belonging to a medical category based on the terms used in the document.
Latent Dirichlet Allocation (LDA) Algorithm, Neural Topic Model (NTM) Algorithm
Assign pre-defined categories to documents in a corpus: categorize books in a library into academic disciplines
BlazingText algorithm, Text Classification - TensorFlow
Convert text from one language to other: Spanish to English
Sequence-to-Sequence Algorithm
Summarize a long text corpus: an abstract for a research paper
Sequence-to-Sequence Algorithm
Convert audio files to text: transcribe call center conversations for further analysis
Sequence-to-Sequence Algorithm
Label/tag an image based on the content of the image: alerts about adult content in an image
Image Classification - MXNet
Classify something in an image using transfer learning.
Image Classification - TensorFlow