You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the code for the estimation of the radius of the Basins of Attraction of the Hopfield Model using a Belief Propagation approach.
Hopfield model
The Hopfield model is a type of recurrent neural network used for storing and retrieving patterns, labeled as $\xi$ of a specific dimension $N$. It consists of a set of neurons interconnected in a fully connected manner, where each neuron can be in an active or inactive states, that is, $\xi = [-1, +1]^{N}$.
Patterns are stored by building a coupling matrix $J$ following the Hebb's rule