Since the invlogit is already available from pm.math, maybe it would make sense to add the softmax as well, since it is the generalization of the invlogit for more than 2 variables.
Personally, it's one of the most common functions I use, and many times the sole reason I have to import theano.tensor.
What do you think?
Since the invlogit is already available from pm.math, maybe it would make sense to add the softmax as well, since it is the generalization of the invlogit for more than 2 variables.
Personally, it's one of the most common functions I use, and many times the sole reason I have to import theano.tensor.
What do you think?