Skip to content

Commit

Permalink
fix(cs-math): Lindeberg CLT
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed May 1, 2024
1 parent ff60ffd commit 2663bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@
"Lighterra",
"Ligra",
"Linaria",
"lindeberg",
"linebreak",
"linecap",
"linejoin",
Expand Down
4 changes: 4 additions & 0 deletions notes/ComputerScience/Math/AIBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ $$

[![Central Limit Theorem](./figures/CentralLimitTheorem.png)](https://www.youtube.com/watch?v=zeJD6dqJ5lo)

更一般化的中心极限定理,
可参见林德伯格中心极限定理 ([Lindeberg CLT](https://en.wikipedia.org/wiki/Central_limit_theorem#Lindeberg_CLT))
etc.

## Multilayer Perceptron

![Multilayer Perceptron](./figures/MultilayerPerceptron.avif 'Multilayer Perceptron')
Expand Down

0 comments on commit 2663bb1

Please sign in to comment.