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