Actions

Softmax annotated

From Algolit

Revision as of 14:25, 25 October 2017 by Manetta (talk | contribs) (Created page with "{| |- | Type: || Algolit extension |- | Datasets: || none |- | Technique: || softmax function |- | Developed by: || Algolit |} '''''Softmax annotated''''' is a annotated scri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Type: Algolit extension
Datasets: none
Technique: softmax function
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.