Package: neuralnet 1.44.6
neuralnet: Training of Neural Networks
Training of neural networks using backpropagation, resilient backpropagation with (Riedmiller, 1994) or without weight backtracking (Riedmiller and Braun, 1993) or the modified globally convergent version by Anastasiadis et al. (2005). The package allows flexible settings through custom-choice of error and activation function. Furthermore, the calculation of generalized weights (Intrator O & Intrator N, 1993) is implemented.
Authors:
neuralnet_1.44.6.tar.gz
neuralnet_1.44.6.zip(r-4.5)neuralnet_1.44.6.zip(r-4.4)neuralnet_1.44.6.zip(r-4.3)
neuralnet_1.44.6.tgz(r-4.4-any)neuralnet_1.44.6.tgz(r-4.3-any)
neuralnet_1.44.6.tar.gz(r-4.5-noble)neuralnet_1.44.6.tar.gz(r-4.4-noble)
neuralnet_1.44.6.tgz(r-4.4-emscripten)neuralnet_1.44.6.tgz(r-4.3-emscripten)
neuralnet.pdf |neuralnet.html✨
neuralnet/json (API)
NEWS
# Install 'neuralnet' in R: |
install.packages('neuralnet', repos = c('https://bips-hb.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bips-hb/neuralnet/issues
Last updated 4 years agofrom:09815356b9. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Training of Neural Networks | neuralnet-package |
Deprecated function | compute |
Calculates confidence intervals of the weights | confidence.interval |
Plot method for generalized weights | gwplot |
Training of neural networks | neuralnet print.nn |
Plot method for neural networks | plot.nn |
Neural network prediction | predict.nn |
Summarizes the output of the neural network, the data and the fitted values of glm objects (if available) | prediction |