Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guanhuawang/machinelearning

Some simple machine learning functions are implemented
https://github.com/guanhuawang/machinelearning

Last synced: 18 days ago
JSON representation

Some simple machine learning functions are implemented

Awesome Lists containing this project

README

        

# Machine Learning
Some simple machine learning functions are implemented
## DataSet
The dataset we use is MNIST and also classic Spam dataset
## Functions that we implemented
* Linear Regression
* Logistic Regression
* Back Propagation Neural Network
* Ridge Regression
* Linear & Logistic Regression with Newton method
* Least Square Classification
* Support Vector Machine (SVM)
* Decision Tree & Random Forest
* Kernel Tricks (Gaussian and Polynomial)
* Kmeans (Lloyd's algorithm)
* Priciple Component analysis (PCA) with Latent Factor Model
* MSE for joker recommendation