mirror of
https://github.com/skindhu/Build-A-Large-Language-Model-CN.git
synced 2026-07-29 07:10:24 +08:00
add third chapter
This commit is contained in:
@@ -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}}}
|
|
||||||
> ```
|
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user