paper-with-me

Papers

Weighting and Pruning based Ensemble Deep Random Vector Functional Link Network for Tabular Data Classification

2022-01-15 · Qiushi Shi, Ponnuthurai Nagaratnam Suganthan, Rakesh Katuwal

In this paper, we first introduce batch normalization to the edRVFL network. This re-normalization method can help the network avoid divergence of the hidden features. Then we propose novel variants of Ensemble Deep Random Vector Functional Link (edRVFL). Weighted edRVFL (WedRVFL) uses weighting methods to give training samples different weights in different layers according to how the samples were classified confidently in the previous layer thereby increasing the ensemble's diversity and accuracy. Furthermore, a pruning-based edRVFL (PedRVFL) has also been proposed. We prune some inferior neurons based on their importance for classification before generating the next hidden layer. Through this method, we ensure that the randomly generated inferior features will not propagate to deeper layers. Subsequently, the combination of weighting and pruning, called Weighting and Pruning based Ensemble Deep Random Vector Functional Link Network (WPedRVFL), is proposed. We compare their performances with other state-of-the-art deep feedforward neural networks (FNNs) on 24 tabular UCI classification datasets. The experimental results illustrate the superior performance of our proposed methods.

📄 PDF Abstract BibTeX arXiv:2201.05809

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Random Forest Based Approach for Concept Drift Handling

2016-02-14 · A. Zhukov, D. Sidorov, A. Foley

Concept drift has potential in smart grid analysis because the socio-economic behaviour of consumers is not governed by the laws of physics. Likewise there are also applications in wind power forecasting. In this paper w…

Ensemble PruningGeneral Classification

Enhancing Multi-Class Classification of Random Forest using Random Vector Functional Neural Network and Oblique Decision Surfaces

2018-02-05 · Rakesh Katuwal, P. N. Suganthan

Both neural networks and decision trees are popular machine learning methods and are widely used to solve problems from diverse domains. These two classifiers are commonly used base classifiers in an ensemble framework. …

General ClassificationMulti-class Classification

Implicit Regularization Paths of Weighted Neural Representations

2024-08-28 · Jin-Hong Du, Pratik Patil

We study the implicit regularization effects induced by (observation) weighting of pretrained features. For weight and feature matrices of bounded operator norms that are infinitesimally free with respect to (normalized)…

Free Lunch in the Forest: Functionally-Identical Pruning of Boosted Tree Ensembles

2024-08-28 · Youssouf Emine, Alexandre Forel, Idriss Malek, Thibaut Vidal

Tree ensembles, including boosting methods, are highly effective and widely used for tabular data. However, large ensembles lack interpretability and require longer inference times. We introduce a method to prune a tree …

Random Vector Functional Link Neural Network based Ensemble Deep Learning

2019-06-30 · Rakesh Katuwal, P. N. Suganthan, M. Tanveer

In this paper, we propose a deep learning framework based on randomized neural network. In particular, inspired by the principles of Random Vector Functional Link (RVFL) network, we present a deep RVFL network (dRVFL) wi…

Deep LearningEnsemble Learning