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).

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@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to