/Machine-Learning-s21-prog6

Assignment on clustering

Primary LanguageJupyter Notebook

Assignment 6

In this assignment you will examine 8 data sets and use k-means clustering on them.

Introduction

Refer to the Cluster slides. Look at the note books in csis-machine-learning

  1. kmeans
  2. MNIST PCA

Also, there is a notebook in this folder that shows how you can plot in 3D with color and point size.

  • threeDplot

What to do

Modify the Assignment note book by finishing the tasks listed in the code and mark down sections.

Submission

Process: There are multiple parts to the assignment. Fill in the code and notes sections associated with each part. You should not need to add in extra sections, but if you feel the need, do so.

Commit and Push

Anytime you complete a part, you are required to commit to your local personalized copy of the repository. You will then push to the github repository. Use good commit messages. Points will be deducted if you don't commit for each part. Note: It is always acceptable to make a change to a section later. Just remember to commit and push your work.