Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of over 10,000 for 2 (4.26 seconds)

  1. Biclustering documents with the Spectral Co-clu...

    Done in 2.27s. V-measure: 0.3015 Best biclusters:...cdt, surrender, veal bicluster 2 : 1259 documents, 3534 words categories...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Sat Nov 29 17:35:26 GMT 2025
      109.8K bytes
      Cache
     
  2. One-class SVM with non-linear kernel (RBF) &#82...

    2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Sat Nov 29 17:35:25 GMT 2025
      100.8K bytes
      Cache
     
  3. Selecting the number of clusters with silhouett...

    and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Sat Nov 29 17:35:26 GMT 2025
      104.3K bytes
      Cache
     
  4. Build an AI research agent for image analysis w...

    2 Vision Model alongside the Granite 3.2 8B Language...image analysis with Granite 3.2 Reasoning and Vision models Combine...
    developer.ibm.com/tutorials/awb-build-ai-research-agent-image-analysis-granite/
    Sun Nov 30 05:13:31 GMT 2025
      713.6K bytes
      Cache
     
  5. A demo of K-Means clustering on the handwritten...

    can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
    Sat Nov 29 17:35:25 GMT 2025
      116.7K bytes
      Cache
     
  6. Lasso model selection: AIC-BIC / cross-validati...

    718747 2.850031 4805.989341 4867.358990 2.384338 4801.702266...4801.702266 4867.163224 2.296575 4802.594754 4872.147022 2.031555 4801.236720...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_model_selection.html
    Sat Nov 29 17:35:26 GMT 2025
      131.9K bytes
      Cache
     
  7. Comparing randomized search and grid search for...

    035905148)} Model with rank: 2 Mean validation score: 0.987 (std:...111111111)} Model with rank: 2 Mean validation score: 0.991 (std:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Sat Nov 29 17:35:25 GMT 2025
      97.2K bytes
      Cache
     
  8. A demo of structured Ward hierarchical clusteri...

    sigma = 2 ) rescaled_coins = rescale ( smoothened_coins , 0.2 , mode...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html
    Sat Nov 29 17:35:26 GMT 2025
      94.3K bytes
      Cache
     
  9. Comparing random forests and the multi-output m...

    random_state = 2 ) regr_rf . fit ( X_train , y_train...) plt . ylabel ( "target 2" ) plt . title ( "Comparing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Sat Nov 29 17:35:25 GMT 2025
      98.6K bytes
      Cache
     
  10. Hashing feature transformation using Totally Ra...

    TruncatedSVD ( n_components = 2 ) X_reduced = svd . fit_transform...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html
    Sat Nov 29 17:35:25 GMT 2025
      102.5K bytes
      Cache
     
Back to Top