Skip to content

Commit

Permalink
20240513
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitherBoom812 committed May 13, 2024
1 parent 32431bf commit 343724c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion source/_posts/AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,25 @@ Position-wise FFN (Similar to multi convolution kernels in CNN, shared paramete

#### Positional Encoding

![1714986050538](../images/AI/1714986050538.png)
![1714986050538](../images/AI/1714986050538.png)

## Reasoning

Reasoning (Probabilistic) = Modeling + Inference

Modeling:
* Bayesian Networks
* Markov random fields

Inference:
* Elimination methods (变量消除法)
* Latent variable models (因变量模型)
* Variational methods (变分方法)
* Sampling methods (采样方法) - 难学!

### Bayesian Network

$$
p(x_1,...,x_K)=p(x_K|x_1,...,x_{K-1})\cdots p(x_2|x_1)p(x_1)
$$

2 changes: 1 addition & 1 deletion source/_posts/Antenna.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Resistance $R_r$ too small!

![1715324769403](../images/Antenna/1715324769403.png)


![1715328812089](../images/Antenna/1715328812089.png)

### Modes of Loop antennas

0 comments on commit 343724c

Please sign in to comment.