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