add third chapter

This commit is contained in:
skindhu 2024-10-27 11:21:06 +08:00
parent 89da9a5047
commit c04f7545be
1 changed files with 3 additions and 5 deletions

View File

@ -285,11 +285,9 @@ 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}}}
> > $$
>
>
> >
> >
> >