Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
The collection of Machine Learning related algorithms written in C++
- Host: GitHub
- URL: https://github.com/yaricom/mlib
- Owner: yaricom
- Created: 2016-05-03T16:30:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T16:38:47.000Z (over 8 years ago)
- Last Synced: 2024-11-05T15:51:49.476Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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