News

This paper presents a novel adaptive learning-rate backpropagation neural network (ALR-BPNN) algorithm based on the minimization of mean-square deviation (MSD) to implement a fast convergence rate and ...
In this study, a combination of Smooth Vector Support Machine (SSVM) and the Nguyen Widrow Back propagation algorithm is performed. For many data one of the weaknesses of the SSVM algorithm is the low ...
Simple two-layer neural network written in Python mainly to solve the XOR problem. NN implemented in two versions: without tensorflow usage and with tensorflow package. It uses back-propagation ...