ddddddreamcastle / machine-learning-package-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My machine learning package

ML package for exercising and this package will implement some common algorithms without any other ml libraries such as sklean. This package are only allowed to study.


Requires

autograd pip install autograd

numpy pip install numpy

sklearn(only be used to test my code) pip install scikit-learn


Algorithms

  • linear regression

  • logistic regression

  • softmax regression

to be continued...

About


Languages

Language:Python 100.0%