Blind source separation using FastICA
  • References/Python/scikit-learn/Examples/Decomposition

An example of estimating sources from noisy data.

2025-01-10 15:47:30
Plot different SVM classifiers in the iris dataset
  • References/Python/scikit-learn/Examples/Support Vector Machines

Comparison of different linear SVM classifiers on a 2D projection of the iris dataset. We only consider the first 2 features of this dataset:

2025-01-10 15:47:30
Sparse coding with a precomputed dictionary
  • References/Python/scikit-learn/Examples/Decomposition

Transform a signal as a sparse combination of Ricker wavelets. This example visually compares different sparse coding methods using the

2025-01-10 15:47:30
A demo of the mean-shift clustering algorithm
  • References/Python/scikit-learn/Examples/Clustering

Reference: Dorin Comaniciu and Peter Meer, ?Mean Shift: A robust approach toward feature space analysis?. IEEE Transactions on Pattern Analysis

2025-01-10 15:47:30
Varying regularization in Multi-layer Perceptron
  • References/Python/scikit-learn/Examples/Neural Networks

A comparison of different values for regularization parameter ?alpha? on synthetic datasets. The plot shows that different alphas yield different

2025-01-10 15:47:30
SVM-Anova
  • References/Python/scikit-learn/Examples/Support Vector Machines

This example shows how to perform univariate feature selection before running a SVC (support vector classifier) to improve the classification

2025-01-10 15:47:30
A demo of the Spectral Biclustering algorithm
  • References/Python/scikit-learn/Examples/Biclustering

This example demonstrates how to generate a checkerboard dataset and bicluster it using the Spectral Biclustering algorithm. The data is

2025-01-10 15:47:30
Principal components analysis
  • References/Python/scikit-learn/Examples/Decomposition

These figures aid in illustrating how a point cloud can be very flat in one direction?which is where PCA comes in to choose a direction that is not flat.

2025-01-10 15:47:30
Partial Dependence Plots
  • References/Python/scikit-learn/Examples/Ensemble methods

Partial dependence plots show the dependence between the target function

2025-01-10 15:47:30
SGD: Penalties
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot the contours of the three penalties. All of the above are supported by sklearn.linear_model.stochastic_gradient.

2025-01-10 15:47:30