CRAN/E | elmNNRcpp

elmNNRcpp

The Extreme Learning Machine Algorithm

Installation

About

Training and predict functions for Single Hidden-layer Feedforward Neural Networks (SLFN) using the Extreme Learning Machine (ELM) algorithm. The ELM algorithm differs from the traditional gradient-based algorithms for very short training times (it doesn't need any iterative tuning, this makes learning time very fast) and there is no need to set any other parameters like learning rate, momentum, epochs, etc. This is a reimplementation of the 'elmNN' package using 'RcppArmadillo' after the 'elmNN' package was archived. For more information, see "Extreme learning machine: Theory and applications" by Guang-Bin Huang, Qin-Yu Zhu, Chee-Kheong Siew (2006), Elsevier B.V, doi:10.1016/j.neucom.2005.12.126.

Citation elmNNRcpp citation info
github.com/mlampros/elmNNRcpp
Bug report File report

Key Metrics

Version 1.0.4
R ≥ 3.0.2
Published 2022-01-28 822 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks elmNNRcpp results

Downloads

Yesterday 18 0%
Last 7 days 176 -18%
Last 30 days 623 +11%
Last 90 days 1.643 -3%
Last 365 days 6.482 -9%

Maintainer

Maintainer

Lampros Mouselimis

mouselimislampros@gmail.com

Authors

Lampros Mouselimis

aut / cre

Alberto Gosso

aut

Edwin de Jonge

ctb

(Github Contributor)

Material

README
NEWS
Reference manual
Package source

Vignettes

Extreme Learning Machine

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

elmNNRcpp archive

Depends

R ≥ 3.0.2
KernelKnn

Imports

Rcpp ≥ 0.12.17

Suggests

testthat
covr
knitr
rmarkdown

LinkingTo

Rcpp
RcppArmadillo ≥ 0.8

Reverse Imports

TSPred