A Prediction Model For Parallel Back Propagation Neural Network On Smp-Cluster

Changjun Hu,Jue Wang,Zhiming Wang,Guangli Yao
2006-01-01
Abstract:In this paper, we propose a prediction model for parallel implementation of Back Propagation neural network with various weight update intervals. Based on the relation between the weight update interval and the number of iteration to reach convergence, the prediction model is established as the num of its calculation and point-to-point communication time. We test our parallel implementation on sixteen 2-way Intel Xeon 3.0G, which are connected with 1000 Mbps Ethernet. Speedup of 28.2 on 32 processors has been observed. This result shows that our implementation is effective. From this parallel implementation and its complexity, we analytically and empirically validate our model. This model appears to be correct within about 5.6% and allows predicting the performance for larger processor networks and training set.
What problem does this paper attempt to address?