ELMR: Extreme Machine Learning (ELM)

Training and prediction functions are provided for the Extreme Learning Machine algorithm (ELM). The ELM use a Single Hidden Layer Feedforward Neural Network (SLFN) with random generated weights and no gradient-based backpropagation. The training time is very short and the online version allows to update the model using small chunk of the training set at each iteration. The only parameter to tune is the hidden layer size and the learning function.

Version: 1.0
Depends: R (≥ 3.2.2)
Published: 2015-11-28
Author: Alessio Petrozziello [aut, cre]
Maintainer: Alessio Petrozziello <alessio.petrozziello at port.ac.uk>
License: GPL-2 | GPL-3
NeedsCompilation: no
CRAN checks: ELMR results

Documentation:

Reference manual: ELMR.pdf

Downloads:

Package source: ELMR_1.0.tar.gz
Windows binaries: r-devel: ELMR_1.0.zip, r-release: ELMR_1.0.zip, r-oldrel: ELMR_1.0.zip
macOS binaries: r-release (arm64): ELMR_1.0.tgz, r-oldrel (arm64): ELMR_1.0.tgz, r-release (x86_64): ELMR_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ELMR to link to this page.