paper-with-me

Papers

Building a Competitive Associative Classifier

2020-07-04 · Nitakshi Sood, Osmar Zaiane

With the huge success of deep learning, other machine learning paradigms have had to take back seat. Yet other models, particularly rule-based, are more readable and explainable and can even be competitive when labelled data is not abundant. However, most of the existing rule-based classifiers suffer from the production of a large number of classification rules, affecting the model readability. This hampers the classification accuracy as noisy rules might not add any useful informationfor classification and also lead to longer classification time. In this study, we propose SigD2 which uses a novel, two-stage pruning strategy which prunes most of the noisy, redundant and uninteresting rules and makes the classification model more accurate and readable. To make SigDirect more competitive with the most prevalent but uninterpretable machine learning-based classifiers like neural networks and support vector machines, we propose bagging and boosting on the ensemble of the SigDirect classifier. The results of the proposed algorithms are quite promising and we are able to obtain a minimal set of statistically significant rules for classification without jeopardizing the classification accuracy. We use 15 UCI datasets and compare our approach with eight existing systems.The SigD2 and boosted SigDirect (ACboost) ensemble model outperform various state-of-the-art classifiers not only in terms of classification accuracy but also in terms of the number of rules.

📄 PDF Abstract BibTeX arXiv:2007.01972

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Neural Associative Memory for Dual-Sequence Modeling

2016-06-13 · WS 2016 8 · Dirk Weissenborn

Many important NLP problems can be posed as dual-sequence or sequence-to-sequence modeling tasks. Recent advances in building end-to-end neural architectures have been highly successful in solving such tasks. In this wor…

Natural Language Inference

Ensemble of Binary Classifiers Combined Using Recurrent Correlation Associative Memories

2020-09-18 · Rodolfo Anibal Lobo, Marcos Eduardo Valle

An ensemble method should cleverly combine a group of base classifiers to yield an improved classifier. The majority vote is an example of a methodology used to combine classifiers in an ensemble method. In this paper, w…

Binary ClassificationGeneral Classification

Integrating Association Rules with Decision Trees in Object-Relational Databases

2019-04-21 · Maruthi Rohit Ayyagari

Research has provided evidence that associative classification produces more accurate results compared to other classification models. The Classification Based on Association (CBA) is one of the famous Associative Classi…

ClassificationGeneral Classification

Competitive learning to generate sparse representations for associative memory

2023-01-05 · Luis Sacouto, Andreas Wichert

One of the most well established brain principles, hebbian learning, has led to the theoretical concept of neural assemblies. Based on it, many interesting brain theories have spawned. Palm's work implements this concept…

Improve Language Model and Brain Alignment via Associative Memory

2025-05-20 · Congchi Yin, Yongpeng Zhang, Xuyun Wen, Piji Li

Associative memory engages in the integration of relevant information for comprehension in the human cognition system. In this work, we seek to improve alignment between language models and human brain while processing s…

Language ModelingLanguage Modelling