The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The elmNNRcpp package is a reimplementation of
elmNN using RcppArmadillo after the elmNN package
was archived. Based on the documentation of the elmNN it
consists of, “Training and predict functions for SLFN ( Single
Hidden-layer Feedforward Neural Networks ) using the 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.”. More
details can be found in the package Documentation, Vignette and blog-post.
To install the package from CRAN use,
install.packages("elmNNRcpp")
and to download the latest version from Github use the
install_github function of the devtools package,
::install_github('mlampros/elmNNRcpp')
remotes
Use the following link to report bugs/issues,
https://github.com/mlampros/elmNNRcpp/issues
If you use the code of this repository in your paper or research
please cite both elmNNRcpp and the original
articles / software
https://CRAN.R-project.org/package=elmNNRcpp
:
@Manual{,
= {{elmNNRcpp}: The Extreme Learning Machine Algorithm},
title = {Lampros Mouselimis},
author = {2022},
year = {R package version 1.0.4},
note = {https://CRAN.R-project.org/package=elmNNRcpp},
url }
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.