fix typo
This commit is contained in:
parent
844c05035f
commit
65a5db7023
@ -18,7 +18,7 @@
|
|||||||
\subsubsection{CNN}
|
\subsubsection{CNN}
|
||||||
\subsubsection{Softmax}
|
\subsubsection{Softmax}
|
||||||
|
|
||||||
The Softmax function converts $n$ numbers in a vector into a probability distribution.
|
The Softmax function converts $n$ numbers of a vector into a probability distribution.
|
||||||
Its a generalization of the Sigmoid function and often used as an Activation Layer in neural networks.
|
Its a generalization of the Sigmoid function and often used as an Activation Layer in neural networks.
|
||||||
\begin{equation}\label{eq:softmax}
|
\begin{equation}\label{eq:softmax}
|
||||||
\sigma(\mathbf{z})_j = \frac{e^{z_j}}{\sum_{k=1}^K e^{z_k}} \; for j\coloneqq\{1,\dots,K\}
|
\sigma(\mathbf{z})_j = \frac{e^{z_j}}{\sum_{k=1}^K e^{z_k}} \; for j\coloneqq\{1,\dots,K\}
|
||||||
|
Loading…
Reference in New Issue
Block a user