A Game Theoretic Flavoured Decision Tree for Classification (2022)

Abstract A game theoretic flavoured decision tree is designed for multi-class classification. Node data is split by using a game between sub-nodes that try to minimize their entropy. The splitting parameter is approximated by a naive approach that explores the deviations of players that can improve payoffs by unilateral deviations in order to imitate…

The Twitter-Lex Sentiment Analysis System (2022)

Abstract Twitter Sentiment Analysis is demanding due to the freestyle way people express their opinions and feelings. Using only the preprocessed text from a dataset does not bring enough value to the process. Therefore, there is a need to define and mine different and complex features to detect hidden information from a tweet. The…

Recommendation System for Student Academic Progress (2022)

Abstract The purpose of this work is to study the possible approaches to build a recommendation system that could help students in organizing their work and improving their results. More specifically, we intend to predict grades of a student for future exams, based on his/her previous results and the past grades received by all…

A Hybrid Complexity Metric in Automatic Software Defects Prediction (2022)

Abstract Nowadays, software systems evolve in vast and complex applications. In such a complex system, a minor change in one part may have unexpected degradation of the software system design, leading to an unending chain of bugs and defects. Therefore, to keep track of implications that could appear after a change has been applied,…

More than Meets the Eye: Using Textural Analysis and Artificial Intelligence as Decision Support Tools in Prostate Cancer Diagnosis—A Systematic Review (2022)

Abstract Introduction: Multiparametric magnetic resonance imaging (mpMRI) is the main imagistic tool employed to assess patients suspected of harboring prostate cancer (PCa), setting the indication for targeted prostate biopsy. However, both mpMRI and targeted prostate biopsy are operator dependent. The past decade has been marked by the emerging domain of radiomics and artificial intelligence…

A New Nash-Probit Model for Binary Classification (2021)

Abstract The Nash equilibrium is used to estimate the parameters of a Probit binary classification model transformed into a multiplayer game. Each training data instance is a player of the game aiming to maximize its own log likelihood function. The Nash equilibrium of this game is approximated by modifying the Covariance Matrix Adaptation Evolution…

A Simple Genetic Algorithm for the Critical Node Detection Problem (2021)

Abstract The critical node detection problem describes a class of graph problems that involves identifying sets of nodes that influence a given graph metric. One variant of this problem is to find the nodes that – when removed from the graph – maximize the number of connected components in the remaining graph. This is…

On the use of evolutionary algorithms for test case prioritization in regression testing considering requirements dependencies (2021)

Abstract Nowadays, software systems encounter repeated modifications in order to satisfy any requirement regarding a business change. To assure that these changes do not affect systems' proper functioning, those parts affected by the changes need to be retested, minimizing the negative impact of performed modifications on another part of the software. In this research,…