Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 1,826 for document (0.22 sec)

  1. randomized_range_finder — scikit-learn 1.5.2 do...

    Skip to main content Back to top Ctrl + K GitHub randomized_range_finder # sklearn.utils.extmath. randomized_range_fi...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Sat Nov 23 04:49:15 UTC 2024
      108K bytes
      Cache
     
  2. Recognizing hand-written digits — scikit-learn ...

    This example shows how scikit-learn can be used to recognize images of hand-written digits, from 0-9. Digits dataset: The digits dataset consists of 8x8 pixel images of digits. The images attribute...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Sat Nov 23 04:49:15 UTC 2024
      98K bytes
      Cache
     
  3. Early stopping of Stochastic Gradient Descent —...

    Stochastic Gradient Descent is an optimization technique which minimizes a loss function in a stochastic fashion, performing a gradient descent step sample by sample. In particular, it is a very ef...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Sat Nov 23 04:49:16 UTC 2024
      102.7K bytes
      Cache
     
  4. Permutation Importance with Multicollinear or C...

    In this example, we compute the permutation_importance of the features to a trained RandomForestClassifier using the Breast cancer wisconsin (diagnostic) dataset. The model can easily get about 97%...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Sat Nov 23 04:49:15 UTC 2024
      112.2K bytes
      Cache
     
  5. Plot Ridge coefficients as a function of the re...

    Shows the effect of collinearity in the coefficients of an estimator. Ridge Regression is the estimator used in this example. Each color represents a different feature of the coefficient vector, an...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Sat Nov 23 04:49:15 UTC 2024
      86.4K bytes
      Cache
     
  6. Plot class probabilities calculated by the Voti...

    Plot the class probabilities of the first sample in a toy dataset predicted by three different classifiers and averaged by the VotingClassifier. First, three exemplary classifiers are initialized (...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Sat Nov 23 04:49:16 UTC 2024
      96.8K bytes
      Cache
     
  7. sklearn.neural_network — scikit-learn 1.5.2 doc...

    Models based on neural networks. User guide. See the Neural network models (supervised) and Neural network models (unsupervised) sections for further details.
    scikit-learn.org/stable/api/sklearn.neural_network.html
    Sat Nov 23 04:49:15 UTC 2024
      114.3K bytes
      Cache
     
  8. Blind source separation using FastICA — scikit-...

    An example of estimating sources from noisy data. Independent component analysis (ICA) is used to estimate sources given noisy measurements. Imagine 3 instruments playing simultaneously and 3 micro...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Sat Nov 23 04:49:16 UTC 2024
      92.8K bytes
      Cache
     
  9. Image denoising using kernel PCA — scikit-learn...

    This example shows how to use KernelPCA to denoise images. In short, we take advantage of the approximation function learned during fit to reconstruct the original image. We will compare the result...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Sat Nov 23 04:49:14 UTC 2024
      98.4K bytes
      Cache
     
  10. Train error vs Test error — scikit-learn 1.5.2 ...

    Illustration of how the performance of an estimator on unseen data (test data) is not the same as the performance on training data. As the regularization increases the performance on train decrease...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Sat Nov 23 04:49:14 UTC 2024
      94.2K bytes
      1 views
      Cache
     
Back to top