Unsupervised Learning in Anaconda

Before discussing unsupervised learning, it might be a good idea to introduce supervised learning since most of us will be familiar with functions discussed in the previous chapters. For a function of y=f(x), usually we have values for independent variables of x1, x2, ... xn and a set of corresponding values for a dependent variable of y. In previous chapters, we have discussed various types of functions, such as the single-factor linear model. Our task is to figure out the format of the function, given a set of input values. For supervised learning, we have two datasets: the training data and test data. For the training dataset, it has a set of input variables and related output values (also called a supervisory ...

Get Hands-On Data Science with Anaconda now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.