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

https://github.com/yaricom/mlib

The collection of Machine Learning related algorithms written in C++
https://github.com/yaricom/mlib

Last synced: 6 months ago
JSON representation

The collection of Machine Learning related algorithms written in C++

Awesome Lists containing this project

README

          

## Overview

The collection of Machine Learning related algorithms implementations written in C++.

Includes:
- Random forest regression/classification
- Gradient boosting tree regression/classification
- Ridge regression
- Preprocession for features normalization and dimensions reduction
- Collection of estimators (port from 'Weka' Java library)
- Basic linear algebra routines (Matrix)
- Few statistical methods