Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziraddingulumjanly/unsupervised-learning-implementation-on-heartattackdataset

This study aims to identify distinct subgroups within a dataset of patients with heart attack-related features using unsupervised learning techniques: k-means and Hierarchical
https://github.com/ziraddingulumjanly/unsupervised-learning-implementation-on-heartattackdataset

dataset heartattack kaggle kmeans-algorithm kmeans-clustering pca-analysis tsne-algorithm unsupervised-machine-learning

Last synced: 9 days ago
JSON representation

This study aims to identify distinct subgroups within a dataset of patients with heart attack-related features using unsupervised learning techniques: k-means and Hierarchical

Awesome Lists containing this project

README

        

# Implementation of k-means and Hierarchical clustering methods to the Heart Attack Dataset

The identification and grouping of individuals based on these health indicators are crucial for understanding patterns that may correlate with heart attack risk. By partitioning the data into meaningful groups without relying on explicit outcome labels, the analysis highlights trends in health indicators and provides insights into natural groupings of health profiles. These findings can facilitate targeted interventions, improve risk stratification, and enhance understanding of patient heterogeneity, potentially guiding medical decision-making and identifying high-risk subpopulations for further study.
![result_tSNE](https://github.com/user-attachments/assets/39964526-36e8-463a-afd7-bb094ec99cc7)

# ZG2024