Hopfield Network: Computing Output Values
- Input Domain/Output range
- One-to-one correspondence from input nodes to network nodes
- Pick a random node
i:
- Add up
wij * nodej for all nodes j
- Add to the sum
inputi
- If the sum is positive,
nodei becomes active; otherwise, it becomes inactive
(next)