Skip to content

ML-Org/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%