일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 c++
- pytorch
- TCP
- computervision
- SVM 이란
- Object Detection
- EfficientNet
- Faster R-CNN
- fast r-cnn
- DeepLearning
- svdd
- Deep Learning
- cnn 역사
- darknet
- support vector machine 리뷰
- cs231n lecture5
- pytorch project
- libtorch
- CS231n
- CNN
- yolo
- yolov3
- self-supervision
- SVM hard margin
- SVM margin
- 논문분석
- 데이터 전처리
- Computer Vision
- RCNN
- 서포트벡터머신이란
Archives
- Today
- Total
목록Naive Bayes Classifiers (1)
아롱이 탐험대
Naive Bayes Classifiers
Naive Bayes Classifiers 이제부터는 discrete-valued feature인 $x\in\{1,\dots,K\}^D$를 어떻게 분류할 것인지 알아보자. 어기서 $K$는 각 feature의 value 개수이고, $D$는 feature의 개수이다. 우리는 generative approach를 사용할 것이고, 이를 위해 class conditional distribution인 $p(x|y=c)$를 지정해야 한다. 가장 간단한 approach는 feature들이 주어진 class label에 대해 conditionally independent라고 가정하는 것이다. 이를 통해 class conditional density를 다음과 같이 1-D density의 곱으로 쓸 수 있다. $$ p(x|..
study/Machine Learning
2022. 6. 21. 06:26