paper-with-me

홈 › Papers

Confusion matrices and rough set data analysis

2019-02-04 · Ivo Düntsch, Günther Gediga

A widespread approach in machine learning to evaluate the quality of a classifier is to cross -- classify predicted and actual decision classes in a confusion matrix, also called error matrix. A classification tool which does not assume distributional parameters but only information contained in the data is based on the rough set data model which assumes that knowledge is given only up to a certain granularity. Using this assumption and the technique of confusion matrices, we define various indices and classifiers based on rough confusion matrices.

📄 PDF Abstract BibTeX arXiv:1902.01487

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

Study of Phonemes Confusions in Hierarchical Automatic Phoneme Recognition System

2015-08-07 · Rimah Amami, Noureddine Ellouze

In this paper, we have analyzed the impact of confusions on the robustness of phoneme recognitions system. The confusions are detected at the pronunciation and the confusions matrices of the phoneme recognizer. The confu…

Automatic Phoneme RecognitionPhoneme Recognition

Neo: Generalizing Confusion Matrix Visualization to Hierarchical and Multi-Output Labels

2021-10-24 · Jochen Görtler, Fred Hohman, Dominik Moritz, Kanit Wongsuphasawat 외

The confusion matrix, a ubiquitous visualization for helping people evaluate machine learning models, is a tabular layout that compares predicted class labels against actual class labels over all data instances. We condu…

BIG-bench Machine Learning

Phonetic Error Analysis of Raw Waveform Acoustic Models

2026-06-05 · Erfan Loweimi, Zhengjun Yue, Andrea Carmantini, Zoran Cvetkovic 외 arxiv

We analyse error patterns of raw waveform acoustic models on TIMIT phone recognition beyond the overall phone error rate (PER). PER is decomposed across three broad phonetic class (BPC) categorisations, and confusion mat…

Transfer Learning

Confusion Matrices and Accuracy Statistics for Binary Classifiers Using Unlabeled Data: The Diagnostic Test Approach

2022-08-26 · Richard Evans

Medical researchers have solved the problem of estimating the sensitivity and specificity of binary medical diagnostic tests without gold standard tests for comparison. That problem is the same as estimating confusion ma…

DiagnosticSensitivitySpecificity

ConfusionFlow: A model-agnostic visualization for temporal analysis of classifier confusion

2019-10-02 · Andreas Hinterreiter, Peter Ruch, Holger Stitz, Martin Ennemoser 외

Classifiers are among the most widely used supervised machine learning algorithms. Many classification models exist, and choosing the right one for a given task is difficult. During model selection and debugging, data sc…

Active LearningModel SelectionNetwork Pruning