ANN Perceptron simulate function.
y = ann_PERCEPTRON_run(P,w,b)
Testing input
weights for the network
bias for the network
simulated output
This funtion is a simple perceptron simulation function. Use after w and b created, either manually or by function ann_PERCEPTRON