add third chapter

This commit is contained in:
skindhu
2024-10-27 11:18:51 +08:00
parent f04df0ee45
commit 89da9a5047

View File

@@ -286,7 +286,7 @@ Sum: tensor(1.)
>
> 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}}}$
>
>
>