Description: Input Parameters: Ask the user to input the number of fundamental memories p (2 ≤ p ≤ 5), the width w (3 ≤ w
≤ 5) and height h (3 ≤ h ≤ 6) of each 2-D pattern.
Storage Phase: Each fundamental memory is stored in a text file with .txt extension.
Retrieval Phase: Ask the user to input the name of the text file storing the noisy pattern.
To Search:
- [hopfieldSrc] - The Hopfield model is a distributed mode
- [Hopfield] - sample code neural networks
File list (Check if you may need any files):
Hopfield\Hopfield.java
........\DisNet.java
Hopfield