Skip to content

Commit

Permalink
updated softmax (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjoydas authored and bfortuner committed Aug 18, 2018
1 parent 143b60a commit a7679bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/activation_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Therefore, in practice the tanh non-linearity is always preferred to the sigmoid
Softmax
=======

Be the first to `contribute! <https://github.com/bfortuner/ml-cheatsheet>`__
Softmax function calculates the probabilities distribution of the event over ‘n’ different events. In general way of saying, this function will calculate the probabilities of each target class over all possible target classes. Later the calculated probabilities will be helpful for determining the target class for the given inputs.


.. rubric:: References
Expand Down

0 comments on commit a7679bd

Please sign in to comment.