Handbook of Intelligent Computing and Optimization for Sustainable Development. Группа авторов

Чтение книги онлайн.

Читать онлайн книгу Handbook of Intelligent Computing and Optimization for Sustainable Development - Группа авторов страница 32

Handbook of Intelligent Computing and Optimization for Sustainable Development - Группа авторов

Скачать книгу

even before the advent of computers. The artificial neuron [1] was first introduced by Warren McCulloch, the neurophysiologist, and Walter Pits, the logician, in 1943.

      2.3.1 McCulloch-Pitts Neural Model

      The model proposed by McCulloch and Pitts is documented as linear threshold gate [1]. The artificial neuron takes a set of input I1, I2, I3, … …, IN ∈ {0, 1} and produces one output, y ∈ {0, 1}. Input sets are of two types: one is dependent input termed as excitatory input and the other is independent input termed as inhibitory input. Mathematically, the function can be expressed by the following equations:

      (2.2)image

      W1, W2, W3, …, …, WN ≡ weight values associated with the corresponding input which are normalized in the range of either (0, 1) or (−1, 1);

      S ≡ weighted sum;

      θ ≡ threshold constant.

      This initial two-state model of ANN is simple but has immense computational power. The disadvantage of this model is lack of flexibility because of fixed weights and threshold values. Later McCulloch-Pitts neuron model has been improved incorporating more flexible features to extend its application domain.

      2.3.2 The Perceptron

      (2.3)image

      where

      b ≡ bias value.

      2.3.3 ANN With Continuous Characteristics

      where

      T ≡ extra input value associated with weight value 1 which represents the threshold or bias of a neuron.

Schematic illustration of the linear threshold function. Schematic illustration of linear threshold gate.

      The second stage of the model is the activation function which takes the sum-of-product value as the input and produces the output. The activity of this stage determines the characteristic of the ANN model. This function compresses the amplitude of the output so that it lies in the range of [0, 1] or [−1, 1]. The compression of the output signal is performed to mimic the signal produced by biological neuron in the form of continuous action-potential spikes.

Schematic illustration of ANN model with continuous characteristics. Graph depicts logistic sigmoid function.

      2.3.4 Single-Layer Neural Network

Скачать книгу