paper-with-me

Papers

FOLD-RM: A Scalable, Efficient, and Explainable Inductive Learning Algorithm for Multi-Category Classification of Mixed Data

2022-02-14 · Huaduo Wang, Farhad Shakerin, Gopal Gupta

FOLD-RM is an automated inductive learning algorithm for learning default rules for mixed (numerical and categorical) data. It generates an (explainable) answer set programming (ASP) rule set for multi-category classification tasks while maintaining efficiency and scalability. The FOLD-RM algorithm is competitive in performance with the widely-used, state-of-the-art algorithms such as XGBoost and multi-layer perceptrons (MLPs), however, unlike these algorithms, the FOLD-RM algorithm produces an explainable model. FOLD-RM outperforms XGBoost on some datasets, particularly large ones. FOLD-RM also provides human-friendly explanations for predictions.

📄 PDF Abstract BibTeX arXiv:2202.06913

Code (2)

hwd404/fold-rm 공식 구현
hwd404/fold-r-pp

Tasks

Inductive Learning

Similar Papers 제목 키워드 기반

FOLD-TR: A Scalable and Efficient Inductive Learning Algorithm for Learning To Rank

2022-06-15 · Huaduo Wang, Gopal Gupta

FOLD-R++ is a new inductive learning algorithm for binary classification tasks. It generates an (explainable) normal logic program for mixed type (numerical and categorical) data. We present a customized FOLD-R++ algorit…

Binary ClassificationInductive LearningLearning-To-RankVocal Bursts Type Prediction

FOLD-R++: A Scalable Toolset for Automated Inductive Learning of Default Theories from Mixed Data

2021-10-15 · Huaduo Wang, Gopal Gupta

FOLD-R is an automated inductive learning algorithm for learning default rules for mixed (numerical and categorical) data. It generates an (explainable) answer set programming (ASP) rule set for classification tasks. We …

feature selectionInductive Learning

FOLD-SE: An Efficient Rule-based Machine Learning Algorithm with Scalable Explainability

2022-08-16 · Huaduo Wang, Gopal Gupta

We present FOLD-SE, an efficient, explainable machine learning algorithm for classification tasks given tabular data containing numerical and categorical values. FOLD-SE generates a set of default rules-essentially a str…

Binary ClassificationClassificationMulti-class Classification

FOLD-R++: A Toolset for Automated Inductive Learning of Default Theories from Mixed Data

2021-11-21 · AAAI Workshop CLeaR 2022 2 · Huaduo Wang, Gopal Gupta

FOLD-R is an automated inductive learning algorithm for learning default rules with exceptions for mixed (numerical and categorical) data. It generates an (explainable) answer set programming (ASP) rule set for classific…

feature selectionInductive Learning

Induction of Non-monotonic Logic Programs To Explain Statistical Learning Models

2019-09-18 · Farhad Shakerin

We present a fast and scalable algorithm to induce non-monotonic logic programs from statistical learning models. We reduce the problem of search for best clauses to instances of the High-Utility Itemset Mining (HUIM) pr…

Inductive logic programming