August 7, 2019

219 words 2 mins read

anhquan0412/basic_model_scratch

anhquan0412/basic_model_scratch

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

repo name anhquan0412/basic_model_scratch
repo link https://github.com/anhquan0412/basic_model_scratch
homepage
language Jupyter Notebook
size (curr.) 34769 kB
stars (curr.) 608
created 2018-03-14
license

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

comments powered by Disqus