K-Means Clustering implementation from scratch using Python, attempting to form meaningful clusters from the College Dataset. Also, KNN classification on same dataset performed.
-
Updated
May 6, 2019 - Jupyter Notebook
K-Means Clustering implementation from scratch using Python, attempting to form meaningful clusters from the College Dataset. Also, KNN classification on same dataset performed.
dataset of US universities with SAT, ACT, admission rates, and application deadlines
K-Means clustering project that groups universities into Private and Public categories using unsupervised machine learning, data preprocessing, and visualization techniques.
Add a description, image, and links to the college-dataset topic page so that developers can more easily learn about it.
To associate your repository with the college-dataset topic, visit your repo's landing page and select "manage topics."