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

Introduction Probabilistic classifier의 목적은 어떠한 label에 대해 확률 적으로 추론하는 것이다. Generative approach는 $p(y,x)$의 joint model을 찾은 후, vector $x$의 조건에 따라 $p(y \mid x)$를 구했다. Discriminative approach는 $p(y \mid x)$를 바로 구하기 위해 model을 fitting 하는 과정이다. 이번 챕터에서는 parameter인 $w^{T}, x$가 linear한 discrimitive model이라는 것을 가정할 것이다. 이렇게 하면 model fitting 과정을 단순화할 수 있다. Model specification 본격적으로 logistic regression formu..
study/Machine Learning
2022. 5. 9. 21:46