paper-with-me

홈 › Papers

The Power Of Simplicity: Why Simple Linear Models Outperform Complex Machine Learning Techniques -- Case Of Breast Cancer Diagnosis

2023-06-04 · Muhammad Arbab Arshad, Sakib Shahriar, Khizar Anjum

This research paper investigates the effectiveness of simple linear models versus complex machine learning techniques in breast cancer diagnosis, emphasizing the importance of interpretability and computational efficiency in the medical domain. We focus on Logistic Regression (LR), Decision Trees (DT), and Support Vector Machines (SVM) and optimize their performance using the UCI Machine Learning Repository dataset. Our findings demonstrate that the simpler linear model, LR, outperforms the more complex DT and SVM techniques, with a test score mean of 97.28%, a standard deviation of 1.62%, and a computation time of 35.56 ms. In comparison, DT achieved a test score mean of 93.73%, and SVM had a test score mean of 96.44%. The superior performance of LR can be attributed to its simplicity and interpretability, which provide a clear understanding of the relationship between input features and the outcome. This is particularly valuable in the medical domain, where interpretability is crucial for decision-making. Moreover, the computational efficiency of LR offers advantages in terms of scalability and real-world applicability. The results of this study highlight the power of simplicity in the context of breast cancer diagnosis and suggest that simpler linear models like LR can be more effective, interpretable, and computationally efficient than their complex counterparts, making them a more suitable choice for medical applications.

📄 PDF Abstract BibTeX arXiv:2306.02449

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecision Making

Methods 이 논문이 사용한 방법론

Test 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Simplicity Bias of Neural Networks

2023-11-05 · Zhehang Du

Neural networks often exhibit simplicity bias, favoring simpler features over more complex ones, even when both are equally predictive. We introduce a novel method called imbalanced label coupling to explore and extend t…

A theory of learning data statistics in diffusion models, from easy to hard

2026-03-13 · Lorenzo Bardone, Claudia Merger, Sebastian Goldt arxiv

While diffusion models have emerged as a powerful class of generative models, their learning dynamics remain poorly understood. We address this issue first by empirically showing that standard diffusion models trained on…

Simplicity bias in the parameter-function map of deep neural networks

2019-05-28 · Guillermo Valle-Pérez, Chico Q. Camargo, Ard A. Louis

The idea that neural networks may exhibit a bias towards simplicity has a long history. Simplicity bias provides a way to quantify this intuition. It predicts, for a broad class of input-output maps which can describe m…

Neural networks trained with SGD learn distributions of increasing complexity

2022-11-21 · Maria Refinetti, Alessandro Ingrosso, Sebastian Goldt

The ability of deep neural networks to generalise well even when they interpolate their training data has been explained using various "simplicity biases". These theories postulate that neural networks avoid overfitting …

Tessellated Linear Model for Age Prediction from Voice

2025-01-16 · Dareen Alharthi, Mahsa Zamani, Bhiksha Raj, Rita Singh

Voice biometric tasks, such as age estimation require modeling the often complex relationship between voice features and the biometric variable. While deep learning models can handle such complexity, they typically requi…

Age EstimationDeep LearningPrediction