Assignment 2 - Classification and Clustering
This assignment focuses on the implementation of the K-means clustering and K-nearest neighbors (KNN) classification algorithms.
Open the .ipynb files using Jupyter Notebook to run the progams.
jupyter-notebook k_means.ipynbjupyter-notebook knn.ipynbThe k_means.ipynb file makes use of the following packages:
The knn.ipynb file makes use of the following packages: