MLLGAPCOJul 3, 2018

Breast Cancer Diagnosis via Classification Algorithms

arXiv:1807.01334v1
Originality Synthesis-oriented
AI Analysis

This is an incremental study applying existing methods to a medical dataset for potential diagnostic improvements.

The paper tackled breast cancer diagnosis by comparing SVM, Bayesian Logistic Regression, and K-Nearest-Neighbors on the Wisconsin Diagnostic Breast Cancer Data, finding SVM performed best with close competition from Bayesian Logistic Regression.

In this paper, we analyze the Wisconsin Diagnostic Breast Cancer Data using Machine Learning classification techniques, such as the SVM, Bayesian Logistic Regression (Variational Approximation), and K-Nearest-Neighbors. We describe each model, and compare their performance through different measures. We conclude that SVM has the best performance among all other classifiers, while it competes closely with the Bayesian Logistic Regression that is ranked second best method for this dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes