LogSoftmax

Log softmax activation function.

For each batch i and class j we have

logsoftmax = logits - log(reduce_sum(exp(logits), axis))

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int