Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of 9,745 for 2 (1.84 seconds)

  1. Robust linear model estimation using RANSAC &#8...

    coef_ ) lw = 2 plt . scatter ( X [ inlier_mask...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Fri Nov 21 04:27:30 GMT 2025
      93.4K bytes
      Cache
     
  2. MNIST classification using multinomial logistic...

    subplot ( 2 , 5 , i + 1 ) l1_plot . imshow...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Fri Nov 21 04:27:30 GMT 2025
      96.3K bytes
      Cache
     
  3. 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
    Fri Nov 21 04:27:30 GMT 2025
      94.3K bytes
      Cache
     
  4. 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
    Fri Nov 21 04:27:30 GMT 2025
      98.6K bytes
      Cache
     
  5. Comparison of the K-Means and MiniBatchKMeans c...

    2 ) for k , col in zip ( range (...
    scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html
    Fri Nov 21 04:27:30 GMT 2025
      105.8K bytes
      Cache
     
  6. Lasso, Lasso-LARS, and Elastic Net paths &#8212...

    figure ( 2 ) colors = cycle ([ "b"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html
    Fri Nov 21 04:27:30 GMT 2025
      117.5K bytes
      Cache
     
  7. 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
    Fri Nov 21 04:27:30 GMT 2025
      102.5K bytes
      Cache
     
  8. 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
    Fri Nov 21 04:27:30 GMT 2025
      100.8K bytes
      Cache
     
  9. 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
    Fri Nov 21 04:27:30 GMT 2025
      104.3K bytes
      Cache
     
  10. 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/
    Fri Nov 21 04:36:00 GMT 2025
      697.8K bytes
      Cache
     
Back to Top