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