Definition
Unsupervised Learning
Unsupervised learning is a type of machine learning that involves training models on data without labeled outcomes, enabling the discovery of patterns and structures within the data itself. This method is used to perform tasks such as clustering, where similar data points are grouped together, and dimensionality reduction, which simplifies data without losing critical information. Unsupervised learning helps in identifying hidden patterns or intrinsic structures that are not readily apparent.
Learning Algorithm
Definition
Link to originalUnsupervised Learning Algorithm
An unsupervised learning algorithm is a learning algorithm that maps unlabelled training data to a specific hypothesis:
where:
- is the instance space.
- is the hypothesis class.