add third chapter
This commit is contained in:
parent
0f998bc2f3
commit
3135e83f64
|
|
@ -284,11 +284,15 @@ Sum: tensor(1.)
|
||||||
>
|
>
|
||||||
> 1. **Softmax 的原理**
|
> 1. **Softmax 的原理**
|
||||||
>
|
>
|
||||||
> Softmax 函数的公式如下: $\operatorname{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}$
|
> Softmax 函数的公式如下:g
|
||||||
>
|
>
|
||||||
>
|
> \usepackage{amsmath}
|
||||||
>
|
>
|
||||||
> g
|
> [
|
||||||
|
>
|
||||||
|
> \operatorname{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}
|
||||||
|
>
|
||||||
|
> ]
|
||||||
>
|
>
|
||||||
> This is an inline formula: $E=mc^2$.
|
> This is an inline formula: $E=mc^2$.
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue