research

A framework for multi-backpropagation

Abstract

Backpropagation algorithm is one of the most popular learning algorithms in the Neural Network. It has been successfully implemented in many applications. However, training Neural Networks involve a large amount of data. Therefore, training the network is time consuming as each training session requires several epochs, which usually takes smeral seconds or even minutes.This paper proposes a multi-backpropagation approach to minimize the complexity of the network. The approach does not require an alteration of the algorithm. Instead, the large network is split into several smaller networks. An integrating network is then constructed to integrate the output from the smaller networks

    Similar works