Package: RWNN 0.4.1
RWNN: Random Weight Neural Networks
Creation, estimation, and prediction of random weight neural networks (RWNN), Schmidt et al. (1992) <doi:10.1109/ICPR.1992.201708>, including popular variants like extreme learning machines, Huang et al. (2006) <doi:10.1016/j.neucom.2005.12.126>, sparse RWNN, Zhang et al. (2019) <doi:10.1016/j.neunet.2019.01.007>, and deep RWNN, Henríquez et al. (2018) <doi:10.1109/IJCNN.2018.8489703>. It further allows for the creation of ensemble RWNNs like bagging RWNN, Sui et al. (2021) <doi:10.1109/ECCE47101.2021.9595113>, boosting RWNN, stacking RWNN, and ensemble deep RWNN, Shi et al. (2021) <doi:10.1016/j.patcog.2021.107978>.
Authors:
RWNN_0.4.1.tar.gz
RWNN_0.4.1.zip(r-4.7)RWNN_0.4.1.zip(r-4.6)RWNN_0.4.1.zip(r-4.5)
RWNN_0.4.1.tgz(r-4.6-x86_64)RWNN_0.4.1.tgz(r-4.6-arm64)RWNN_0.4.1.tgz(r-4.5-x86_64)RWNN_0.4.1.tgz(r-4.5-arm64)
RWNN_0.4.1.tar.gz(r-4.7-arm64)RWNN_0.4.1.tar.gz(r-4.7-x86_64)RWNN_0.4.1.tar.gz(r-4.6-arm64)RWNN_0.4.1.tar.gz(r-4.6-x86_64)
RWNN_0.4.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RWNN/json (API)
| # Install 'RWNN' in R: |
| install.packages('RWNN', repos = c('https://svilsen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/svilsen/rwnn/issues
- example_data - Example data
Last updated from:8f1a3fff90. Checks:11 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 136 | ||
| linux-devel-x86_64 | ERROR | 137 | ||
| source / vignettes | OK | 233 | ||
| linux-release-arm64 | ERROR | 126 | ||
| linux-release-x86_64 | ERROR | 129 | ||
| macos-release-arm64 | ERROR | 136 | ||
| macos-release-x86_64 | ERROR | 224 | ||
| macos-oldrel-arm64 | ERROR | 141 | ||
| macos-oldrel-x86_64 | ERROR | 268 | ||
| windows-devel | ERROR | 149 | ||
| windows-release | ERROR | 149 | ||
| windows-oldrel | ERROR | 139 | ||
| wasm-release | OK | 124 |
Exports:ae_rwnnbag_rwnnboost_rwnnclassifycontrol_rwnned_rwnnreduce_networkrwnnstack_rwnn
Dependencies:quadprograndtoolboxRcppRcppArmadillorngWELL
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Auto-encoder pre-trained random weight neural networks | ae_rwnn ae_rwnn.formula |
| Bagging random weight neural networks | bag_rwnn bag_rwnn.formula |
| Boosting random weight neural networks | boost_rwnn boost_rwnn.formula |
| Classifier | classify |
| rwnn control function | control_rwnn |
| Ensemble deep random weight neural networks | ed_rwnn ed_rwnn.formula |
| An ERWNN-object | ERWNN-object |
| Example data | example_data |
| Predicting targets of an ERWNN-object | predict.ERWNN |
| Predicting targets of an RWNN-object | predict.RWNN |
| Reduce the weights of a random weight neural network. | reduce_network reduce_network.ERWNN reduce_network.RWNN |
| Random weight neural networks | rwnn rwnn.formula |
| An RWNN-object | RWNN-object |
| Stacking random weight neural networks | stack_rwnn stack_rwnn.formula |
