Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Extreme Learning Machine using RcppArmadillo

NotificationsYou must be signed in to change notification settings

mlampros/elmNNRcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-checkCRAN_Status_BadgeDownloadsstatus

elmNNRcpp ( Extreme Learning Machine )


TheelmNNRcpp package is a reimplementation ofelmNN usingRcppArmadillo after theelmNN package was archived. Based on the documentation of theelmNN 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 andblog-post.

To install the package from CRAN use,

install.packages("elmNNRcpp")

or download the latest version from Github using thepak package,


pak::pak('mlampros/elmNNRcpp')

Use the following link to report bugs/issues,

https://github.com/mlampros/elmNNRcpp/issues


Citation:

If you use the code of this repository in your paper or research please cite bothelmNNRcpp and theoriginal articles / softwarehttps://CRAN.R-project.org/package=elmNNRcpp:


@Manual{,title= {{elmNNRcpp}:TheExtremeLearningMachineAlgorithm},author= {LamprosMouselimis},year= {2025},note= {Rpackageversion1.0.5},url= {https://CRAN.R-project.org/package=elmNNRcpp},}

About

Extreme Learning Machine using RcppArmadillo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp