Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 951 - 960 of 2,632 for 2 (0.11 sec)

  1. Image denoising using kernel PCA — scikit-learn...

    (( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA basis...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits (...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Fri Sep 20 10:21:48 UTC 2024
      98.6K bytes
      Cache
     
  2. Multilabel classification using a classifier ch...

    yeast dataset which contains 2,417 datapoints each with 103 features...train_test_split ( X , Y , test_size = 0.2 , random_state = 0 ) Fit models...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Fri Sep 20 10:21:47 UTC 2024
      100.9K bytes
      Cache
     
  3. Manifold learning on handwritten digits: Locall...

    n_components = 2 , n_init = 1 , max_iter = 120 , n_jobs = 2 ), "Random...digit ), alpha = 0.425 , zorder = 2 , ) shown_images = np . array...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Fri Sep 20 10:21:48 UTC 2024
      115.3K bytes
      Cache
     
  4. L1 Penalty and Sparsity in Logistic Regression ...

    %s " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty" )...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Fri Sep 20 10:21:50 UTC 2024
      95.3K bytes
      Cache
     
  5. Semi-supervised Classification on a Text Datase...

    End of iteration 2, added 222 new labels. End of...= dict ( ngram_range = ( 1 , 2 ), min_df = 5 , max_df = 0.8 )...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Fri Sep 20 10:21:50 UTC 2024
      100.7K bytes
      Cache
     
  6. Regularization path of L1- Logistic Regression ...

    = 2 ] y = y [ y != 2 ] X /= X . max () # Normalize...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Fri Sep 20 10:21:48 UTC 2024
      88.3K bytes
      Cache
     
  7. Early stopping of Stochastic Gradient Descent —...

    2 ), } # Load the dataset X , y...subplots ( nrows = 1 , ncols = 2 , sharey = True , figsize = (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Sep 20 10:21:50 UTC 2024
      102.9K bytes
      Cache
     
  8. One-class SVM with non-linear kernel (RBF) — sc...

    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 Sep 20 10:21:48 UTC 2024
      96.7K bytes
      Cache
     
  9. A demo of the Spectral Co-Clustering algorithm ...

    This example demonstrates how to generate a dataset and bicluster it using the Spectral Co-Clustering algorithm. The dataset is generated using the make_biclusters function, which creates a matrix ...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Fri Sep 20 10:21:50 UTC 2024
      89.3K bytes
      1 views
      Cache
     
  10. Related Projects — scikit-learn 1.5.2 documenta...

    Projects implementing the scikit-learn estimator API are encouraged to use the scikit-learn-contrib template which facilitates best practices for testing and documenting estimators. The scikit-lear...
    scikit-learn.org/stable/related_projects.html
    Fri Sep 20 10:21:50 UTC 2024
      42.8K bytes
      Cache
     
Back to top