Abstract
Extreme Learning Machine (ELM) is an algorithm for training single hidden layer feed-forward neural networks (SLFNs). Because ELM does not need the process of iterative learning, it is extremely faster than traditional learning algorithms such as back propagation algorithm and support vector machine. In ELM, the optimal solution with least squares norm is found by calculating the generalized inverse of hidden output matrix. When the order of hidden output matrix is a high, i.e., the number of hidden layer nodes is many, the over-fitting phenomenon will occur. Aiming at solving the over-fitting problem existing in ELM with many hidden layer nodes, this paper proposes a Cross Entropy based ELM (CE-ELM) in which, the mean square error minimization principle is replaced with the cross entropy minimization principle. The experimental results confirmed that the proposed CE-ELM can sufficiently overcome the drawback of overfitting in ELM with many hidden layer nodes.
Original language | English |
---|---|
Title of host publication | Proceedings of 2016 International Conference on Machine Learning and Cybernetics, ICMLC 2016 |
Publisher | IEEE |
Pages | 1066-1071 |
Number of pages | 6 |
Volume | 2 |
ISBN (Electronic) | 9781509003891 |
DOIs | |
Publication status | Published - 2 Jul 2016 |
Externally published | Yes |
Event | 2016 International Conference on Machine Learning and Cybernetics, ICMLC 2016 - Jeju Island, Korea, Republic of Duration: 10 Jul 2016 → 13 Jul 2016 |
Publication series
Name | Proceedings - International Conference on Machine Learning and Cybernetics |
---|---|
Volume | 2 |
ISSN (Print) | 2160-133X |
ISSN (Electronic) | 2160-1348 |
Conference
Conference | 2016 International Conference on Machine Learning and Cybernetics, ICMLC 2016 |
---|---|
Country/Territory | Korea, Republic of |
City | Jeju Island |
Period | 10/07/16 → 13/07/16 |
Bibliographical note
Publisher Copyright:© 2016 IEEE.
Keywords
- Cross Entropy
- Extreme learning machine
- Least squares method
- Over-fitting