Machine Learning Flashcards

1
Q

Type of artificial intelligence where you can write programs that learn and remember its own results without being told to do so.

A

Machine Learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Gives customers Intelligent Search

A

Amazon Kendra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Service that gives personalized information to your customers.

A

Amazon Personalize

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Service to automatically detect unexpected changes in thinks like revenue performance, customer retention and help you to identify the root causes.

A

Amazon Lookout for Metrics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Service to build accurate forecasting models

A

Amazon Forecast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Service to identify potentially fraudulent online activities

A

Amazon Fraud Detector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Service to analyze images and videos and extract meaning from them

A

Amazon Rekognition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A service to turn text into lifelike speech

A

Amazon Polly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Service to add high-quality speech-to-text translations to your applications.

A

Amazon Transcribe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Service to easily build conversational agents or chat bots

A

Amazon Lex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS Rekognition creates this from the image that you provide to it.

A

A list of items it things it thinks it can see in the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Rekognition list of items also comes with this

A

Confidence Percentage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does AWS Rekognition - Confidence Percentage work

A

Shows how confident the service is that the item is what it thinks it is.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AWS Rekognition automatically detects adult or violent content in your images through

A

Image Moderation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

AWS Rekognition can get a thorough analysis of a picture of someone’s face through

A

Facial Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

AWS Recognition can recognize celebrities via

A

Celebrity Recognition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

AWS Rekognition can help to extract text from images

A

Text Extraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

AWS feature to recognize PPE

A

Personal Protection Equipment

19
Q

Self-driving car that AWS created that is an advanced machine learning technique.

A

AWS DeepRacer

20
Q

This is an AWS DeepRacer “brain”

21
Q

Set of computer instructions

22
Q

AWS DeepRacer algorithm

A

Reward Function

23
Q

How many outputs does DeepRacer have

24
Q

How does DeepRacer Award Functions work

A

Write your algorithm to reward or calculate a higher value when car does something correctly

25
A service that uses machine learning to help review code and even help optimize your application performance.
Amazon CloudGuru
26
Amazon CodeGuru main benefits
Detects critical issues Security Vulnerabilities Hard to find bugs
27
A tool to analyze your code and help you to identify the expensive lines
Amazon CodeGuru Profiler
28
Amazon CodeGuru Profiler expensive meaning
The lines of code with the most CPU power to execute,
29
Amazon CodeGuru profiler also provides this as a way to fix expensive code
Visualization and recommendations
30
Allows you to understand run-time behavior of apps and how they interact with CPU utilization of the system they are running on and how latency may be introduced to due to poorly structured code
Amazon CodeGuru Profiler
31
Service that uses machine learning to identify critical issues and possibly hard to find bugs in your code repositories that help to improve overall quality
Amazon CodeGuru Reviewer
32
Amazon CodeGuru Reviewer detects deviations from best practices and will flag common issues that it finds and lets you
fix them before they cause more problems at a later day.
33
How does Amazon CodeGuru Reviewer do its thing
It links right into your code repository and will show you the exact lines of its advising about,
34
Issues concerning AWS best practice
AWS Best Practices
35
Issues concerning Java best practices
Java Best Practices
36
Issues with concurrency
Concurrency
37
Issues with deadlocks
deadlocks
38
Issues with resource leeks
Resource leaks
39
Issues with sensitive info leaks
Sensitive information leaks
40
Issues with bugs
Common code bugs
41
Issues with cloning
Code Cloning
42
Issues with input validation
Input Validation
43
Huge benefit of Amazon CodeGuru
It can be automated.,