Publicação

Lazy classification using an optimized instance-based learner

Ver documento

Detalhes bibliográficos
Resumo:Classification is a machine learning technique whose objective is the prediction of the class membership of data instances. There are numerous models Currently available for performing classification. among which decision trees and artificial neural networks. In this article we describe the implementation of a new lazy classification model called similarity classifier. Given an out-of-sample instance, this model predicts its class by finding the training instances that are similar to it, and returning the most frequent class among these instances. The classifier was implemented using Weka's data mining API, and is available for download. Its performance. according to accuracy and speed metrics, compares relatively well with that of well-established classifiers such as nearest neighbor models or support vector machines. For this reason, the similarity classifier can become a useful instrument in a data mining practitioner's tool set.
Autores principais:Barbosa, Rui Pedro
Outros Autores:Belo, Orlando
Assunto:Data mining supervised learning classification
Ano:2009
País:Portugal
Tipo de documento:comunicação em conferência
Tipo de acesso:acesso restrito
Instituição associada:Universidade do Minho
Idioma:inglês
Origem:RepositóriUM - Universidade do Minho
Descrição
Resumo:Classification is a machine learning technique whose objective is the prediction of the class membership of data instances. There are numerous models Currently available for performing classification. among which decision trees and artificial neural networks. In this article we describe the implementation of a new lazy classification model called similarity classifier. Given an out-of-sample instance, this model predicts its class by finding the training instances that are similar to it, and returning the most frequent class among these instances. The classifier was implemented using Weka's data mining API, and is available for download. Its performance. according to accuracy and speed metrics, compares relatively well with that of well-established classifiers such as nearest neighbor models or support vector machines. For this reason, the similarity classifier can become a useful instrument in a data mining practitioner's tool set.