doctoralThesis
Seleção dinâmica de atributos para comitês de classificadores
Fecha
2019-02-22Registro en:
NUNES, Rômulo de Oliveira. Seleção dinâmica de atributos para comitês de classificadores. 2019. 125f. Tese (Doutorado em Ciência da Computação) - Centro de Ciências Exatas e da Terra, Universidade Federal do Rio Grande do Norte, Natal, 2019.
Autor
Nunes, Rômulo de Oliveira
Resumen
In machine learning, the data preprocessing has the aim to improve the data quality,
through to analyze and to identify of problems in it. So, the machine learning technique
will receive the data of a good quality. The feature selection is one of the most important
pre-processing phases. Its main aim is to choose the best subset that represents the dataset,
aiming to reduce the dimensionality and to increase the classi er performance. There are
di erent features selection approaches, on of them is the Dynamic Feature Selection. The
Dynamic Feature Selection selects the best subset of attributes for each instance, instead
of only one subset for a full dataset. After to select a more compact data representation,
the next step in the classi cation is to choose the model to classify the data. This model
can be composed by a single classi er or by a system with multiples classi ers, known
as Ensembles classi er. These systems to combine the output to obtain a nal answer
for the system. For these systems to get better performance than a single classi er it is
necessary to promote diversity between the components of the system. So, it is necessary
that the base classi ers do not make mistakes for the same patterns. For this, the diversity
is considered one of the most important aspects to use ensembles. The aim of the work is
to use the Dynamic Feature Selection in Ensembles systems. To this, three versions were
developed to adapt this feature selection and to create diversity between the classi ers
of the ensemble. The versions were compared using di erent selection rates and ensemble
sizes. After this, the best version was tested with other methods founded in literature.