Is it possible to change exponent in Softmax function (or build something similiar)

I need to use softmax function with some base of exponent other than ‘e’.
I can manually do so but am afraid it might not be numerically stable

Any simple solution to it??

okay it was me being stupid!!! :sweat_smile::stuck_out_tongue_closed_eyes:

if you want to change exponent base than e just multiple input by : ln k

1 Like