At HSR, I'm currently enrolled in a course about neural networks and machine learning. One of the simplest forms of a neural network model is the perceptron. Background Information A perceptron classifier is a simple model of a neuron. It has different inputs ($x_1$...$x_n$) with different weights ($w_1$...$w_n$). $$s = \sum_{i=0}^n w_i \cdot x_i$$The weighted sum $s$ of these inputs is then passe