Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prakharchoudhary/gear-ml

A collection of various machine learning algorithms. Implemented from scratch.
https://github.com/prakharchoudhary/gear-ml

Last synced: about 1 month ago
JSON representation

A collection of various machine learning algorithms. Implemented from scratch.

Awesome Lists containing this project

README

        

# gear-ml
A collection of various machine learning algorithms.

## Algorithms
### Supervised Learning
* - [ ] Logistic Regression
* - [ ] Naive Bayes
* - [ ] Decision Trees
* - [ ] Linear Discrimant Analysis
* - [ ] Multi class LDA
* - [ ] Perceptron
* - [ ] Multilayer Perceptron
* - [ ] k Nearest Neighbours
* - [ ] Support Vector Machine
* - [ ] Regression
* - [ ] RandomForest
* - [ ] AdaBoost
* - [ ] XGboost

### Unsupervised Learning
* - [ ] Principal Component Analysis
* - [ ] K-Means Clustering
* - [ ] Gaussian Mixture Models
* - [ ] DBSCAN
* - [ ] Apriori

### Examples
Examples for all the implemented algorithms.