- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 132 for cms (3.16 sec)
-
A demo of the Spectral Co-Clustering algorithm ...
cm . Blues ) plt . title ( "Original...matshow ( data , cmap = plt . cm . Blues ) plt . title ( "Shuffled...scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html -
Selecting the number of clusters with silhouett...
cm as cm import matplotlib.pyplot as...y_lower + size_cluster_i color = cm . nipy_spectral ( float ( i )...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
Varying regularization in Multi-layer Perceptro...
the dataset first cm = plt . cm . RdBu cm_bright = ListedColormap...[:, 1 ], c = y_train , cmap = cm_bright ) # and testing points...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
中川大志、人気タレントと即興コント⇒「天才すぎ」「何もかも上手いwww」と話題に
二人が見せたCM風のコントに反響が集まっています。 by yoshi BuzzFeed... 笛の音のようなハミングを器用に奏でる秋山さん。「一人旅のCMとか行けそうだしね」と声をかけられた中川さんも、カメラを構...www.buzzfeed.com/jp/takamiyoshida/nakagawa-taishi-akiyama -
Recognizing hand-written digits — scikit-learn ...
range ( len ( cm )): for pred in range ( len ( cm )): y_true +=...[ gt ] * cm [ gt ][ pred ] y_pred += [ pred ] * cm [ gt ][ pred...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
plot_classifier_comparison.ipynb
the dataset first\n cm = plt.cm.RdBu\n cm_bright = ListedColormap([\"#FF0000\",...X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors=\"k\")\n #...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Introducing the set_output API — scikit-learn 1...
length (cm) sepal width (cm) petal length (cm) petal width (cm) 60...length (cm) sepal width (cm) petal length (cm) petal width (cm) 39...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
train_test_split — scikit-learn 1.7.2 documenta...
length (cm) sepal width (cm) petal length (cm) petal width (cm) 0...length (cm) sepal width (cm) petal length (cm) petal width (cm) 96...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Compressive sensing: tomography reconstruction ...
cm . gray , interpolation = "nearest"...imshow ( rec_l2 , cmap = plt . cm . gray , interpolation = "nearest"...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
Manifold learning on handwritten digits: Locall...
cm . binary ) ax . axis ( "off"...} $" , s = 60 , color = plt . cm . Dark2 ( digit ), alpha = 0.425...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html