batermj / basic_model_scratch

Implementation of some classic Machine Learning model from scratch and benchmarking against popular ML library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning from scratch!

Update: Code implementations have been moved to python module. Notebook will only show results and model comparison

To refresh my knowledge, I will attempt to implement some basic machine learning algorithms from scratch using only python and limited numpy/pandas function. My model implementations will be compared to existing models from popular ML library (sklearn)

The following notebooks uses Pytorch libraries so they are not implemented from scratch. However, I try not to use any high level Pytorch function

About

Implementation of some classic Machine Learning model from scratch and benchmarking against popular ML library


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%