add third chapter

This commit is contained in:
skindhu 2024-10-27 11:33:40 +08:00
parent 01dc273247
commit 40b650bc71
1 changed files with 1 additions and 3 deletions

View File

@ -286,9 +286,7 @@ Sum: tensor(1.)
> >
> Softmax 函数的公式如下: > Softmax 函数的公式如下:
> >
> ``` > $$ \text{softmax}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}} $$
> \mathop{\text{softmax}}\left(z_{i}\right)=\frac{e^{z_{i}}}{\sum_{j} e^{z_{j}}}
> ```
> >
> >
> >