Network
Topology
Feed forward Network
Feedback Network
As the name suggests, a feedback network has feedback paths, which means the signal can flow in both directions using loops. This makes it a non-linear dynamic system, which changes continuously until it reaches a state of equilibrium. It may be divided into the following types −- Recurrent networks − They are feedback networks with closed loops. Following are the two types of recurrent networks.
- Fully recurrent network − It is the simplest neural
network architecture because all nodes are connected to all other nodes
and each node works as both input and output.
Jordan network − It is a closed loop network in which the output will go to the input again as feedback as shown in the following diagram.
Below are my class notes for the same topic :
Neural Network Topologies:
Artificial Neural Network are only useful when the processing units are organized in suitable manner to accomplish a given pattern recognition task.
The arrangement of the processing units, connection, and patterns input / output referred to as topology.
Artificial Neural Networks are normally organized into layers of processing units. The units of a layer are similar in the sense that they all have similar activation dynamics and output function.
Connections can be made either from units of one layer to units of another layer (inter layer connection) or both inter layer and intra layer connections.
Further, the connections across the layers and among units within a layer can be organized either in a feed forward manner or feed backward manner. In feed backward network the same processing unit may be visited more than once.
Let us consider two layers F1 and F2 with M & N processing units respectively.
By providing connections to the jth unit of F2 layer from all the units of F1 layer we get two network structures in-star and out-star which have fan-in and fan-out structures respectively.
No comments:
Post a Comment