Hi! Warrick here.
This documents my journey to learning ML.
This will be a combination of algorithms learned from both my course work and side projects.
So far there has been 15 entries.
- Supervised and Unsupervised Learning!
-
Decision Tree + Random Forest from Scratch (Complete)
-
Linear Regression (Complete)
-
k-Nearest Neighbors (Complete)
-
Logistic Regression (Complete)
-
Naive Bayes (Complete)
-
k-Means Clustering (Complete)
-
Artificial Neural Networks (Complete)
-
Convolutional Neural Networks (Complete)
-
Encoder-Decoder Architectures (Complete)
-
RNNs, LSTMs, and GRUs (Complete)
-
Transformers (Complete)
-
GANs (Complete)
-
Graph Neural Networks (Complete)
-
Basics: State, Action, Value Functions
-
Monte Carlo Policy Evaluation
-
SARSA
-
Q-Learning
-
RL-Squared (Y. Duan et al)
-
PPO (Proximal Policy Optimization)