Research Article

Prediction of Future Terrorist Activities Using Deep Neural Networks

Algorithm 1

The training of neural network with gradient descent optimization algorithm.
Input: the whole dataset of GTD along with labels
Output: optimized values of and
Data: GTD Dataset
(1) //Glorot Uniform initializer
(2)while do
(3)
(4) //
(5)
(6) //
(7)
(8)
(9)
(10)
(11)