- Sort Score
- Num 10 results
- Language All
- Labels All
Results 821 - 830 of over 10,000 for 2 (0.18 seconds)
-
SVM: Weighted samples — scikit-learn 1.8....
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
smacof — scikit-learn 1.8.0 documentation
2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>>...metric = True , n_components = 2 , init = None , n_init = 'warn'...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html -
1.5. Stochastic Gradient Descent — scikit...
:= \frac{1}{2} \sum_{j=1}^{m} w_j^2 = ||w||_2^2\) , \(L_1\) norm:...>>> clf . predict ([[ 2. , 2. ]]) array([1]) SGD fits a...scikit-learn.org/stable/modules/sgd.html -
Configuración Básica del Rastreador
Ejecutar todos los días a las 2 AM 0 0 2 * * ? # Ejecutar cada hora...programador 0 0 2 * * ? # Todos los días a las 2 AM Configuración...fess.codelibs.org/es/15.3/config/crawler-basic.html -
Caching nearest neighbors — scikit-learn ...
scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
extract_patches_2d — scikit-learn 1.8.0 d...
( 2 , 2 )) >>> print ( 'Patches...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html -
label_binarize — scikit-learn 1.8.0 docum...
2 , 4 , 6 ]) array([[1, 0, 0, 0],...6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0, 0], [0, 1,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
8.3. Generated datasets — scikit-learn 1....
"n_classes" : 2 }, { "n_informative" : 2 , "n_c..._class" : 2 , "n_classes" : 2 }, { "n_informative"...scikit-learn.org/stable/datasets/sample_generators.html -
MiniBatchDictionaryLearning — scikit-lear...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html -
LarsCV — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html