language-icon Old Web
English
Sign In

Unsupervised learning

Unsupervised learning is a type of self-organized Hebbian learning that helps find previously unknown patterns in data set without pre-existing labels. It is also known as self-organization and allows modeling probability densities of given inputs. It is one of the main three categories of machine learning, along with supervised and reinforcement learning. Semi-supervised learning has also been described, and is a hybridization of supervised and unsupervised techniques. Unsupervised learning is a type of self-organized Hebbian learning that helps find previously unknown patterns in data set without pre-existing labels. It is also known as self-organization and allows modeling probability densities of given inputs. It is one of the main three categories of machine learning, along with supervised and reinforcement learning. Semi-supervised learning has also been described, and is a hybridization of supervised and unsupervised techniques. Two of the main methods used in unsupervised learning are principal component and cluster analysis. Cluster analysis is used in unsupervised learning to group, or segment, datasets with shared attributes in order to extrapolate algorithmic relationships. Cluster analysis is a branch of machine learning that groups the data that has not been labelled, classified or categorized. Instead of responding to feedback, cluster analysis identifies commonalities in the data and reacts based on the presence or absence of such commonalities in each new piece of data. This approach helps detect anomalous data points that do not fit into either group. A central application of unsupervised learning is in the field of density estimation in statistics, though unsupervised learning encompasses many other domains involving summarizing and explaining data features. It could be contrasted with supervised learning by saying that whereas supervised learning intends to infer a conditional probability distribution p X ( x | y ) { extstyle p_{X}(x,|,y)} conditioned on the label y { extstyle y} of input data; unsupervised learning intends to infer an a priori probability distribution p X ( x ) { extstyle p_{X}(x)} . Generative adversarial networks can also be used with unsupervised learning, though they can also be applied to supervised and reinforcement techniques.

[ "Artificial neural network", "Cluster analysis", "Machine learning", "Artificial intelligence", "Pattern recognition", "Multi-task learning", "Generalization error", "Wake-sleep algorithm", "Stability (learning theory)", "Computational learning theory" ]
Parent Topic
Child Topic
    No Parent Topic