- Sort Score
- Num 10 results
- Language All
- Labels All
Results 961 - 970 of 3,496 for document (4.29 seconds)
-
Spectral clustering for image segmentation R...
In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the Spectral clustering approach solves the problem know as...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html -
Demo of DBSCAN clustering algorithm — sci...
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) finds core samples in regions of high density and expands clusters from them. This algorithm is good for data which contains clu...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
Plot Hierarchical Clustering Dendrogram —...
This example plots the corresponding dendrogram of a hierarchical clustering using AgglomerativeClustering and the dendrogram method available in scipy. Total running time of the script:(0 minutes ...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html -
FastICA on 2D point clouds — scikit-learn...
This example illustrates visually in the feature space a comparison by results using two different component analysis techniques. Independent component analysis (ICA) vs Principal component analysi...scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html -
Comparing Linear Bayesian Regressors — sc...
This example compares two different bayesian regressors: an Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
Comparison of Manifold Learning methods —...
An illustration of dimensionality reduction on the S-curve dataset with various manifold learning methods. For a discussion and comparison of these algorithms, see the manifold module page For a si...scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html -
Approximate nearest neighbors in TSNE — s...
This example presents how to chain KNeighborsTransformer and TSNE in a pipeline. It also shows how to wrap the packages nmslib and pynndescent to replace KNeighborsTransformer and perform approxima...scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html -
Plot the support vectors in LinearSVC — s...
Unlike SVC (based on LIBSVM), LinearSVC (based on LIBLINEAR) does not provide the support vectors. This example demonstrates how to obtain the support vectors in LinearSVC. Total running time of th...scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html -
1.7. Gaussian Processes — scikit-learn 1....
Gaussian Processes (GP) are a nonparametric supervised learning method used to solve regression and probabilistic classification problems. The advantages of Gaussian processes are: The prediction i...scikit-learn.org/stable/modules/gaussian_process.html -
2.6. Covariance estimation — scikit-learn...
Many statistical problems require the estimation of a population’s covariance matrix, which can be seen as an estimation of data set scatter plot shape. Most of the time, such an estimation has to ...scikit-learn.org/stable/modules/covariance.html