TeachNet-package {TeachNet} | R Documentation |
Fit neural networks with up to 2 hidden layers and one output neuron
Description
Can fit neural networks with up to two hidden layers and two different error functions. But just able to compute one output neuron. Also able to handle a weight decay.
Details
Package: | TeachNet |
Type: | Package |
Version: | 0.7 |
Date: | 2013-11-20 |
License: | GPL (>= 2) |
The function TeachNet trains the neural network and also does some testing at the end. It's also possible to get the final weights returned. In the beginning the weights are initialized with a standard normal distribution. But this package is due to its very slow code just to understand the backpropagation algorithm. A good package for real training of neural networks is for example 'nnet'.
Author(s)
Georg Steinbuss
Maintainer: Who to complain to <gspam@steinbuss.de>
References
Predicting credit default using neural networks, Georg Steinbuss 2013
[Package TeachNet version 0.7.1 Index]