R: K-Means Clustering
K Means Cluster will be our introduction to Unsupervised Machine Learning. What is Unsupervised Machine Learning exactly? Well, the simplest explanation I can offer is that unlike supervised where our data set contains a result, unsupervised does not. Think of a simple regression where I have the square footage and selling prices (result) of 100 houses. Taking that data, I can easily create a prediction model that will predict the selling price of a house based off of square footage. Now, take a data set containing 100 houses with the following data: square footage, house style, garage/no garage, but no selling price.
Dec-10-2016, 07:50:24 GMT
- Technology: