A tool for understanding :)
For best results, use Python 3.9.
Please use python -m pip install -r requirements.txt
to install the dependencies.
In this repo, I’m implementing classic machine learning algorithms from scratch with NumPy. Here’s what we have so far:
analysis
package.models.supervised.regression.ols
and models.supervised.regression.linear_via_backprop
modules.models.unsupervised.clustering.kmeans
module.monitor.py
, to record the learning curves.gradient_descent
.