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