AI Unit II Lec Notes Deep Learning
AI Unit II Lec Notes Deep Learning
Feedforward Networks
Multilayer perceptron(MLP)
The best way to define the local minimum or local maximum of a function using
gradient descent is as follows:
5. Travel back from the output layer to the hidden layer to adjust the weights such that
the error is decreased.
Keep repeating the process until the desired output is achieved
Assuming that each pixel has a gray level between 0 and 255 (0
– means absolutely dark, and 255 means absolutely white) the
pixel can be stored with one byte (8 bits) of information. The
hidden layer is composed from 𝑞 neurons (𝑞 << 𝑛, i. e. 𝑞 = 16)
and realizes data compression.
In the above-mentioned example, we get reduction factor equal
to 4. The input layer and hidden layer can be treated as a
transmitter. In the output layer there is 𝑛 neurons again, and
the decompression has place reproducing the original 64
elements pattern samples. The output layer can be treated as a
receiver. Usually the most popular system of a network learning
is the is the back-propagation algorithm.
P Jyothi,Asst. Prof., CSE Dept.
COUNTER-PROPAGATION (CPN) NETWORK Conti..
For the normalized vector input signal 𝑿 = [𝑥1, 𝑥2, . . . , 𝑥𝑘] each Kohonen
neuron 𝑘𝑖 obtains at its input the weighted sum
for 𝑖 = 1,2, … , 𝑁, 𝑘 𝑗=1 where 𝑁 is the number of Kohonen neurons, 𝑤𝑖𝑗 is the
weight between 𝑗th input node and the 𝑖th Kohonen neuron, 𝑥𝑗 has the value
of normalized component of the real input
The WTA winner is the neuron with the maximal value of 𝑁𝐸𝑇𝑖 . This
neuron generates on its output the signal equal to 1 blocking the rest of
neurons and activates the Grossberg neurons via the weights 𝑣𝑖𝑗.
Grossberg neurons 𝐺𝑖 obtain the weighted sum
Application of ART:
ART stands for Adaptive Resonance Theory. ART neural networks used for
fast, stable learning and prediction have been applied in different areas. The
application incorporates target recognition, face recognition, medical diagnosis,
signature verification, mobile control robot.
Target recognition:
Fuzzy ARTMAP neural network can be used for automatic classification of
targets depend on their radar range profiles. Tests on synthetic data show the
fuzzy ARTMAP can result in substantial savings in memory requirements when
related to k nearest neighbor(kNN) classifiers.
Medical diagnosis:
Medical databases present huge numbers of challenges found in general
information management settings where speed, use, efficiency, and accuracy
are the prime concerns.
Signature verification: