Each node is a simple computational unit that:
- computes the weighted sum of the outputs from all the nodes it is
linked to via input links, and
- computes its current activation level as a (nonlinear) function of
this weighted sum
Next: Linear Activation Function
Up: NEURAL NETWORKS
Previous: Network Function Approximators