[ML] Perceptron

linear discriminant functions for classification (분류를 위한 선형 판별식)

144_1
g(x) = w0 + d∑wixi
W0=bias wi = i번째 weight vector(가중치 벡터) xi = i번쩨 attribute (특성벡터) 벡터 x = [1,x1, ...xd]^T , 벡터 w = [w0, w1, ... wd]^T 라 하면
g(x) = w^Tx 로 표현할 수 있다.

Continue reading

Pagination


© 2020. by berrrrr

Powered by berrrrr