sumCrossEntropy {TeachNet} | R Documentation |
Computes the full value of the cross entropy for TeachNet
sumCrossEntropy(weights, data, h2)
weights |
current weights |
data |
data frame |
h2 |
number of neurons in second hidden layer |
Georg Steinbuss