[Numpy-discussion] ENH: softmax

Warren Weckesser warren.weckesser at gmail.com
Wed Mar 14 04:22:14 EDT 2018


On Wed, Mar 14, 2018 at 4:05 AM, Kulick, Johannes <jkkulick at amazon.de>
wrote:

> Hi,
>
>
>
> I regularly need the softmax function (https://en.wikipedia.org/
> wiki/Softmax_function) for my code. I have a quite efficient pure python
> implementation (credits to Nolan Conaway). I think it would be a valuable
> enhancement of the ndarray class. But since it is kind of a specialty
> function I wanted to ask you if you would consider it to be part of the
> numpy core (alongside ndarray.max and ndarray.argmax) or rather in scipy
> (e.g. scipy.stats seems also an appropriate place).
>
>

Johannes,

If the numpy devs aren't interested in adding it to numpy, I'm pretty sure
we can get it in scipy.  I've had adding it (or at least proposing that it
be added) to scipy on my to-do list for quite a while now.

Warren



>
>
> Best
>
> Johannes
>
>
>
> Amazon Development Center Germany GmbH
> Berlin - Dresden - Aachen
> main office: Krausenstr. 38, 10117 Berlin
> Geschaeftsfuehrer: Dr. Ralf Herbrich, Christian Schlaeger
> Ust-ID: DE289237879
> Eingetragen am Amtsgericht Charlottenburg HRB 149173 B
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180314/cd63d3ad/attachment.html>


More information about the NumPy-Discussion mailing list