250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Retry
- login crawling
- 유튜브 API
- GCP
- 상관관계
- spark udf
- flask
- XAI
- API
- TensorFlow
- BigQuery
- session 유지
- chatGPT
- requests
- airflow subdag
- 공분산
- integrated gradient
- API Gateway
- youtube data
- subdag
- grad-cam
- GenericGBQException
- gather_nd
- hadoop
- tensorflow text
- top_k
- UDF
- correlation
- Counterfactual Explanations
- Airflow
Archives
- Today
- Total
데이터과학 삼학년
Logistic Regression은 왜 linear classification 인가? 본문
반응형
머신러닝을 공부하다 보면 logistic regression이 왜 linear classfier라는 생각이 든다.
왜냐면 logistic regression은 아래 그림과 같이 sigmoid함수의 형태이기 때문이다.
그러나 머신러닝에서 Logistic Regression은 linear classfier로 말한다.
그 이유는 classification 모델에서는 hyperplane(즉, decision boundary를 결정하는 평면)의 formula가 선형형태냐 아니냐에 따라 linear method인지 아닌지로 구분되기 때문이다.
logistic regression의 hyperlane fomula 유도식
아래 참고 사이트에서 가져온 식이다.
간단한 개념으로 설명하자면 이진분류 문제에서
분류 결정은 오즈비가 1보다 크냐에 따라 0,1인지 결정된다.
여기에 log를 씌워 계산하다보면 aX+b > 0 라는 식이 도출되게 되고, 결국 해당 fomula가 선형식이기 때문에 logistic regression이 선형이라는 소리..!!
참조
https://homes.cs.washington.edu/~marcotcr/blog/linear-classifiers/
728x90
반응형
LIST
'Machine Learning' 카테고리의 다른 글
TensorFlow 모델 서빙 방법 (feat. ChatGPT) (0) | 2023.03.14 |
---|---|
pytorch vocab 로드시 error 처리 (‘Vocab' object has no attribute '_modules' ~) (0) | 2023.02.22 |
Graph 유형 정리 (GNN) (1) | 2022.09.23 |
Feature Selection VS Feature Extraction (0) | 2022.09.02 |
불균형 데이터분석을 위한 샘플링 기법 (0) | 2022.08.30 |
Comments