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

Gaussian models Multivariate Gaussian 또는 MVN (Multivariate Normal)은 연속적인 데이터에 대한 joint probability density function에서 사용하며, D 차원의 MVN에 대한 PDF는 다음과 같이 정의한다. $$ \mathcal N(x|{\mu,\Sigma})\triangleq\frac{1}{(2\pi)^{D/2}|\Sigma|^{1/2}}\exp\left[-\frac{1}{2}(x-\mu)^T\Sigma^{-1}(x-\mu)\right] $$ exponential 안 수식은 featrue $x$와 mean vector $\mu$ 사이의 차이를 나타내는 mahalanobis distance로, $\Sigma$에 대해 eigen dec..
study/Machine Learning
2022. 7. 2. 19:47