Libsvm GUI

A simple graphical frontend for Libsvm mainly intended for didactic purposes. You can create data points by point and click and visualize the decision region induced by different

2017-01-15 04:23:12
Out-of-core classification of text documents

This is an example showing how scikit-learn can be used for classification using an out-of-core approach: learning from data that doesn?t fit into

2017-01-15 04:24:51
Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation

This is an example of applying Non-negative Matrix Factorization and Latent Dirichlet Allocation on a

2017-01-15 04:27:15
Outlier detection on a real data set

This example illustrates the need for robust covariance estimation on a real data set. It is useful both for outlier detection and for a better understanding

2017-01-15 04:24:52
Model Complexity Influence

Demonstrate how model complexity influences both prediction accuracy and computational performance. The dataset is the Boston Housing dataset (resp. 20 Newsgroups)

2017-01-15 04:24:05
Faces recognition example using eigenfaces and SVMs

The dataset used in this example is a preprocessed excerpt of the ?Labeled Faces in the Wild?, aka

2017-01-15 04:21:59
Prediction Latency

This is an example showing the prediction latency of various scikit-learn estimators. The goal is to measure the latency one can expect when doing predictions either

2017-01-15 04:25:04
Species distribution modeling

Modeling species? geographic distributions is an important problem in conservation biology. In this example we model the geographic distribution of two south american

2017-01-15 04:27:01
Compressive sensing

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

2017-01-15 04:20:52
Visualizing the stock market structure

This example employs several unsupervised learning techniques to extract the stock market structure from variations in historical quotes. The quantity

2017-01-15 04:27:24