MLLGFeb 10, 2018

Enhanced version of AdaBoostM1 with J48 Tree learning method

arXiv:1802.03522v112 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for robust machine learning methods for users without expertise, though it is incremental as it combines existing techniques with parameter tuning.

The paper tackled the problem of creating a robust classification method for non-experts by proposing an enhanced AdaBoostM1 with J48 tree learning and parameter tuning, resulting in a reduction of the average error rate ratio from 2.4 to 0.9 on development sets and from 2.1 to 1.2 on evaluation sets.

Machine Learning focuses on the construction and study of systems that can learn from data. This is connected with the classification problem, which usually is what Machine Learning algorithms are designed to solve. When a machine learning method is used by people with no special expertise in machine learning, it is important that the method be robust in classification, in the sense that reasonable performance is obtained with minimal tuning of the problem at hand. Algorithms are evaluated based on how robust they can classify the given data. In this paper, we propose a quantifiable measure of robustness, and describe a particular learning method that is robust according to this measure in the context of classification problem. We proposed Adaptive Boosting (AdaBoostM1) with J48(C4.5 tree) as a base learner with tuning weight threshold (P) and number of iterations (I) for boosting algorithm. To benchmark the performance, we used the baseline classifier, AdaBoostM1 with Decision Stump as base learner without tuning parameters. By tuning parameters and using J48 as base learner, we are able to reduce the overall average error rate ratio (errorC/errorNB) from 2.4 to 0.9 for development sets of data and 2.1 to 1.2 for evaluation sets of data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes