nnn-차원 공간에서 정의된 (n−1)(n-1)(n−1)-차원 초평면

xor로는 퍼셉트론 불가

why? 선형 분리 불가 (한 줄로 두 클래스를 나눌 수 없음)

image.png

그래서 2^(2*2) - 2개의 함수만 표현 가능 (xor, xnor 제외)

4개의 조합에 대해 0 또는 1의 출력을 결정하므로 2^(2^2)

Rosenblatt’s Perceptron Learning Algorithm

image.png

image.png

Perceptron Convergence Theorem (Novikoff)

The perceptron algorithm is guaranteed to terminate after a bounded number t of weight updates with a weight vector w*

Limitations of Perceptrons

테일러 급수

Gradient descent/ascent

Learning Linear Functions

image.png