Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 2,642 for 2 (0.07 sec)

  1. Neural Networks — scikit-learn 1.5.2 documentation

    Examples concerning the sklearn.neural_network module. Compare Stochastic learning strategies for MLPClassifier Restricted Boltzmann Machine features for digit classification Varying regularization...
    scikit-learn.org/stable/auto_examples/neural_networks/index.html
    Thu Sep 19 14:56:26 UTC 2024
      78.4K bytes
      1 views
      Cache
     
  2. The Digit Dataset — scikit-learn 1.5.2 document...

    This dataset is made up of 1797 8x8 images. Each image, like the one shown below, is of a hand-written digit. In order to utilize an 8x8 figure like this, we’d have to first transform it into a fea...
    scikit-learn.org/stable/auto_examples/datasets/plot_digits_last_image.html
    Thu Sep 19 14:56:27 UTC 2024
      80.1K bytes
      Cache
     
  3. is_regressor — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub is_regressor # sklearn.base. is_regressor ( estimator ) [source] # R...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Thu Sep 19 14:56:27 UTC 2024
      105K bytes
      Cache
     
  4. Feature agglomeration — scikit-learn 1.5.2 docu...

    These images show how similar features are merged together using feature agglomeration. Total running time of the script:(0 minutes 0.187 seconds) Launch binder Launch JupyterLite Download Jupyter ...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Thu Sep 19 14:56:26 UTC 2024
      91.1K bytes
      Cache
     
  5. Manifold learning — scikit-learn 1.5.2 document...

    Examples concerning the sklearn.manifold module. Comparison of Manifold Learning methods Manifold Learning methods on a severed sphere Manifold learning on handwritten digits: Locally Linear Embedd...
    scikit-learn.org/stable/auto_examples/manifold/index.html
    Thu Sep 19 14:56:27 UTC 2024
      78.9K bytes
      Cache
     
  6. weighted_mode — scikit-learn 1.5.2 documentation

    2 , 4 , 2 ] >>> weights = [ 1 , 1 ,...weights ) (array([2.]), array([3.5])) The value 2 has the highest...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Sat Sep 14 09:04:07 UTC 2024
      107.8K bytes
      Cache
     
  7. Version 0.18 — scikit-learn 1.5.2 documentation

    will require Python 2.7 or above. Version 0.18.2 # June 20, 2017...scikit-learn to support Python 2.6. Later versions of scikit-learn...
    scikit-learn.org/stable/whats_new/v0.18.html
    Thu Sep 19 14:56:27 UTC 2024
      134.9K bytes
      Cache
      Similar Results (1)
     
  8. Comparison of F-test and mutual information — s...

    x_2, x_3 distributed uniformly over...follows: y = x_1 + sin(6 * pi * x_2) + 0.1 * N(0, 1), that is the...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Thu Sep 19 14:56:26 UTC 2024
      87.7K bytes
      Cache
     
  9. Visualizing the stock market structure — scikit...

    2.7825594 , 5.27499706, 10. ]))...0.40842387, 0.77426368, 1.46779927, 2.7825594 , 5.27499706, 10. ]))...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Thu Sep 19 14:56:27 UTC 2024
      132.4K bytes
      Cache
     
  10. 3.3. Tuning the decision threshold for class pr...

    DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...model . best_score_ 0.86... 3.3.1.2. Important notes regarding the...
    scikit-learn.org/stable/modules/classification_threshold.html
    Thu Sep 19 14:56:28 UTC 2024
      48.4K bytes
      Cache
     
Back to top