Neural Networks - DMU

In matlab we usually call the hardlimit function hardlim. In general we can have more than one neural unit in a layer. A calculation with a two input perceptron with a single neuron. Inputs are vectors with two values . x [2 by 1 vector]. The weight matrix is . w [1 by 2] matrix. There is a [ 1 by 1] bias . b (don't worry about this for now). ................
................