Had some fun coding some known classification and regression models from scratch. Included some explanation to illustrate functionalities of each, and experiemented with different variables to illustrate characteristics
NOTE: This was done purely for the purpose of exploration so I cannot guarentee that there are 0 bugs/errors. These were also not written at a presentation-level, so stylistically it will not be the most beautiful piece of code you've ever seen.
Regression Projects include:
- Least Squares
- MAP (Poly)
- Gaussian and Sigmoid Basis Functions
- Full Bayesian Inference
- Bayesian Sequential Learning
- Predictive Distribution
- Gaussian Processes
Classification Projects include:
- Least Squares
- Predictive Distribution
- Gaussian Processes
** Might update with more algos in the future :D **