Classification of Ordinal Data Using Neural Networks
Abstract
Many real life problems require the classification of items in naturally ordered classes. These problems are traditionally handled by conventional methods for nominal classes, ignoring the order. This paper introduces a new training model for feedforward neural networks, for multiclass classification problems, where the classes are ordered. The proposed model has just one output unit which takes values in the interval [0,1]; this interval is then subdivided into K subintervals (one for each class), according to a specific probabilistic model. A comparison is made with conventional approaches, as well as with other architectures specific for ordinal data proposed in the literature. The new model compares favourably with the other methods under study, in the synthetic dataset used for evaluation.
Cite
Text
da Costa and Cardoso. "Classification of Ordinal Data Using Neural Networks." European Conference on Machine Learning, 2005. doi:10.1007/11564096_70Markdown
[da Costa and Cardoso. "Classification of Ordinal Data Using Neural Networks." European Conference on Machine Learning, 2005.](https://mlanthology.org/ecmlpkdd/2005/dacosta2005ecml-classification/) doi:10.1007/11564096_70BibTeX
@inproceedings{dacosta2005ecml-classification,
title = {{Classification of Ordinal Data Using Neural Networks}},
author = {da Costa, Joaquim F. Pinto and Cardoso, Jaime S.},
booktitle = {European Conference on Machine Learning},
year = {2005},
pages = {690-697},
doi = {10.1007/11564096_70},
url = {https://mlanthology.org/ecmlpkdd/2005/dacosta2005ecml-classification/}
}