Package: RWNN Type: Package Title: Random Weight Neural Networks Version: 0.4.1 Date: 2025-01-03 Authors@R: person(given = c("Søren", "B."), family = "Vilsen", role = c("aut", "cre"), email = "svilsen@math.aau.dk") Description: Creation, estimation, and prediction of random weight neural networks (RWNN), Schmidt et al. (1992) , including popular variants like extreme learning machines, Huang et al. (2006) , sparse RWNN, Zhang et al. (2019) , and deep RWNN, Henríquez et al. (2018) . It further allows for the creation of ensemble RWNNs like bagging RWNN, Sui et al. (2021) , boosting RWNN, stacking RWNN, and ensemble deep RWNN, Shi et al. (2021) . License: MIT + file LICENSE Imports: methods, quadprog, randtoolbox, Rcpp (>= 1.0.4.6), stats, utils LinkingTo: Rcpp, RcppArmadillo Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: tinytest Depends: R (>= 4.1.0) LazyData: true Repository: https://svilsen.r-universe.dev Date/Publication: 2025-02-21 23:53:16 UTC RemoteUrl: https://github.com/svilsen/rwnn RemoteRef: HEAD RemoteSha: 8f1a3fff905fc006a4c380c588b5e6ba8bbc3610 NeedsCompilation: yes Packaged: 2026-07-07 05:50:13 UTC; root Author: Søren B. Vilsen [aut, cre] Maintainer: Søren B. Vilsen