Z-Score (🚶 Logistic Regression) ==z=(∑i=1nwixi)+b== wi represents the weight (= importance) of a feature xi b is an extra bias 📖 Example: Sentiment classification Data Calculation Suppose wb=[2.5,−5.0,−1.2,0.5,2.0,0.7]=0.1 p(+∣x)=P(Y=1∣x)=σ(w⋅x+b)=σ([2.5,−5.0,−1.2,0.5,2.0,0.7]⋅[3,2,1,3,0,4.19]+0.1)=σ(.833)=0.70 🔗 Links 🚶 Logistic Regression