Machine Learning Basics Flashcards

https://explore.skillbuilder.aws/learn/course/118/play/55495/aws-foundations-machine-learning-basics

1
Q

A Model

A

A trained algorithm which is used to identify patterns in your data and does not require explicit manually set rules.

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

Weight

A

How much does that feature affect the accuracy of the prediction?

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

Sample Formula

A

(a0x0) + (a1x1) + (a2x2) + … = ?
> 1 = recommendation

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

Supervised Learning

A

Learn by identifying patterns in data that’s already been labeled.

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

Types of Supervised Learning

A

1) Classification
1a) Binary classification (Yes, No)
1b) Multiclass classification (IT Support, Returns, Accounting)
2) Regression (x -> 113 to 127)

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

Regression

A

Continuous value like an integer
I.E. Stock Price

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

Unsupervised

A

The machine has to uncover and create the labels itself.

Example: Clustering data.

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

Unsupervised Use Case

A

Anomalies.

Are anomalies the result of outliers or indicators of hardware failure.

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

Reinforcement Learning

A

Action & Reward/Penalty

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

Deep Learning

A

Subset of Machine Learning

Artificial neural networks

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

Chess examples of AI/ML/DL

A

AI: Machines that can play chess based on rules

ML: Machines learn to play chess from analyzing past chess games played by humans.

DL: Machines that can learn to play chess by playing against themselves

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

Artificial Neural Networks

A

The way in which tasks are learned.

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

ImageNet Large Scale Visual Recognition Challenge

A

https://www.image-net.org/challenges/LSVRC/

Computer defeated human in 2015.

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