scispace - formally typeset
Proceedings ArticleDOI

Reinforced random forest

TLDR
This work proposes a reinforced random forest (RRF) classifier that exploits reinforcement learning to improve classification accuracy and achieves at least 3% improvement in F-measure compared to random forest in three breast cancer datasets.
Abstract
Reinforcement learning improves classification accuracy. But use of reinforcement learning is relatively unexplored in case of random forest classifier. We propose a reinforced random forest (RRF) classifier that exploits reinforcement learning to improve classification accuracy. Our algorithm is initialized with a forest. Then the entire training data is tested using the initial forest. In order to reinforce learning, we use mis-classified data points to grow certain number of new trees. A subset of the new trees is added to the existing forest using a novel graph-based approach. We show that addition of these trees ensures improvement in classification accuracy. This process is continued iteratively until classification accuracy saturates. The proposed RRF has low computational burden. We achieve at least 3% improvement in F-measure compared to random forest in three breast cancer datasets. Results on benchmark datasets show significant reduction in average classification error.

read more

Citations
More filters
Journal ArticleDOI

Toward a Smart Cloud: A Review of Fault-Tolerance Methods in Cloud Systems

TL;DR: A comprehensive survey of the state-of-the-art work on fault tolerance methods proposed for cloud computing is presented and current issues and challenges in cloud fault tolerance are discussed to identify promising areas for future research.
Proceedings ArticleDOI

Online human activity recognition using low-power wearable devices

TL;DR: In this article, a neural network classifier was proposed for human activity recognition using the fast Fourier and discrete wavelet transforms of a textile-based stretch sensor and accelerometer data.
Proceedings ArticleDOI

Online Human Activity Recognition using Low-Power Wearable Devices

TL;DR: This paper presents the first HAR framework that can perform both online training and inference, and starts with a novel technique that generates features using the fast Fourier and discrete wavelet transforms of a textile-based stretch sensor and accelerometer data.
Journal ArticleDOI

M-ary Random Forest - A new multidimensional partitioning approach to Random Forest

TL;DR: This work empirically proves that the performance of the MaRF improves due to the improvement in the strength of the M-ary trees, and proposes to use multiple features at a node for splitting the data as in axis parallel method.
Journal ArticleDOI

Quantifying Plant Species α-Diversity Using Normalized Difference Vegetation Index and Climate Data in Alpine Grasslands

Gang Fu
- 08 Oct 2022 - 
TL;DR: In this article , Zhang et al. used six methods (i.e., random forest, generalized boosted regression, artificial neural network, multiple linear regression, support vector machine and recursive regression trees) for quantifying plant α-diversity of grasslands at multiple spatial and temporal scales.
References
More filters
Posted Content

Reinforcement Learning: A Survey

TL;DR: A survey of reinforcement learning from a computer science perspective can be found in this article, where the authors discuss the central issues of RL, including trading off exploration and exploitation, establishing the foundations of RL via Markov decision theory, learning from delayed reinforcement, constructing empirical models to accelerate learning, making use of generalization and hierarchy, and coping with hidden state.
BookDOI

Semi-Supervised Learning

TL;DR: Semi-supervised learning (SSL) as discussed by the authors is the middle ground between supervised learning (in which all training examples are labeled) and unsupervised training (where no label data are given).
Journal ArticleDOI

Random forest: a classification and regression tool for compound classification and QSAR modeling.

TL;DR: It is the combination of relatively high prediction accuracy and its collection of desired features that makes Random Forest uniquely suited for modeling in cheminformatics.
Journal ArticleDOI

A database for handwritten text recognition research

TL;DR: An image database for handwritten text recognition research is described that contains digital images of approximately 5000 city names, 5000 state names, 10000 ZIP Codes, and 50000 alphanumeric characters to overcome the limitations of earlier databases.
Journal ArticleDOI

Exploratory Undersampling for Class-Imbalance Learning

TL;DR: Experiments show that the proposed algorithms, BalanceCascade and EasyEnsemble, have better AUC scores than many existing class-imbalance learning methods and have approximately the same training time as that of under-sampling, which trains significantly faster than other methods.