paper-with-me

Papers

Challenges in Binary Classification

2024-06-19 · Pengbo Yang, Jian Yu

Binary Classification plays an important role in machine learning. For linear classification, SVM is the optimal binary classification method. For nonlinear classification, the SVM algorithm needs to complete the classification task by using the kernel function. Although the SVM algorithm with kernel function is very effective, the selection of kernel function is empirical, which means that the kernel function may not be optimal. Therefore, it is worth studying how to obtain an optimal binary classifier. In this paper, the problem of finding the optimal binary classifier is considered as a variational problem. We design the objective function of this variational problem through the max-min problem of the (Euclidean) distance between two classes. For linear classification, it can be deduced that SVM is a special case of this variational problem framework. For Euclidean distance, it is proved that the proposed variational problem has some limitations for nonlinear classification. Therefore, how to design a more appropriate objective function to find the optimal binary classifier is still an open problem. Further, it's discussed some challenges and problems in finding the optimal classifier.

📄 PDF Abstract BibTeX arXiv:2406.13665

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Generalization for multiclass classification with overparameterized linear models

2022-06-03 · Vignesh Subramanian, Rahul Arya, Anant Sahai

Via an overparameterized linear model with Gaussian features, we provide conditions for good generalization for multiclass classification of minimum-norm interpolating solutions in an asymptotic setting where both the nu…

Binary ClassificationClassification

Evaluation of ChatGPT Model for Vulnerability Detection

2023-04-12 · Anton Cheshkov, Pavel Zadorozhny, Rodion Levichev

In this technical report, we evaluated the performance of the ChatGPT and GPT-3 models for the task of vulnerability detection in code. Our evaluation was conducted on our real-world dataset, using binary and multi-label…

ClassificationmodelMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Application of Quantum Convolutional Neural Networks for MRI-Based Brain Tumor Detection and Classification

2025-08-28 · Sugih Pratama Nugraha, Ariiq Islam Alfajri, Tony Sumaryada, Duong Thanh Tai 외 arxiv

This study explores the application of Quantum Convolutional Neural Networks (QCNNs) for brain tumor classification using MRI images, leveraging quantum computing for enhanced computational efficiency. A dataset of 3,264…

Brain Tumor ClassificationComputational EfficiencyBinary Classification

FSL-BM: Fuzzy Supervised Learning with Binary Meta-Feature for Classification

2017-09-26 · Kamran Kowsari, Nima Bari, Roman Vichr, Farhad A. Goodarzi

This paper introduces a novel real-time Fuzzy Supervised Learning with Binary Meta-Feature (FSL-BM) for big data classification task. The study of real-time algorithms addresses several major concerns, which are namely: …

Binary ClassificationGeneral Classification

Walk in Wild: An Ensemble Approach for Hostility Detection in Hindi Posts

2021-01-15 · Chander Shekhar, Bhavya Bagla, Kaushal Kumar Maurya, Maunendra Sankar Desarkar

As the reach of the internet increases, pejorative terms started flooding over social media platforms. This leads to the necessity of identifying hostile content on social media platforms. Identification of hostile conte…

Binary ClassificationClassificationGeneral ClassificationMulti-class Classification