Unsupervised learning

by | Mar 24, 2019 | Machine learning | 1 comment

Definition of unsupervised learning

Supervised learning is a set of techniques that allow you to infer models to extract knowledge from datasets where a priori is unknown.

Unsupervised learning techniques can be applied without having the data labeled for training.

Since we only know input data, but there is no output data that corresponds to the inputs, you can only describe the structure of the data and thereby try to find some kind of organization that simplifies the analysis, so it has a character Exploratory.

Operation

To understand how unsupervised learning works, you’ll turn to an example where we have an untagged dataset. This dataset is extracted from its characteristics in vectors and with this we train the machine learning algorithm in order to look for patterns between the data. The algorithm generates a model that we can provide you with new data sets that will cluster us the new elements that you have never seen with what you have learned in the training phase.

unsupervised learning

unsupervised learning

Classification

clasification unsupervised learning

clasification unsupervised learning

Clustering

Clustering as an unsupervised learning method aims to classify into groups according to data variables

An example of this method is to search for groups of customers with similar purchasing habits.

Clustering

Clustering

Dimensionality reduction

Dimensionality reduction as an unsupervised apprenticeship method aims to reduce the number of variables to consider in the analysis.

An example of this method is to represent in a single dimension the measures of a role

dimensionality reduction

dimensionality reduction

1 Comment

  1. Curioso

    ¿Qué tiene que ver el tamaño de los folios con la reducción dimensional en machine learning?

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *