add third chapter
This commit is contained in:
parent
01dc273247
commit
40b650bc71
|
|
@ -286,9 +286,7 @@ Sum: tensor(1.)
|
|||
>
|
||||
> Softmax 函数的公式如下:
|
||||
>
|
||||
> ```
|
||||
> \mathop{\text{softmax}}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}
|
||||
> ```
|
||||
> $$ \text{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}} $$
|
||||
>
|
||||
>
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue