Javascript must be enabled to continue!
Comparison between KNN, W-KNN, Wc-KNN and Wk-KNN models on a CDC heart disease dataset
View through CrossRef
Abstract
One of the most popular and fundamental methods used for machine learning classification is KNN (K-nearest neighbor). Despite its simplicity, this method can achieve good data classification results even without prior knowledge of the data distribution. WKNN (weighted KNN) is an improvement of KNN where, instead of merely counting the number of nearby neighbors, the system assigns a weight to each neighbor. Typically, this weight is defined by the inverse of the squared distance (\(weight=\frac{1}{{d}^{2}}\)). This study aims to present an alternative way to define the weight (\(weight=\frac{wp}{1+{\left|cd\right|}^{n}}\)) and a methodology in which the weight formula is defined based on the position and the training data. It was found that, in this dataset, the presented methodology achieves results that are 9% better than KNN and 8% better than WKNN.
Title: Comparison between KNN, W-KNN, Wc-KNN and Wk-KNN models on a CDC heart disease dataset
Description:
Abstract
One of the most popular and fundamental methods used for machine learning classification is KNN (K-nearest neighbor).
Despite its simplicity, this method can achieve good data classification results even without prior knowledge of the data distribution.
WKNN (weighted KNN) is an improvement of KNN where, instead of merely counting the number of nearby neighbors, the system assigns a weight to each neighbor.
Typically, this weight is defined by the inverse of the squared distance (\(weight=\frac{1}{{d}^{2}}\)).
This study aims to present an alternative way to define the weight (\(weight=\frac{wp}{1+{\left|cd\right|}^{n}}\)) and a methodology in which the weight formula is defined based on the position and the training data.
It was found that, in this dataset, the presented methodology achieves results that are 9% better than KNN and 8% better than WKNN.
Related Results
GENETIC PERSPECTIVE OF THE CONGENITAL HEART DISEASE
GENETIC PERSPECTIVE OF THE CONGENITAL HEART DISEASE
Congenital heart diseases (CHDs) are the structural abnormalities that may occur in the heart, greater veins and arteries or may include the septum between the ventricles and atria...
Optimising tool wear and workpiece condition monitoring via cyber-physical systems for smart manufacturing
Optimising tool wear and workpiece condition monitoring via cyber-physical systems for smart manufacturing
Smart manufacturing has been developed since the introduction of Industry 4.0. It consists of resource sharing and networking, predictive engineering, and material and data analyti...
Contemporary aetiology of Heart Failure in a Teaching Hospital in Ghana: a prospective study
Contemporary aetiology of Heart Failure in a Teaching Hospital in Ghana: a prospective study
Abstract
Background
Heart failure (Heart Failure) is recognized as a global public health disease associated with high morbidity and mortality. It is suggested that the ma...
Group-Based Sample Partitioning kNN: A Computationally Efficient kNN Algorithm for Resource-Constrained Environments
Group-Based Sample Partitioning kNN: A Computationally Efficient kNN Algorithm for Resource-Constrained Environments
The k-nearest neighbors (kNN) algorithm is widely adopted for classification due to its simplicity and effectiveness. However, its computational cost remains a significant challeng...
Caenorhabditis elegans UBX cofactors for CDC‐48/p97 control spermatogenesis
Caenorhabditis elegans UBX cofactors for CDC‐48/p97 control spermatogenesis
UBX (ubiquitin regulatory X) domain–containing proteins act as cofactors for CDC‐48/p97. CDC‐48/p97 is essential for various cellular processes including retro‐translocation in end...
Meta-Learning Based Classification Model for Cardiovascular Disease (Preprint)
Meta-Learning Based Classification Model for Cardiovascular Disease (Preprint)
BACKGROUND
Cardiovascular disease is a significant global health concern, being the leading cause of death and disability worldwide. The World Health Organi...
Heart Disease Risk Prediction Using Machine Learning: A Data-Driven Approach for Early Diagnosis and Prevention
Heart Disease Risk Prediction Using Machine Learning: A Data-Driven Approach for Early Diagnosis and Prevention
Cardiovascular diseases continue to be a major cause of death worldwide and a major challenge to healthcare systems in both the developing and developed world. In the US alone, nea...
KNN Loss and Deep KNN
KNN Loss and Deep KNN
The k Nearest Neighbor (KNN) algorithm has been widely applied in various supervised learning tasks due to its simplicity and effectiveness. However, the quality of KNN decision ma...

