Neural network architecture

Lecture



ANN can be considered as a weighted directed graph in which artificial neurons are nodes. According to the architecture of connections, ANNs can be grouped into two classes (Fig. 2): forward-propagation networks in which the graphs do not have loops, and recurrent networks, or networks with feedback.

  Neural network architecture

Figure 2. Systemization of the networks of direct distribution and recurrent (with feedback).

In the most common family of first-class networks, called the multilayer perceptron, the neurons are arranged in layers and have unidirectional connections between the layers. In fig. 2 shows typical networks of each class. Forward propagation networks are static in the sense that they produce one set of output values ​​for a given input that are independent of the previous network state. Recurrent networks are dynamic, because due to feedbacks in them the inputs of neurons are modified, which leads to a change in the state of the network.

created: 2016-08-06
updated: 2021-03-13
132391



Rating 9 of 10. count vote: 2
Are you satisfied?:



Comments


To leave a comment
If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Approaches and directions for creating Artificial Intelligence

Terms: Approaches and directions for creating Artificial Intelligence