Help - Search - Members - Calendar
Full Version: Hopfield model
BrainMeta.com Forum > Science > Computer Science & Coding > Artificial Intelligence
whitehat1

Hi, I am a student learning about neural networks and the first thing I had to do was to write a hopfield neural networks with asynchronous update then I have to modify that program so that it uses the stochastic update rule and noise but I'm lost a that could someone explain to me what is thata or how to achieve it

thanks
lucid_dream
for the discrete case, asynchronous update means neural units do not get updated synchronously. Usually, the update is done by randomly picking a neural unit, which is likely what the stochastic update rule is referring to, but it could also be non-random (for example, by starting with neuron of index 1 and continuing until neuron n (in an n neuron network).
D.R
The hopfield Neural Network, is simple it consists of single layer set of neurons called associative memory a hopfield network can store in its memory a sets of patterns for later use, the training algorithm is very simple for a computer implementation, later i will post an url with complete library for training patterns.


Regards

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.


Home     |     About     |    Research     |    Forum     |    Feedback  


Copyright © BrainMeta. All rights reserved.
Terms of Use  |  Last Modified Tue Jan 17 2006 12:39 am