Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 155 for c (0.03 sec)

  1. MNIST classification using multinomial logistic...

    y_test ) # print('Best C % .4f' % clf.C_) print ( "Sparsity with...convergence clf = LogisticRegression ( C = 50.0 / train_samples , penalty...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed Jun 05 23:00:24 UTC 2024
      95.5K bytes
      Cache
     
  2. Plot randomly generated multilabel dataset — sc...

    (random_state=73): Class P(C) P(w0|C) P(w1|C) red 0.38 0.71 0.29 blue...print ( "Class" , "P(C)" , "P(w0|C)" , "P(w1|C)" , sep = " \t " )...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html
    Wed Jun 05 23:00:22 UTC 2024
      96.3K bytes
      Cache
     
  3. Logistic Regression 3-class Classifier — scikit...

    logreg = LogisticRegression ( C = 1e5 ) logreg . fit ( X , Y )...scatter ( X [:, 0 ], X [:, 1 ], c = Y , edgecolors = "k" , cmap...
    scikit-learn.org/stable/auto_examples/linear_model/plot_iris_logistic.html
    Wed Jun 05 23:00:24 UTC 2024
      87.3K bytes
      Cache
     
  4. SVM: Maximum margin separating hyperplane — sci...

    C = 1000 ) clf . fit ( X , y ) plt...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 30 , cmap = plt . cm...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Wed Jun 05 23:00:24 UTC 2024
      87.6K bytes
      Cache
     
  5. Plot different SVM classifiers in the iris data...

    C = C ), svm . LinearSVC ( C = C , max_iter = 10000...kernel = "rbf" , gamma = 0.7 , C = C ), svm . SVC ( kernel = "poly"...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Wed Jun 05 23:00:23 UTC 2024
      92.8K bytes
      Cache
     
  6. Density Estimation for a Gaussian mixture — sci...

    centered stretched Gaussian data C = np . array ([[ 0.0 , - 0.7 ],...random . randn ( n_samples , 2 ), C ) # concatenate the two datasets...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html
    Wed Jun 05 23:00:22 UTC 2024
      92.7K bytes
      Cache
     
  7. Cython Best Practices, Conventions and Knowledg...

    NumPy recent C API . In doubt, read the generated C or C++ code if...link - args =/ openmp To debug C code (e.g. a segfault), do use...
    scikit-learn.org/dev/developers/cython.html
    Wed Jun 05 23:00:23 UTC 2024
      36.2K bytes
      Cache
     
  8. Related Projects — scikit-learn 1.5.0 documenta...

    trained scikit-learn models to C, Java, Javascript and others....estimators into a native code of C, Java, Go, R, PHP, Dart, Haskell,...
    scikit-learn.org/stable/related_projects.html
    Wed Jun 05 23:00:24 UTC 2024
      50.7K bytes
      Cache
      Similar Results (1)
     
  9. Elastic PostgreSQL connector reference | Enterp...

    35 14 Alex 22 customer table c_id name age 2 Elm 24 6 Pine 30...ON employee.emp_id = customer.c_id" } ] When using advanced rules,...
    www.elastic.co/guide/en/enterprise-search/current/connectors-postgresql.html
    Wed Jun 05 13:35:40 UTC 2024
      59.8K bytes
      Cache
     
  10. How to optimize for speed — scikit-learn 1.6.de...

    Cython or C/C++? # In general, the scikit-learn...a well maintained BSD or MIT C/C++ implementation of the same...
    scikit-learn.org/dev/developers/performance.html
    Wed Jun 05 23:00:22 UTC 2024
      72.1K bytes
      Cache
     
Back to top