kmeans and hierachal clustering in python with and without packages
In short: First, use unsupervised learning techniques to determine Kmeans and hierarchal clustering. Next, use random forest classification to predict cluster number and calculate accuracy. Last, write Kmeans clustering from scratch using Python [No packages can be used for this part]. Compare results. Long version: First, use dataset1 (csv) with unsupervised learning techniques. Use Kmeans […]