Restricted Boltzmann Machine features for digit classification
  • References/Python/scikit-learn/Examples/Neural Networks

For greyscale image data where pixel values can be interpreted as degrees of blackness on a white background, like handwritten

2025-01-10 15:47:30
Classification of text documents
  • References/Python/scikit-learn/Examples/Working with text documents

This is an example showing how the scikit-learn can be used to classify documents by topics using a bag-of-words approach. This example

2025-01-10 15:47:30
Color Quantization using K-Means
  • References/Python/scikit-learn/Examples/Clustering

Performs a pixel-wise Vector Quantization (VQ) of an image of the summer palace (China), reducing the number of colors required to show the image from 96,615

2025-01-10 15:47:30
Sample pipeline for text feature extraction and evaluation
  • References/Python/scikit-learn/Examples/Model Selection

The dataset used in this example is the 20 newsgroups dataset which will be automatically downloaded and then cached and reused for

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

The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have

2025-01-10 15:47:30
Empirical evaluation of the impact of k-means initialization
  • References/Python/scikit-learn/Examples/Clustering

Evaluate the ability of k-means initializations strategies to make the algorithm convergence robust as measured by the relative

2025-01-10 15:47:30
Swiss Roll reduction with LLE
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of Swiss Roll reduction with locally linear embedding

2025-01-10 15:47:30
Compressive sensing
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

This example shows the reconstruction of an image from a set of parallel projections, acquired along different angles. Such

2025-01-10 15:47:30
Multilabel classification
  • References/Python/scikit-learn/Examples/General examples

This example simulates a multi-label document classification problem. The dataset is generated randomly based on the following process: pick

2025-01-10 15:47:30
Precision-Recall
  • References/Python/scikit-learn/Examples/Model Selection

Example of Precision-Recall metric to evaluate classifier output quality. In information retrieval, precision is a measure of result relevancy, while recall is a measure

2025-01-10 15:47:30