paper-with-me

Papers

Multi-Objective Optimisation of Multi-Output Neural Trees

2020-10-09 · Varun Ojha, Giuseppe Nicosia

We propose an algorithm and a new method to tackle the classification problems. We propose a multi-output neural tree (MONT) algorithm, which is an evolutionary learning algorithm trained by the non-dominated sorting genetic algorithm (NSGA)-III. Since evolutionary learning is stochastic, a hypothesis found in the form of MONT is unique for each run of evolutionary learning, i.e., each hypothesis (tree) generated bears distinct properties compared to any other hypothesis both in topological space and parameter-space. This leads to a challenging optimisation problem where the aim is to minimise the tree-size and maximise the classification accuracy. Therefore, the Pareto-optimality concerns were met by hypervolume indicator analysis. We used nine benchmark classification learning problems to evaluate the performance of the MONT. As a result of our experiments, we obtained MONTs which are able to tackle the classification problems with high accuracy. The performance of MONT emerged better over a set of problems tackled in this study compared with a set of well-known classifiers: multilayer perceptron, reduced-error pruning tree, naive Bayes classifier, decision tree, and support vector machine. Moreover, the performances of three versions of MONT's training using genetic programming, NSGA-II, and NSGA-III suggest that the NSGA-III gives the best Pareto-optimal solution.

📄 PDF Abstract BibTeX arXiv:2010.04524

Code (1)

vojha-code/multi-output-neural-tree 공식 구현

Tasks

General ClassificationGeneral Classification Selection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Policy learning for many outcomes of interest: Combining optimal policy trees with multi-objective Bayesian optimisation

2022-12-13 · Patrick Rehill, Nicholas Biddle

Methods for learning optimal policies use causal machine learning models to create human-interpretable rules for making choices around the allocation of different policy interventions. However, in realistic policy-making…

Bayesian Optimisation

Cell-Free Data Power Control Via Scalable Multi-Objective Bayesian Optimisation

2022-12-20 · Sergey S. Tambovskiy, Gábor Fodor, Hugo Tullberg

Cell-free multi-user multiple input multiple output networks are a promising alternative to classical cellular architectures, since they have the potential to provide uniform service quality and high resource utilisation…

Bayesian OptimisationManagement

Learning phylogenetic trees as hyperbolic point configurations

2021-04-23 · Benjamin Wilson

We propose a novel method for the inference of phylogenetic trees that utilises point configurations on hyperbolic space as its optimisation landscape. Each taxon corresponds to a point of the point configuration, while …

Multi-objective optimisation via the R2 utilities

2023-05-19 · Ben Tu, Nikolas Kantas, Robert M. Lee, Behrang Shafei

The goal of multi-objective optimisation is to identify a collection of points which describe the best possible trade-offs between the multiple objectives. In order to solve this vector-valued optimisation problem, pract…

Bayesian OptimisationBayesian Optimization

GBDT-MO: Gradient Boosted Decision Trees for Multiple Outputs

2019-09-10 · Zhendong Zhang, Cheolkon Jung

Gradient boosted decision trees (GBDTs) are widely used in machine learning, and the output of current GBDT implementations is a single variable. When there are multiple outputs, GBDT constructs multiple trees correspond…