Machine Learning Basics Flashcards
https://explore.skillbuilder.aws/learn/course/118/play/55495/aws-foundations-machine-learning-basics
A Model
A trained algorithm which is used to identify patterns in your data and does not require explicit manually set rules.
Weight
How much does that feature affect the accuracy of the prediction?
Sample Formula
(a0x0) + (a1x1) + (a2x2) + … = ?
> 1 = recommendation
Supervised Learning
Learn by identifying patterns in data that’s already been labeled.
Types of Supervised Learning
1) Classification
1a) Binary classification (Yes, No)
1b) Multiclass classification (IT Support, Returns, Accounting)
2) Regression (x -> 113 to 127)
Regression
Continuous value like an integer
I.E. Stock Price
Unsupervised
The machine has to uncover and create the labels itself.
Example: Clustering data.
Unsupervised Use Case
Anomalies.
Are anomalies the result of outliers or indicators of hardware failure.
Reinforcement Learning
Action & Reward/Penalty
Deep Learning
Subset of Machine Learning
Artificial neural networks
Chess examples of AI/ML/DL
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
Artificial Neural Networks
The way in which tasks are learned.
ImageNet Large Scale Visual Recognition Challenge
https://www.image-net.org/challenges/LSVRC/
Computer defeated human in 2015.