sumCrossEntropy {TeachNet} | R Documentation |
Sums up cross entropy
Description
Computes the full value of the cross entropy for TeachNet
Usage
sumCrossEntropy(weights, data, h2)
Arguments
weights |
current weights |
data |
data frame |
h2 |
number of neurons in second hidden layer |
Author(s)
Georg Steinbuss
See Also
[Package TeachNet version 0.7.1 Index]