Package: neuralnetwork 0.1.0
neuralnetwork: Fast Compact Multilayer Perceptrons
A small multilayer perceptron implementation for 'R'. It supports regression and classification, multiple hidden layers, mini-batch training, Adam, SGD, momentum, Nesterov, RPROP, GRPROP and L-BFGS optimizers, dropout, L2 regularization, early stopping, convergence thresholds, gradient clipping, sample and class weights, callback hooks, target scaling and robust Huber loss for regression, 'Rcpp' forward-pass kernels, formula interfaces, model evaluation with balanced classification metrics, cross-validation, compact tuning, permutation importance, model persistence helpers, and 'S3' prediction methods. Methods follow Rumelhart, Hinton and Williams (1986) <doi:10.1038/323533a0>, with optimizers including Riedmiller and Braun (1993) <doi:10.1109/ICNN.1993.298623>, Nocedal (1980) <doi:10.1090/S0025-5718-1980-0572855-7>, and Kingma and Ba (2014) <doi:10.48550/arXiv.1412.6980>.
Authors:
neuralnetwork_0.1.0.tar.gz
neuralnetwork_0.1.0.zip(r-4.7)neuralnetwork_0.1.0.zip(r-4.6)neuralnetwork_0.1.0.zip(r-4.5)
neuralnetwork_0.1.0.tgz(r-4.6-x86_64)neuralnetwork_0.1.0.tgz(r-4.6-arm64)neuralnetwork_0.1.0.tgz(r-4.5-x86_64)neuralnetwork_0.1.0.tgz(r-4.5-arm64)
neuralnetwork_0.1.0.tar.gz(r-4.7-arm64)neuralnetwork_0.1.0.tar.gz(r-4.7-x86_64)neuralnetwork_0.1.0.tar.gz(r-4.6-arm64)neuralnetwork_0.1.0.tar.gz(r-4.6-x86_64)
neuralnetwork_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
neuralnetwork/json (API)
NEWS
| # Install 'neuralnetwork' in R: |
| install.packages('neuralnetwork', repos = c('https://trtfj.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:c8b7fa2139. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 112 | ||
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 153 | ||
| linux-release-arm64 | OK | 152 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-release-x86_64 | OK | 241 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| macos-oldrel-x86_64 | OK | 207 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 110 | ||
| windows-oldrel | OK | 102 | ||
| wasm-release | OK | 109 |
Exports:nn_class_indnn_computenn_confintnn_cvnn_evaluatenn_fitnn_generalized_weightsnn_gwplotnn_hessiannn_loadnn_multinomnn_permutation_importancenn_savenn_tunenn_which_is_max
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compact neural networks for tabular R workflows | neuralnetwork-package neuralnetwork |
| Callbacks in neuralnetwork training | neuralnetwork-callbacks |
| Compatibility helpers | nn_class_ind nn_compute nn_confint nn_generalized_weights nn_gwplot nn_hessian nn_multinom nn_which_is_max |
| Metrics used by neuralnetwork | neuralnetwork-metrics |
| neuralnetwork model objects | neuralnetwork-objects |
| Cross-validate neuralnetwork models | nn_cv |
| Evaluate a neuralnetwork model | nn_evaluate |
| Fit a small multilayer perceptron | nn_fit |
| Permutation feature importance | nn_permutation_importance |
| Save and load neuralnetwork models | nn_load nn_save |
| Tune neuralnetwork hyperparameters | nn_tune |
| Plot neuralnetwork training loss | plot.neuralnetwork |
| Predict from a neuralnetwork model | predict.neuralnetwork |
| Print a neuralnetwork model | print.neuralnetwork |
| Summarize neuralnetwork models | coef.neuralnetwork summary.neuralnetwork |
