신경망에서는 선형성을 피하기 위해 활성화 함수를 도입한다. 그렇다면 활성화 함수 이전에 weight 와 bias로 결정되는 는 선형함수일까 ? 문득 선형함수 같아 보이지만, 벡터를 선형으로 변환한 것 이외에 평행이동까지 하고 있는 함수를 선형함수라고 부를 수 있을까 ? 이 질문에 대한 명확한 답을 모르겠다면 아래를 보자.
Definition
We say a function is linear if (1) for any vectors and in , , and (2) for any vector in and scalar , .
Definition
We say a function is affine if there is a linear function
and a vector in such that for all in . In other words, an affine function is just a linear function plus a translation.
① From our knowledge of linear functions, it follows that if is affine, then there is an matrix and a vector in such that: for all in .
② 는 Linear function이 아닌 Affine function이다. 그럼에도 Affine function은 Linear function과 유사한 특징들을 지닌다.