AI/machine-learning1 [Activation Function] 1. Sigmoid 1. Sigmoid logit(P)=lnp1−p=f(x) p1−p=ef(x),p=ef(x)(1−p),p=ef(x)−pef(x),p(1+ef(x))=ef(x) p=ef(x)1+ef(x)=11+e−f(x) 위 함수를 로지스틱 시그모이드(Logistic sigmoid function)이라고 하며, 줄여서 시그모이드 함수(sgimoid function)이라고 한다. 여기서 $f(x)$에 회귀 분석과 같은 함수 식을 넣으면, 로지스틱 회귀 모델(Logistic Regression Function)이 된다. $$ f(x) = w^Tx = w_0x_0 + w_1.. 2023. 2. 20. 이전 1 다음