Rate this product
Associative Memory
A Hopfield network can be created in Matlab by using the Matlab Neural Network Toolbox function newhop. The network functioning is simulated using the function sim. There are two variants of calling the function sim:
result= sim(net,M,[],test) result= sim(net,{M,iterations},{},test)
where M is the number of test data, and the user cannot control the number of iterations in the first variant while in the second case the user can.
The demo file implements a Hopfield network which stores the binary format of the following four image patterns (which can be loaded from 4patterns.mat):
Exercise 1: Read and understand the demo file, and execute the program to understand the pattern recovery process of Hopfield network.
Exercise 2: Check the network recall ability for perturbed/distorted versions of the stored patterns (e.g., by adding some random noise).

![[Solved] INT301 Lab 14-Associative Memory](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] INT301 Lab 5-Further Practice with Perceptrons](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.