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