paper-with-me

홈 › Papers

Reliable Evaluation of Neural Network for Multiclass Classification of Real-world Data

2016-11-30 · Siddharth Dinesh, Tirtharaj Dash

This paper presents a systematic evaluation of Neural Network (NN) for classification of real-world data. In the field of machine learning, it is often seen that a single parameter that is 'predictive accuracy' is being used for evaluating the performance of a classifier model. However, this parameter might not be considered reliable given a dataset with very high level of skewness. To demonstrate such behavior, seven different types of datasets have been used to evaluate a Multilayer Perceptron (MLP) using twelve(12) different parameters which include micro- and macro-level estimation. In the present study, the most common problem of prediction called 'multiclass' classification has been considered. The results that are obtained for different parameters for each of the dataset could demonstrate interesting findings to support the usability of these set of performance evaluation parameters.

📄 PDF Abstract BibTeX arXiv:1612.00671

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Classification Performance Metric Elicitation and its Applications

2022-08-19 · Gaurush Hiranandani

Given a learning problem with real-world tradeoffs, which cost function should the model be trained to optimize? This is the metric selection problem in machine learning. Despite its practical interest, there is limited …

Binary ClassificationClassification

LightMC: A Dynamic and Efficient Multiclass Decomposition Algorithm

2019-08-25 · Ziyu Liu, Guolin Ke, Jiang Bian, Tie-Yan Liu

Multiclass decomposition splits a multiclass classification problem into a series of independent binary learners and recomposes them by combining their outputs to reconstruct the multiclass classification results. Three …

ClassificationGeneral Classification

Blackbox Post-Processing for Multiclass Fairness

2022-01-12 · Preston Putzel, Scott Lee

Applying standard machine learning approaches for classification can produce unequal results across different demographic groups. When then used in real-world settings, these inequities can have negative societal impacts…

BIG-bench Machine LearningBinary ClassificationClassificationFairness

Simplex-to-Euclidean Bijection for Conjugate and Calibrated Multiclass Gaussian Process Classification

2026-03-17 · Bernardo Williams, Harsha Vardhan Tetali, Arto Klami, Marcelo Hartmann arxiv

We propose a conjugate and calibrated Gaussian process (GP) model for multi-class classification by exploiting the geometry of the probability simplex. Our approach uses Aitchison geometry to map simplex-valued class pro…

Multi-class Classification

One-Class Meta-Learning: Towards Generalizable Few-Shot Open-Set Classification

2021-09-14 · Jedrzej Kozerawski, Matthew Turk

Real-world classification tasks are frequently required to work in an open-set setting. This is especially challenging for few-shot learning problems due to the small sample size for each known category, which prevents e…

ClassificationFew-Shot LearningMeta-LearningOne-Class Classification+1