Express a softmax with a temperature parameter - wolfma61/CNTK GitHub Wiki

A temperature softmax is very easy in BrainScript

TemperatureSoftmax (z, T) = Softmax (z / Constant (T))