Skip to content

yaricom/mlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages