Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- CycleGAN
- 머신러닝
- DeepLearing
- GAN
- ImageCaptioning
- PRML
- AlexNet
- DeepLearning
- tensor
- 마코프부등식
- MachineLearning
- NeuralTalk
- Python
- 체비셰프부등식
- Bayes'Theorem
- TorchHub
- ResNet
- 젠센부등식
- bayes
- Bayes'Rule
- pytorch
- bayesian
- SWEA #Python #알고리즘
Archives
- Today
- Total
목록분류 전체보기 (22)
euphoriaO-O
연속형 분포
감마분포(Gamma distribution; $\Gamma(\alpha, \beta)$) $f(x) = \begin{cases} \frac{1}{\Gamma(\alpha)\beta^{\alpha}} x^{\alpha-1} e^{-x/\beta} & \mbox{00$ $\mu = \ \alpha\beta$ $\sigma^2 = \alpha\beta^2$ $M(t) = (1-\beta t)^{-\alpha} , t
Statistics/Mathematical Statistics
2020. 2. 1. 21:20
이산형 분포
베르누이 분포 (Bernoulli distribution) $p(x)=p^x(1-p)^{1-x}$, $x=0,1$, $0
Statistics/Mathematical Statistics
2020. 2. 1. 19:53
상관계수
공분산 (Covariance) $Cov(X,Y)=E[(X-\mu_1)(Y-\mu_2)]=E(XY)-\mu_1\mu_2$ 상관계수 (Correlation coefficient) $\rho=\frac{E[(X-\mu_1)(Y-\mu_2)]}{\sigma_1\sigma_2}=\frac{Cov(X,Y)}{\sigma_1\sigma_2}$ 조건부 기댓값 $E(Y|X)=\mu_2+\rho \frac{\sigma_2}{\sigma_1}(X-\mu_1)$ $E(Var(Y|X))=\sigma_2^2(1-\rho^2)$
Statistics/Mathematical Statistics
2020. 2. 1. 19:34
적률생성함수
적률생성함수 $X$를 어떤 $h>0$에 대해 $-h
Statistics/Mathematical Statistics
2020. 2. 1. 18:31