Machine Learning Flashcards
What is Rekognition?
A service for finding people, text and scenes, objects in images and videos, using ML.
What are rekognition features?
facial recognition for user verification, or people counting.
create a database of familiar faces.
Face analysis (gender, age, emotions).
Content moderation. (Inappropiate, unwanted, offensive).
Text detection.
Pathing.
What is aws transcribe?
Convert speech to text
It has redact feature to remove personal info from audio to text
It has auto language identification
What is Polly?
Opposite of transcribe. Turn text into speech with deep learning.
You can customize pronunciation of certain words.
You can use the SSML language, which is for customizing how the voice will speak.
What is AWS Translate?
Translate large volumes of text efficiently.
What is Amazon LEX?
Same technology that power Alexa.
It helps you build chatbots, or call center bots.
What is amazon connect?
Its a Virtual Contact Center: Receive calls, etc.
What is amazon Comprehend?
Its for natural language processing: NLP
Serverless service, that uses ML to find stuff in text.
Stuff like language, key information, intent.
TLDR: Tries to understand the meaning of the data in processes.
What is a comprehend use case?
Analyze customer interactions, like emails, to find out what leads to positive or negative experience. For improvement.
What is comprehend medical?
NLP that analyzes unstructured medical texts and and returns useful structured info.
What is SageMaker?
Fully managed service for developer, to build machine learning models.
With SageMaker, you can train a ML model, giving it historical data, so it learns to predict outcomes when you give new data to it.
What is AWS Forecast?
Fully managed service that uses ML to deliver highly accurate forecasts of anything.
Example: Predict the future sales of a product.
What is Kendra?
ML Service to search documents.
You upload any document to kendra, it builds an index of all the data in the document, and you can ask questions to it to get answers from that data.
Similar to what google search does with the internet.
What is amazon personalize?
ML Service to make personalized recommendations based on your preferences in apps.
For example when you search something in a website like amazon.com, then it recommends you similar stuff to what you searched.
What is Textract?
Extracts text data from text, tables, or scanned documents.
For example upload a drivers license, textract will analyze it and give you the result data in a text document.