• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2016, Vol. 38 ›› Issue (04): 699-705.

• 论文 • Previous Articles     Next Articles

A classification algorithm of extreme learning
machine based on influence degree pruning   

ZHANG Hui1,2,SHI Tong1,WANG Yaonan2   

  1. (1.College of Electrical and Information Engineering,Changsha University of Science and Technology,Changsha 410012;
    2.College of Electrical and Information Engineering,Hunan University,Changsha 410082,China)
  • Received:2015-08-25 Revised:2015-10-20 Online:2016-04-25 Published:2016-04-25

Abstract:

To slove the network size control problems of the extremely learning machine (ELM), we propose an ELM classification algorithm based on the  influence degree pruning. The algorithm uses the individual ELM hidden node which connects the input and output layer weight vector, the output of the node, the number of samples and the initial number of hidden nodes to define the influence degree of the hidden node on the entire network. Then the importance of the hidden node is determined by the sorted influence degree, and the pruning step length which matches the ELM network scale is used to delete redundant nodes. Finally the weight vectors are updated. We categorize several practical problems on UCI data sets through experiments, and compare the proposed algorithm with the EMELM, PELM and ELM. Experimental results show that the proposed algorithm has higher stability and precision and faster training speed, and it can control the network size effectively. 

Key words: ELM;analysis of influence degree;pruning algorithm;network size;classification algorithm