Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yaricom/mlib

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

Last synced: 11 days 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