ELM-C-- icon indicating copy to clipboard operation
ELM-C-- copied to clipboard

Extreme Learning Machine - C++ library

ELM-C--

Extreme Learning Machine - C++ library

Implements linear ELM training and prediction facilities. Can be used both for classification and regression.

Easy to include in an existing C++ project: plug and play.

Single dependency: Eigen3

Matlab MEX interfaces for training and prediction are provided as well.