MID - Notes: Saturday, February 25, 2023 9:39 PM
MID - Notes: Saturday, February 25, 2023 9:39 PM
Answer:
Three types of Neural Networks are explained with diagram bellow.
2. Hopefield Network:
The Hopfield network is a type of artificial neural network that
uses feedback connections to store and recall patterns from
memory. It is commonly used for associative memory and
pattern recognition tasks. The network is initialized with a set of
pattern vectors that are stored in the weights of the network.
When a new input pattern vector is presented to the network, it
activates the nodes and iteratively updates their activation until
the network reaches a stable state. The resulting pattern vector
is then compared to the stored patterns, and if it matches one of
them, the network outputs that pattern as the recalled pattern.
The Hopfield network is a powerful tool for associative memory
and pattern recognition, with potential applications in areas such
as image and speech recognition.
MID Page 2
The Hopfield network uses McCulloch and Pitts
neurons with the sign activation function as its
computing element:
MID Page 3
In the Hopfield network, synaptic weights between
neurons are usually represented in matrix form as
follows:
1. kohonen Network:
Kohonen Network, also called Self-Organizing Maps (SOM), is an
unsupervised neural network that maps high-dimensional input
data onto a 2D grid. The nodes in the competition layer compete to
match the input data, and the winning node, known as the Best
Matching Unit (BMU), and its neighboring nodes adjust their
weights to become better matches. The network learns to organize
the input data in the map, allowing for intuitive visualization and
understanding of high-dimensional data. Kohonen Network has
applications in image processing, pattern recognition, and
clustering, and is a powerful tool for data visualization and
dimensionality reduction.
MID Page 4
The competitive learning rule defines the change
Δwij applied to synaptic weight wij as
MID Page 5
where xi and wij are the ith elements of the vectors
X and Wj, respectively.
MID Page 6