Activations

Output Activations

NeuralVerifier.Encoding.softmaxMethod
softmax(x::Array)

Apply the softmax operation. As we do not require the gradients, this is simply checking if each input is_argmax, if true, return the index label.

source