paper-with-me

Papers

Dynamic Connected Neural Decision Classifier and Regressor with Dynamic Softing Pruning

2019-11-13 · Xinyu Fan

To deal with various datasets over different complexity, this paper presents an self-adaptive learning model that combines the proposed Dynamic Connected Neural Decision Networks (DNDN) and a new pruning method--Dynamic Soft Pruning (DSP). DNDN is a combination of random forests and deep neural networks that enjoys both the advantages of strong classification capability of tree-like structure and representation learning capability of network structure. Based on Deep Neural Decision Forests (DNDF), this paper adopts an end-to-end training approach by representing the classification distribution with multiple randomly initialized softmax layers, which further allows an ensemble of multiple random forests attached to layers of neural network with different depth. We also propose a soft pruning method DSP to reduce the redundant connections of the network adaptively to avoid over-fitting simple dataset. The model demonstrates no performance loss compared with unpruned models and even higher robustness over different data and feature distribution. Extensive experiments on different datasets demonstrate the superiority of the proposed model over other popular algorithms in solving classification tasks.

📄 PDF Abstract BibTeX arXiv:1911.05443

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Evaluating Competence Measures for Dynamic Regressor Selection

2019-04-09 · Thiago J. M. Moura, George D. C. Cavalcanti, Luiz S. Oliveira

Dynamic regressor selection (DRS) systems work by selecting the most competent regressors from an ensemble to estimate the target value of a given test pattern. This competence is usually quantified using the performance…

regression

Dynamic Regressor Extension and Mixing-based Re-design of Adaptive Observer for Affine Systems

2025-01-26 · Mehdi Tavan

The dynamic regressor extension and mixing procedure is employed to redesign a conventional adaptive observer algorithm for affine systems. A reduced-order observer is designed without the construction of the state trans…

Simplification of Forest Classifiers and Regressors

2022-12-14 · Atsuyoshi Nakamura, Kento Sakurada

We study the problem of sharing as many branching conditions of a given forest classifier or regressor as possible while keeping classification performance. As a constraint for preventing from accuracy degradation, we fi…

Relaxation of Conditions for Convergence of Dynamic Regressor Extension and Mixing Procedure

2021-12-08 · Anton Glushchenko, Konstantin Lastochkin

A generalization of the dynamic regressor extension and mixing procedure is proposed, which, unlike the original procedure, first, guarantees a reduction of the unknown parameter identification error if the requirement o…

regression

Machine Learning Calabi-Yau Four-folds

2020-09-05 · Yang-Hui He, Andre Lukas

Hodge numbers of Calabi-Yau manifolds depend non-trivially on the underlying manifold data and they present an interesting challenge for machine learning. In this letter we consider the data set of complete intersection …

BIG-bench Machine Learning