Skip to content

txtonylee/Coding-Challenge

 
 

Repository files navigation

ACM Research Coding Challenge (Fall 2020)

I am using pandas, numpy, matplotlib, and sklearn libary from python

This article helps me alot during my clustering coding challenge: https://medium.com/code-to-express/k-means-clustering-for-beginners-using-python-from-scratch-f20e79c8ad00

By using K-means clustering algorithm, I manage to divide the graph into 4 cluster. First, we need to scaled the data around zero mean. Then I draw a graph to determine number of cluster using Elbow method and matplotlib. Finally, I use matplotlib to visualize number of cluster.

Image of Cluster Plot

(Coding-challenge.pdf)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%