add third chapter
This commit is contained in:
parent
a5ab734111
commit
f04df0ee45
|
|
@ -285,9 +285,13 @@ Sum: tensor(1.)
|
||||||
> 1. **Softmax 的原理**
|
> 1. **Softmax 的原理**
|
||||||
>
|
>
|
||||||
> Softmax 函数的公式如下:
|
> Softmax 函数的公式如下:
|
||||||
> $$
|
>
|
||||||
> \operatorname{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}
|
> $`\operatorname{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}`$
|
||||||
> $$
|
>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
>
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue