9th International Conference on Innovations in Bio-Inspired Computing and Applications, IBICA 2018 and 7th World Congress on Information and Communication Technologies, WICT 2018 -- 17 December 2018 through 19 December 2018 --Multilayer neural networks using supervised training try to minimize the error between a given correct answer and the ones produced by the network. The weights in the neural network are adjusted at each iteration and after adequate epochs, adjusted weights give results close to correct answers. Besides the current error, accumulated errors from past iterations are also used for updating weights. This resembles the integral action in control theory, but the method took the name momentums in machine learning. Control the...