Skip to content

Express a softmax with a temperature parameter

Nikos Karampatziakis edited this page Aug 19, 2016 · 1 revision

A temperature softmax is very easy in BrainScript

TemperatureSoftmax (z, T) = Softmax (z / Constant (T))
Clone this wiki locally