02 Neural Networks Posted on January 21, 2018 by chiggs Logistic Classifier Linear Classifier: y= WX + b W= weights b= bias all scores get turned into probabilities that add to 1. Using a Soft max function.