Demos
Demos of neat algorithms or ideas I coded up myself.
Check out my GitHub for more.
Naïve Bayes Classifier from Scratch
[GitHub] [Interactive Colab Notebook]
MLP Neural Network, Backprop, Gradient Descent, from Scratch
[GitHub]
k-means clustering from Scratch
[GitHub] [Interactive Colab Notebook]
Gaussian Processes from Scratch
[GitHub] [Interactive Colab Notebook]
SVM from Scratch
[GitHub] [Interactive Colab Notebook]