Skip to content

Machine Learning class final project: implement an algorithm to determine the optimal k value for k-means clustering.

Notifications You must be signed in to change notification settings

mrdonliu/dynamickmeans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CS381/780 - Machine Learning Final Project for Jihoon Oh, Ryan Ramphal, and Don Liu

The main program is in the code file main.py. This code is written in Python 2, so you will need a Python 2 interpreter installed on the machine you wish to run this code from.

Once you have Python 2 installed on your machine, open your command line and navigate to the folder containing this project. Then execute the command python main.py to run the code. It will print out IV/EV, given a number from k = 1 to k = size of data setkl The Dow Jones dataset was taken from: http://archive.ics.uci.edu/ml/datasets/Dow+Jones+Index

About

Machine Learning class final project: implement an algorithm to determine the optimal k value for k-means clustering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%