일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
Tags
- Computer Vision
- yolov3
- pytorch c++
- RCNN
- libtorch
- CNN
- Deep Learning
- EfficientNet
- Faster R-CNN
- fast r-cnn
- SVM margin
- CS231n
- cs231n lecture5
- TCP
- svdd
- self-supervision
- yolo
- SVM hard margin
- 논문분석
- computervision
- Object Detection
- SVM 이란
- cnn 역사
- pytorch
- 서포트벡터머신이란
- darknet
- DeepLearning
- 데이터 전처리
- pytorch project
- support vector machine 리뷰
Archives
- Today
- Total
목록Multivariate Gaussian (1)
아롱이 탐험대

Multivariate Gaussian Multivariate이란 다차원이라는 말이다. R.V. $\text{x}$가 다차원일 때 Gaussian distribution은 아래 수식과 같이 구한다. 크게 틀은 달라지지 않는다. $\mu = \mathit{\mathbb{E}}[\text{x}] \in \mathit{\mathbb{E}}^{D}$ is the mean vector. D차원의 $\text{x}$의 평균값 $\sum = \text{cov[\text{x}]}$는 $D \times D$ 크기의 covariance matrix이다. parameter의 개수는 우리가 어떤 covariance matrix를 사용하냐에 따라 다르다. (1) Full covariance: 행렬이 대칭적이기 때문에 $\fra..
study/Machine Learning
2022. 4. 10. 20:16