paper-with-me

Papers

Pulling back error to the hidden-node parameter technology: Single-hidden-layer feedforward network without output weight

2014-05-06 · Yimin Yang, Q. M. Jonathan Wu, Guang-Bin Huang, Yaonan Wang

According to conventional neural network theories, the feature of single-hidden-layer feedforward neural networks(SLFNs) resorts to parameters of the weighted connections and hidden nodes. SLFNs are universal approximators when at least the parameters of the networks including hidden-node parameter and output weight are exist. Unlike above neural network theories, this paper indicates that in order to let SLFNs work as universal approximators, one may simply calculate the hidden node parameter only and the output weight is not needed at all. In other words, this proposed neural network architecture can be considered as a standard SLFNs with fixing output weight equal to an unit vector. Further more, this paper presents experiments which show that the proposed learning method tends to extremely reduce network output error to a very small number with only 1 hidden node. Simulation results demonstrate that the proposed method can provide several to thousands of times faster than other learning algorithm including BP, SVM/SVR and other ELM methods.

📄 PDF Abstract BibTeX arXiv:1405.1445

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Intermittent Pulling with Local Compensation for Communication-Efficient Federated Learning

2020-01-22 · Haozhao Wang, Zhihao Qu, Song Guo, Xin Gao 외

Federated Learning is a powerful machine learning paradigm to cooperatively train a global model with highly distributed data. A major bottleneck on the performance of distributed Stochastic Gradient Descent (SGD) algori…

BIG-bench Machine LearningFederated Learning

Generating Random Parameters in Feedforward Neural Networks with Random Hidden Nodes: Drawbacks of the Standard Method and How to Improve It

2019-08-16 · Grzegorz Dudek

The standard method of generating random weights and biases in feedforward neural networks with random hidden nodes, selects them both from the uniform distribution over the same fixed interval. In this work, we show the…

Quantitative Universal Approximation Bounds for Deep Belief Networks

2022-08-18 · Julian Sieber, Johann Gehringer

We show that deep belief networks with binary hidden units can approximate any multivariate probability density under very mild integrability requirements on the parental density of the visible nodes. The approximation i…

Seq103: A Unified Neuroevolution Framework for Compact Sequence Architecture Discovery

2026-06-03 · Wenxiao Li, Yongjian Liu, Qing Xie arxiv

Neuroevolution is a representative neural architecture search paradigm that evolves both network topology and weights through evolutionary algorithms. In this paper, we propose Seq103, a unified NEAT-style neuroevolution…

Neural Architecture SearchText Classification

Trainable back-propagated functional transfer matrices

2017-10-28 · Cheng-Hao Cai, Yanyan Xu, Dengfeng Ke, Kaile Su 외

Connections between nodes of fully connected neural networks are usually represented by weight matrices. In this article, functional transfer matrices are introduced as alternatives to the weight matrices: Instead of usi…