- Sort Score
- Num 10 results
- Language All
- Labels All
Results 651 - 660 of 5,053 for c (0.76 seconds)
Filter
-
1.13. Feature selection — scikit-learn 1.8.0 do...
the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC ( C = 0.01 , penalty = "l1" , dual...scikit-learn.org/stable/modules/feature_selection.html -
feature_selection.rst.txt
the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
Fichiers recherchables
c, h, java, etc.) Fichiers compressés...fess.codelibs.org/fr/supported-files.html -
문제 해결
예: C : \ opensearch ( 권장 ) C : \ Program Files...fess.codelibs.org/ko/15.5/install/troubleshooting.html -
Label Propagation circles: Learning a complex s...
color = "c" , marker = "s" , lw = 0 , label...inner_numbers , 1 ], color = "c" , marker = "s" , lw = 0 , s =...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_structure.html -
Multilabel classification — scikit-learn 1.8.0 ...
choose a class c: c ~ Multinomial(theta) pick the...[:, 0 ], X [:, 1 ], s = 40 , c = "gray" , edgecolors = ( 0 ,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
pair_confusion_matrix — scikit-learn 1.8.0 docu...
The pair confusion matrix \(C\) computes a 2 by 2 similarity...labels to evaluate. Returns : C ndarray of shape (2, 2), dtype=np.int64...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
make_multilabel_classification — scikit-learn 1...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
MNIST classification using multinomial logistic...
convergence clf = LogisticRegression ( C = 50.0 / train_samples , l1_ratio...X_test , y_test ) # print('Best C % .4f' % clf.C_) print ( "Sparsity...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Compare deep learning frameworks
using C/C++ with an extension API that is based on the C Foreign...extensible. Users can program using C/C++ by using an extension API that...developer.ibm.com/articles/compare-deep-learning-frameworks/