Skip to content

anhquan0412/basic_model_scratch

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published