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>.
Package details |
|
---|---|
Author | Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>), Alberto Gosso [aut], Edwin de Jonge [ctb] (<https://orcid.org/0000-0002-6580-4718>, Github Contributor) |
Maintainer | Lampros Mouselimis <mouselimislampros@gmail.com> |
License | GPL (>= 2) |
Version | 1.0.4 |
URL | https://github.com/mlampros/elmNNRcpp |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.