모든 강의내용은 김성훈 교수님의 ‘모두를 위한 딥러닝’을 기반으로 한다. In statistics, linear regression is a statistical model which estimates the linear relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). 위에 나와있는 글은 Wikipedia에 나와있는 선형회귀의 정의이다. 즉 쉽게 말하면 일종의 확률 모델인 것이다. 그 확률을 예측 하기 위하여 주어진 값들 사이에서 선형 관계를 찾아내고, weight과 bias를 도출하여 모델을 만든다. 굉장히 단순한 개념을..