About 4,920,000 results
Open links in new tab
  1. Unsupervised learning - Wikipedia

    There are algorithms designed specifically for unsupervised learning, such as clustering algorithms like k-means, dimensionality reduction techniques like principal component analysis …

  2. What is unsupervised learning? - IBM

    Unsupervised learning models are utilized for three main tasks—clustering, association, and dimensionality reduction. Below we’ll define each learning method and highlight common …

  3. What is Unsupervised Learning - GeeksforGeeks

    Dec 10, 2025 · Unsupervised Learning is a type of machine learning where the model works without labelled data. It learns patterns on its own by grouping similar data points or finding …

  4. 2. Unsupervised learning — scikit-learn 1.8.0 documentation

    Feb 2, 2010 · Gaussian mixture models- Gaussian Mixture, Variational Bayesian Gaussian Mixture., Manifold learning- Introduction, Isomap, Locally Linear Embedding, Modified Locally …

  5. How Unsupervised Learning Works with Examples - Coursera

    Oct 15, 2025 · When designing unsupervised learning algorithms, you will likely use three main approaches: clustering, association rule learning (ARL), and dimensionality reduction.

  6. What is unsupervised learning? - Google Cloud

    Unlike supervised learning, unsupervised machine learning models are given unlabeled data and allowed to discover patterns and insights without any explicit guidance or instruction.

  7. What is Unsupervised Learning? | Definition from TechTarget

    Aug 26, 2024 · Unsupervised learning models don't need supervision or preexisting categories while training data sets, making them ideal for discovering patterns, groupings and differences …

  8. Introduction to Unsupervised Learning - DataCamp

    Jan 12, 2024 · Unsupervised learning is a type of machine learning where a model is used to discover the underlying structure of a dataset using only input features, without the need for a …

  9. What Is Unsupervised Learning? - Oracle

    Jul 17, 2024 · Unsupervised learning is a type of machine learning where the algorithm is trained on unlabeled data. An unsupervised learning project starts with establishing the problem to be …

  10. Unsupervised Learning Guide: Tutorials and Examples | AIRaft

    Unsupervised learning is a branch of machine learning where algorithms are trained on data without predefined labels, allowing them to identify patterns and structures autonomously. This …