This project implements a Hopfield Neural Network capable of learning and reconstructing patterns represented as NxM matrices. The network utilizes Hebb’s Learning Law for weight updates and employs the Metropolis Algorithm to optimize state transitions, enhancing its stability and reconstruction accuracy.
🔹 Key Features:
Stores and retrieves patterns using associative memory.
Implements Hebbian Learning to encode patterns effectively.
Uses the Metropolis Algorithm for probabilistic state updates, improving convergence.
Handles noisy or incomplete inputs, reconstructing the closest stored pattern.
This project demonstrates the intersection of neural networks, statistical mechanics, and optimization algorithms, making it ideal for exploring concepts like energy-based models and memory retrieval in AI.