Machine learning algorithms from scratch
Why create this project?
The idea behind mla_from_scratch is to gain and demo a thorough understanding of
how a selection of machine learning algorithms work by implementing them from
scratch.
How does it compare to scikit-learn?
See here for a predictive performance comparison of mla_from_scratch with scikit-learn.