본문 바로가기
Drawing (AI)/MachineLearning

Coursera-Supervised Machine Learning: Regression and Classification (1)

by 생각하는 이상훈 2022. 7. 21.
728x90

Supervised learning

Learns from being given "right answers"

여기서 옳은 정답은 input과 그에 맞는 output label로 이루어져있다.

 

Supervised learning을 통해 만드는 application의 간단한 예시


Regression algorithm(회귀 분석)

House price prediction

 

회귀 분석을 진행하였더라도 알고리즘에 따라 직선으로 분석할 수도 있고 곡선으로 분석할 수도 있다.


Classification algorithm(분류)

Classification predict categories 카테고리화 시키는 과정이므로 regression algorithm과 달리 불연속적이다.

 

Breast cancer detection

실제 classification algorithm은 수 많은 input을 output과 연결시켜서 학습을 진행한다.

728x90