Neural Networks and Deep Learning in Cyber Security

The simplest artificial neural network is the “perceptron”, composed by a single artificial neuron. It was introduced by Frank Rosenblatt (1958) [7], based on research of Warren McCulloch and Walter Pitts (1943) [8]. The perceptron computes the weighted sum of its n input values xi: y = w•x+b = Σwi•xi + b; i = 1÷n (1) ................
................