Perceptron f(x)=sign(Σiwixi+b)=sign(wTx+b) sign(x)={10x≥0otherwise computational graph Multi layer Stack multiple perceptrons \begin{align} \\& h_0 = x h1= sign(\mathbf{w_1^T}+b_1) \\ &…\\& h1= sign(\mathbf{w_{L-1}^T}+b_L) \end{align}