3 Main Types of ML
Examples of Supervised ML Algorithms
Examples of Unsupervised ML Algorithms
K-Means Clustering
Examples of Reinforcement Learning Algorithms
Q-Learning
SARSA
What is Reinforcement Learning?
An agent interacts with its environment by producing actions and discovers errors or rewards
What is the field of ML about?
Parsing data, learning from data to make informed decisions about data.
Classification vs Regression
Selection bias
Recall
TP / P
Precision
TP / TP + FP
Confusion Matrix
A confusion matrix or an error matrix is a table which is used for summarizing the performance of a classification algorithm.
Inductive vs Deductive Learning
Inductive - using observations to draw conclusions
(data -> model)
Deductive - using conclusions to form observations (model to predictions)
KNN vs K-Means Clustering
Type 1 Error
False Positive
Type 2 Error
False Negative