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

https://github.com/sarckk/ml-models

Repository of machine learning model implementations
https://github.com/sarckk/ml-models

boosting cnn deep-learning gan machine-learning regression tree

Last synced: over 1 year ago
JSON representation

Repository of machine learning model implementations

Awesome Lists containing this project

README

          

Repository of machine learning model implementations for learning

### Ensembles
- AdaBoost
- Gradient Boosting

### Shallow Learning
- Softmax Regression (w/ mini-batch GD)
- Decision Tree

### Deep Learning
- AlexNet
- DCGAN