1 / 17

The Hopfield Network

The Hopfield Network. The nodes of a Hopfield network can be updated synchronously or asynchronously. Synchronous updating means that at time step (t+1) every neuron is updated based on the network state at time step t.

gardnerd
Download Presentation

The Hopfield Network

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Hopfield Network • The nodes of a Hopfield network can be updated synchronously or asynchronously. • Synchronous updating means that at time step (t+1) every neuron is updated based on the network state at time step t. • In asynchronous updating, a random node k1 is picked and updated, then a random node k2 is picked and updated (already using the new value of k1), and so on. • The synchronous mode can be problematic because it may never lead to a stable network state. Neural Networks Lecture 21: Hopfield Network Convergence

  2. Asynchronous Hopfield Network • Current network state O, attractors (stored patterns) X and Y: X O Y Neural Networks Lecture 21: Hopfield Network Convergence

  3. Asynchronous Hopfield Network • After first update, this could happen: X Y O Neural Networks Lecture 21: Hopfield Network Convergence

  4. Asynchronous Hopfield Network • … or this: X O Y Neural Networks Lecture 21: Hopfield Network Convergence

  5. Synchronous Hopfield Network • What happens for synchronous updating? X O Y Neural Networks Lecture 21: Hopfield Network Convergence

  6. Synchronous Hopfield Network • Something like shown below. And then? X O Y Neural Networks Lecture 21: Hopfield Network Convergence

  7. Synchronous Hopfield Network • The network may oscillate between these two states forever. X O Y Neural Networks Lecture 21: Hopfield Network Convergence

  8. The Hopfield Network • The previous illustration shows that the synchronous updating rule may never lead to a stable network state. • However, is the asynchronous updating rule guaranteed to reach such a state within a finite number of iterations? • To find out about this, we have to characterize the effect of the network dynamics more precisely. • In order to do so, we need to introduce an energy function. Neural Networks Lecture 21: Hopfield Network Convergence

  9. The Energy Function • Updating rule (as used in the textbook): Often, Neural Networks Lecture 21: Hopfield Network Convergence

  10. The Energy Function • Given the way we determine the weight matrix W (but also for iterative learning methods) , we expect the weight from node j to node l to be proportional to: for P stored input patterns. In other words, if two units are often active (+1) or inactive (-1) together in the given input patterns, we expect them to be connected by large, positive weights. If one of them is active whenever the other one is not, we expect large, negative weights between them. Neural Networks Lecture 21: Hopfield Network Convergence

  11. The Energy Function • Since the above formula applies to all weights in the network, we expect the following expression to be positive and large for each stored pattern (attractor pattern): We would still expect a large, positive value for those input patterns that are very similar to any of the attractor patterns. The lower the similarity, the lower is the value of this expression that we expect to find. Neural Networks Lecture 21: Hopfield Network Convergence

  12. The Energy Function • This motivates the following approach to an energy function, which we want to decrease with greater similarity of the network’s current activation pattern to any of the attractor patterns (similar to the error function in the BPN): If the value of this expression is minimized (possibly by some form of gradient descent along activation patterns), the resulting activation pattern will be close to one of the attractors. Neural Networks Lecture 21: Hopfield Network Convergence

  13. The Energy Function • However, we do not want the activation pattern to arbitrarily reach one of the attractor patterns. • Instead, we would like the final activation pattern to be the attractor that is most similar to the initial input to the network. • We can achieve this by adding a term that penalizes deviation of the current activation pattern from the initial input. • The resulting energy function has the following form: Neural Networks Lecture 21: Hopfield Network Convergence

  14. The Energy Function • How does this network energy change with every application of the asynchronous updating rule? When updating node k, xj(t+1)=xj(t) for every node jk: Neural Networks Lecture 21: Hopfield Network Convergence

  15. The Energy Function • Since wk,j = wj,k, if we set a = 0.5 and b = 1 we get: This means that in order to reduce energy, the k-th node should change its state if and only if In other words, the state of a node should change whenever it differs from the sign of the net input. Neural Networks Lecture 21: Hopfield Network Convergence

  16. The Energy Function • And this is exactly what our asynchronous updating rule does! • Consequently, every weight update reduces the network’s energy. • By definition, every possible network state (activation pattern) is associated with a specific energy. • Since there is a finite number of states that the network can assume (2n for an n-node network), and every update leads to a state of lower energy, there can only be a finite number of updates. Neural Networks Lecture 21: Hopfield Network Convergence

  17. The Energy Function • Therefore, we have shown that the network reaches a stable state after a finite number of iterations. • This state is likely to be one of the network’s stored patterns. • It is possible, however, that we get stuck in a local energy minimum and never reach the absolute minimum (just like in BPNs). • In that case, the final pattern will usually be very similar to one of the attractors, but not identical. Neural Networks Lecture 21: Hopfield Network Convergence

More Related