Tuesday, February 23, 2010

Neural Network Basic

---Input ------- Layer

It includes weight(w), sum, shift(b) and transfer function(f).



Back-Propagation (BP). Usually the output transfer function is Sigmoid function f(x)=1/(1+e^(-x))

No comments:

Post a Comment