ANN-Artificial Neural Networks
Topics to be covered:
1.1 What is ANN?
- ANN acquires a large collection of units that are interconnected in some pattern to allow communication between the units these units, also referred to as Nodes (or) Neurons, are simple processors which operating parallel.
- Every Neuron connected with other Neuron through a connection link. Each connection link is associated with a weight that information about the input signal. This is the most useful information for Neurons to solve a particular problem because the weight usually exited (or) inhibits the signal that is being communication.
- Each Neuron has a internal state which is called an activation signal.
- Output signals are produced after combining the input signals and Activation Rule.
1.2 Difference between ANN and BNN
ANN |
BNN |
1.ANN’s are fast in processing information. |
1.BNN is slow in processing information. |
2.ANN operates on the sequential modes i.e,one instruction after
the another. |
2.BNN can perform massively parallel operations. |
3.ANN are not fault tolerant, since corrupted information cannot
be retrieved from the memory. |
3.They exhibit fault tolerance since the information is
distributed in connection to the Network. |
4.There is control unit which monitors all the activities of
computing. |
4.There is no specific control mechanism. |
5. |
5. |
6.We have nodes for processing information. |
6.We have cell body for processing information. |
7.We have input unit to give input. |
7.We have dendrites as input. |
8.We have interconnection ways. |
8.We have Synapse. |
9.We have output. |
9.We have Axons. |
1.3 Typical Classes of Network Architecture
There exist five different types of neuron collection of architecture. They are
- Single Layer Feed Forward Neural Network
- Multi Layer Feed Forward Neural Network
- Single Node with its own Feedback
- Single Layer Recurrent Networks
- Multi Layer Recurrent Networks
Single Layer Feed Forward Neural Network:
- Input layer
- Output Layer
Fig: Single layer feed forward Neural Network |
Multi Layer Feed Forward Neural Network:
- Input Layer
- Hidden Layer
- Output Layer
Fig: Multi layer feed forward Neural Network |
Single Node with its Own Feed-Back:
Fig: Single Node with its own feedback |
Single Layer Recurrent Network:
Fig: Single Layer feed forward Neural Network |
Multi Layer Feed Forward Neural Network:
Fig: Multi Layer Feed Forward Neural Network |
nice post
ReplyDelete