Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement K-means using the multi-stage programming model #15

Closed
kijungs opened this issue Mar 31, 2015 · 1 comment
Closed

Implement K-means using the multi-stage programming model #15

kijungs opened this issue Mar 31, 2015 · 1 comment

Comments

@kijungs
Copy link
Contributor

kijungs commented Mar 31, 2015

Objective:

  • Implement K-means using the new multi-stage programming model

Specification:

  • K-means algorithm corresponds to a Job consisting of two Stages
  • In the first stage (preprocess), initial centroids are aggregated to Controller Task
  • In the second stage (main process), centroids are adjusted so that they can represent clusters in data
  • In the second stage, Compute Tasks assign each data point to the nearest cluster and Controller Task computes new centroids
@kijungs kijungs changed the title Implement K-means using the new programming model Implement K-means using the multi-stage programming model Apr 8, 2015
@jsjason
Copy link
Contributor

jsjason commented Apr 29, 2015

Closed via #19.

@jsjason jsjason closed this as completed Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants