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