add third chapter

This commit is contained in:
skindhu 2024-10-27 11:31:59 +08:00
parent 3135e83f64
commit 01dc273247
1 changed files with 4 additions and 10 deletions

View File

@ -284,17 +284,11 @@ Sum: tensor(1.)
> >
> 1. **Softmax 的原理** > 1. **Softmax 的原理**
> >
> Softmax 函数的公式如下:g > Softmax 函数的公式如下:
> >
> \usepackage{amsmath} > ```
> > \mathop{\text{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}}}
>
> ]
>
> This is an inline formula: $E=mc^2$.
> >
> >
> >