Giter Site home page Giter Site logo

sohilsshah91 / lymphedema-patient-clustering-research Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 7 KB

This project is a research focused project highlighting application of unsupervised Machine learning techniques in predicting Lymphedema disease without having knowledge about the symptoms or fields. Libraries Used: sklearn, pandas, numpy, matplotlib, sklearn. cluster KMeans and sklearn decomposition PCA.

Python 100.00%
cluster kmeans pca symptoms sklearn pandas symptom-based-clustering segmentation

lymphedema-patient-clustering-research's Introduction

Lymphedema_Patients_Clustering (Symptoms baased Clustering)

This project is a research focused project highlighting application of unsupervised Machine learning techniques in predicting Lymphedema disease without having knowledge about the symptoms or fields.

Libraries Used: sklearn, pandas, numpy, matplotlib, sklearn. cluster KMeans and sklearn decomposition PCA.

We have used the K-Means Clustering Technique to make clusters on the cleaned data. This is an unsupervised learning technique. Other technique that we read about is Hierarchical Clustering and Spectral Clustering. We need more data to make it learn the cluster as it does not take any input k and automatically forms clusters on its own.

We followed the following steps while modeling for each of the files. The details are entailed in the code.

  1. Reading the clean input file for all symptoms
  2. Used K-Means with 3 clusters and kmeans++ as type of k-means algorithm
  3. Created a Clusters columns for getting the clustered labels in the actual data
  4. Perform Principal Component Analysis (PCA) to convert n dimensions into 2 dimensions
  5. Plotted the scatter plot on 2d using pyplot
  6. Output into a csv file with the cluster labels in the code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.