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++
- Host: GitHub
- URL: https://github.com/yaricom/mlib
- Owner: yaricom
- Created: 2016-05-03T16:30:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T16:38:47.000Z (over 9 years ago)
- Last Synced: 2025-02-15T04:45:08.707Z (8 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