The R Journal: article published in 2010, volume 2:1

neuralnet: Training of Neural Networks PDF download
Frauke Günther and Stefan Fritsch , The R Journal (2010) 2:1, pages 30-38.

Artificial neural networks are applied in many situations. neuralnet is built to train multilayer perceptrons in the context of regression analyses, i.e. to approximate functional relationships between covariates and response variables. Thus, neural networks are used as extensions of generalized linear models. neuralnet is a very flexible package. The backpropagation algorithm and three versions of resilient backpropagation are implemented and it provides a custom-choice of activation and error function. An arbitrary number of covariates and response variables as well as of hidden layers can theoretically be included. The paper gives a brief introduction to multi-layer perceptrons and resilient backpropagation and demonstrates the application of neuralnet using the data set infert, which is contained in the R distribution.



@article{RJ-2010-006,
  author = {Frauke Günther and Stefan Fritsch},
  title = {{neuralnet: Training of Neural Networks}},
  year = {2010},
  journal = {{The R Journal}},
  doi = {10.32614/RJ-2010-006},
  url = {https://doi.org/10.32614/RJ-2010-006},
  pages = {30--38},
  volume = {2},
  number = {1}
}