- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 3,757 for 1 (0.24 sec)
-
Online learning of a dictionary of parts of fac...
- 1 )) buffer . append ( data ) index += 1 if index %...[MiniBatchKMeans] Reassigning 1 cluster centers. Partial fit of...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html -
Scalable learning with polynomial kernel approx...
original paper of Tensor Sketch [1], i.e. the algorithm implemented...[2], which was the one used in [1]. from sklearn.datasets import...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
lars_path_gram — scikit-learn 1.7.2 documentation
the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...Xw ||^ 2_2 + alpha * || w || _1 in the case of method=’lar’, the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
cohen_kappa_score — scikit-learn 1.7.2 document...
which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
sklearn.random_projection — scikit-learn 1.7.2 ...
Random projection transformers. Random projections are a simple and computationally efficient way to reduce the dimensionality of the data by trading a controlled amount of accuracy (as additional ...scikit-learn.org/stable/api/sklearn.random_projection.html -
クラス階層 (DBFlute Maven Plugin 1.0.0 API)
概要 パッケージ クラス 使用 階層ツリー 非推奨 索引 ヘルプ 前 次 フレーム フレームなし すべてのクラス すべてのパッケージの階層 パッケージ階層: org.seasar.dbflute.maven.plugin , org....dbflute.seasar.org/maven/plugin/apidocs/overview-tree.html -
Examples based on real world datasets — scikit-...
Applications to real world problems with some medium sized datasets or interactive user interface. Compressive sensing: tomography reconstruction with L1 prior (Lasso) Faces recognition example usi...scikit-learn.org/stable/auto_examples/applications/index.html -
load_sample_image — scikit-learn 1.7.2 document...
Skip to main content Back to top Ctrl + K GitHub Choose version load_sample_image # sklearn.datasets. load_sample_ima...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_image.html -
sklearn.kernel_approximation — scikit-learn 1.7...
Approximate kernel feature maps based on Fourier transforms and count sketches. User guide. See the Kernel Approximation section for further details.scikit-learn.org/stable/api/sklearn.kernel_approximation.html -
sklearn.naive_bayes — scikit-learn 1.7.2 docume...
Naive Bayes algorithms. These are supervised learning methods based on applying Bayes’ theorem with strong (naive) feature independence assumptions. User guide. See the Naive Bayes section for furt...scikit-learn.org/stable/api/sklearn.naive_bayes.html