Superhzf / MLFromScratch

Machine learning from scratch using numpy
1 stars 0 forks source link

Machine learning from scratch

Numpy-ml from scratch. This repo aims to help myself/people understand the math behind machine learning algorithms and I will try to make the computation as efficient as possible

Implementations

Supervised Learning

Deep Learning

Unsupervised Learning

Examples

SVM

Polynomial Lasso Regression

Decision Tree for Classification

Decision Tree for Regression

Xgboost

deep learning

The result of unit test for different parts of deep learning

The warning message is due to the bug of Tensorflow

unit test page