Journal of Systems Engineering and Electronics ›› 2009, Vol. 20 ›› Issue (5): 1086-1090.

• SOFTWARE ALGORITHM AND SIMULATION • Previous Articles     Next Articles

Improved scheme to accelerate support vector regression

Zhao Yongping & Sun Jianguo   

  1. Dept. of Energy and Power Engineering, Nanjing Univ. of Aeronautics and Astronautics, Nanjing 210016, 
    P. R. China
  • Online:2009-10-22 Published:2010-01-03

Abstract:

The computational cost of support vector regression in the training phase is O(N3), which is very expensive for a large scale problem. In addition, the solution of support vector regression is of parsimoniousness, which has relation to a part of the whole training data set. Hence, it is reasonable to reduce the training data set. Aiming at the scheme based on k-nearest neighbors to reduce the training data set with the computational complexity 
O(kMN2), an improved scheme is proposed to accelerate the reducing phase, which cuts down the computational complexity from O(kMN2) to O(MN2). Finally, experimental results on benchmark data sets validate the effectiveness of the improved scheme.