Get_Cost,Neural_Network,numeric-method {DamiaNN} | R Documentation |
cost
Description
get the logarithmic loss for a set of predictions
Usage
## S4 method for signature 'Neural_Network,numeric'
Get_Cost(object, target)
Arguments
object |
... a Neural_Network that has run forward_prop at least once |
target |
... a numeric vector ... the target ... |
Value
Numeric
[Package DamiaNN version 1.0.0 Index]