- Sort Score
- Num 10 results
- Language All
- Labels All
Results 781 - 790 of over 10,000 for 2 (1.69 seconds)
-
test.tex
\begin{equation} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{equation} Einstein's...equation: \begin{equation} E = mc^2 \end{equation} \section{Lists...raw.githubusercontent.com/codelibs/fess-testdata/master/files/latex/test.tex -
Comparing anomaly detection algorithms for outl...
make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html -
plot_kmeans_digits.zip
PCA` to project into a # 2-dimensional space and plot the...reduced_data = PCA(n_components=2).fit_transform(data) kmeans =...scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
BallTree — scikit-learn 1.8.0 documentation
leaf_size <= n_points <= 2 * leaf_size , except in the case...standard Euclidean distance when p = 2. A list of valid metrics for BallTree...scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html -
linear_model.rst.txt
\frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...- \hat{y}_i)^2}{2\sigma^2} where :math:`\sigma^2` is an estimate...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
Edge computing - IBM Developer
of 2 pages 1 2 of 2 pages Previous page Next...use case we introduced in Part 2. 28 March 2025 Series Implementing...developer.ibm.com/depmodels/edge-computing -
Plot classification boundaries with different S...
2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html -
Upgrade-Verfahren
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz Konfiguration...-Uvh fess-15.3.2.rpm # DEB $ sudo dpkg -i fess-15.3.2.deb Bemerkung...fess.codelibs.org/de/15.3/install/upgrade.html -
Comparison between grid search and successive h...
1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html