About 932,000 results
Open links in new tab
  1. What is Unsupervised Learning - GeeksforGeeks

    Sep 12, 2025 · An algorithm represents unsupervised learning process which can be clustering, dimensionality reduction or anomaly detection to identify patterns in the data. The processing stage …

  2. 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 (PCA), Boltzmann …

  3. What is unsupervised learning? - IBM

    Unsupervised learning, also known as unsupervised machine learning, uses machine learning (ML) algorithms to analyze and cluster unlabeled data sets. These algorithms discover hidden patterns or …

  4. How Unsupervised Learning Works with Examples - Coursera

    Oct 15, 2025 · Unsupervised learning aims for the algorithm to uncover patterns and structures in a data set without your guidance beforehand. Essentially, you give the algorithm a data set, and it must …

  5. 2. Unsupervised learning — scikit-learn 1.7.2 documentation

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

  6. CS 229 - Unsupervised Learning Cheatsheet - Stanford University

    In an unsupervised learning setting, it is often hard to assess the performance of a model since we don't have the ground truth labels as was the case in the supervised learning setting.

  7. What is unsupervised learning? - Google Cloud

    Unsupervised learning algorithms are better suited for more complex processing tasks, such as organizing large datasets into clusters. They are useful for identifying previously undetected...

  8. Unsupervised Learning Techniques: A Comprehensive Guide

    May 25, 2024 · What is Unsupervised Learning? Unsupervised learning involves training algorithms on data that does not have labeled responses. The goal is to uncover the underlying structure of the …

  9. Unsupervised Machine Learning - Online Tutorials Library

    Unsupervised learning uses machine learning algorithms to analyze the data and discover underlying patterns within unlabeled data sets. Unlike supervised machine learning, unsupervised machine …

  10. Unsupervised Learning algorithms cheat sheet - Towards Data Science

    Feb 17, 2022 · Unsupervised learning is a machine learning technique in which developers don’t need to supervise the model. Instead, this type of learning allows the model to work independently without …