Actions

Softmax annotated

From Algolit

Revision as of 14:26, 25 October 2017 by Manetta (talk | contribs)
Type: Algolit extension
Technique(s): mathematics, softmax function, python
Developed by: Algolit

Softmax annotated is a annotated script of a softmax function written in python. The basis of the code is found at the Softmax function page on the English Wikipedia. This script was part of proces to get a better understanding of the mathematics behind neural networks. The softmax function is often used as the last node in a neural network, to normalize a list of input values.