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

Introduction Discrete classification은 크게 Discriminative approach와 Generative approach로 나뉜다. Discrimitive approach $$ p(y = c \mid x, \theta) $$ 어떠한 model $\theta$가 주어졌을 때, feature vector $x$를 통해 $y=c$인 class를 추론하는 것으로 대표적으로 Linear regression과 Logistic regression이 있다. Generative approach $$ p(y=c|x,\theta)\propto p(x|y=c,\theta)p(y=c|\theta) $$ 수식은 discrimitive approach와 같지만, 해당 식을 이용하여 바로 추론하는 것..
study/Machine Learning
2022. 6. 5. 00:21