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

Linear regression은 supervised learning에서 많이 사용되고, 앞에서 살펴보았던 kernel이나 basis expansion 등을 이용해 Non-linear relationship을 가진 model을 만들 수 있었다. 우리는 아래 수식과 같이 parameter들을 주로 Gaussian을 사용하여 modeling을 진행했었다. $$ \text{Linear regression model:}\ \ p(y\mid {x}, {\theta}) = \mathcal{N}(y\mid w^{T}x, \sigma^{2}) $$ $$ \text{Non-linear regression model:}\ \ p(y\mid {x}, {\theta}) = \mathcal{N}(y\mid w^{T}x\phi(..
study/Machine Learning
2022. 4. 28. 14:42