Sparse recovery
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Given a small number of observations, we want to recover which features of X are relevant to explain y. For this

2025-01-10 15:47:30
A demo of K-Means clustering on the handwritten digits data
  • References/Python/scikit-learn/Examples/Clustering

In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.

2025-01-10 15:47:30
The Johnson-Lindenstrauss bound for embedding with random projections
  • References/Python/scikit-learn/Examples/General examples

The

2025-01-10 15:47:30
Image denoising using dictionary learning
  • References/Python/scikit-learn/Examples/Decomposition

An example comparing the effect of reconstructing noisy fragments of a raccoon face image using firstly online

2025-01-10 15:47:30
Segmenting the picture of a raccoon face in regions
  • References/Python/scikit-learn/Examples/Clustering

This example uses

2025-01-10 15:47:30
Robust covariance estimation and Mahalanobis distances relevance
  • References/Python/scikit-learn/Examples/Covariance estimation

An example to show covariance estimation with the Mahalanobis distances on Gaussian distributed data. For Gaussian distributed

2025-01-10 15:47:30
Hyper-parameters of Approximate Nearest Neighbors
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example demonstrates the behaviour of the accuracy of the nearest neighbor queries of Locality Sensitive Hashing Forest as the number

2025-01-10 15:47:30
Demonstration of k-means assumptions
  • References/Python/scikit-learn/Examples/Clustering

This example is meant to illustrate situations where k-means will produce unintuitive and possibly unexpected clusters. In the first three plots, the input

2025-01-10 15:47:30
Plotting Validation Curves
  • References/Python/scikit-learn/Examples/Model Selection

In this plot you can see the training scores and validation scores of an SVM for different values of the kernel parameter gamma. For very low values of gamma, you

2025-01-10 15:47:30
Adjustment for chance in clustering performance evaluation
  • References/Python/scikit-learn/Examples/Clustering

The following plots demonstrate the impact of the number of clusters and number of samples on various clustering performance evaluation

2025-01-10 15:47:30