paper-with-me

Papers

Ensemble Genetic Programming

2020-01-21 · Nuno M. Rodrigues, João E. Batista, Sara Silva

Ensemble learning is a powerful paradigm that has been usedin the top state-of-the-art machine learning methods like Random Forestsand XGBoost. Inspired by the success of such methods, we have devel-oped a new Genetic Programming method called Ensemble GP. The evo-lutionary cycle of Ensemble GP follows the same steps as other GeneticProgramming systems, but with differences in the population structure,fitness evaluation and genetic operators. We have tested this method oneight binary classification problems, achieving results significantly betterthan standard GP, with much smaller models. Although other methodslike M3GP and XGBoost were the best overall, Ensemble GP was able toachieve exceptionally good generalization results on a particularly hardproblem where none of the other methods was able to succeed.

📄 PDF Abstract BibTeX arXiv:2001.07553

Code (1)

shaysakazi/MachineLearningFinalProject

Tasks

Binary ClassificationEnsemble Learning

Similar Papers 제목 키워드 기반

Pruning Techniques for Mixed Ensembles of Genetic Programming Models

2018-01-23 · Mauro Castelli, Ivo Gonçalves, Luca Manzoni, Leonardo Vanneschi

The objective of this paper is to define an effective strategy for building an ensemble of Genetic Programming (GP) models. Ensemble methods are widely used in machine learning due to their features: they average out bia…

Diversity

SR-Forest: A Genetic Programming based Heterogeneous Ensemble Learning Method

2023-02-07 · IEEE Transactions on Evolutionary Computation 2023 2 · Hengzhe Zhang, Aimin Zhou, Qi Chen, Bing Xue 외

Ensemble learning methods have been widely used in machine learning in recent years due to their high predictive performance. With the development of genetic programming-based symbolic regression methods, many papers beg…

Ensemble LearningPenn Machine Learning BenchmarkregressionSymbolic Regression

INGEOTEC at SemEval 2017 Task 4: A B4MSA Ensemble based on Genetic Programming for Twitter Sentiment Analysis

2017-08-01 · SEMEVAL 2017 8 · Mir, Sabino a-Jim{\'e}nez, Mario Graff, Eric Sadit Tellez 외

This paper describes the system used in SemEval-2017 Task 4 (Subtask A): Message Polarity Classification for both English and Arabic languages. Our proposed system is an ensemble of two layers, the first one uses our gen…

ClassificationCombinatorial OptimizationGeneral ClassificationSentiment Analysis+1

An Automated Ensemble Learning Framework Using Genetic Programming for Image Classification

2019-07-01 · GECCO '19: Proceedings of the Genetic and Evolutionary Computation Conference 2019 7 · Ying Bi, Bing Xue, Mengjie Zhang

An ensemble consists of multiple learners and can achieve a better generalisation performance than a single learner. Genetic programming (GP) has been applied to construct ensembles using different strategies such as bag…

ClassificationDiversityEnsemble LearningGeneral Classification+2

Active Learning in Genetic Programming: Guiding Efficient Data Collection for Symbolic Regression

2023-07-31 · Nathan Haut, Wolfgang Banzhaf, Bill Punch

This paper examines various methods of computing uncertainty and diversity for active learning in genetic programming. We found that the model population in genetic programming can be exploited to select informative trai…

Active LearningDiversityregressionSymbolic Regression