Machine learning algorithms implemented from scratch, in python.
This is an educational repository for the author's learning.
The model code is stored within src/models, with src/utils providing some utility functions. In notes/ there are Jupyter Notebooks with demos and explanations of various models.
Completed and planned models to implement:
- Decision Trees - Classification and Regression