Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 179 for v (0.03 sec)

  1. sklearn.metrics.mutual_info_score — scikit-lear...

    \sum_{j=1}^{|V|} \frac{|U_i\cap V_j|}{N} \log\frac{N|U_i \cap V_j|}{|U_i||V_j|}\]...and \(|V_j|\) is the number of the samples in cluster \(V_j\) ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html
    Thu May 16 17:15:47 UTC 2024
      21.3K bytes
      Cache
     
  2. 2.9. Neural network models (unsupervised) — sci...

    \[\begin{split}h_i \bot h_j | \mathbf{v} \\ v_i \bot v_j | \mathbf{h}\end{split}\]...\[E(\mathbf{v}, \mathbf{h}) = -\sum_i \sum_j w_{ij}v_ih_j - \sum_i...
    scikit-learn.org/stable/modules/neural_networks_unsupervised.html
    Thu May 16 17:15:46 UTC 2024
      22.3K bytes
      Cache
     
  3. sklearn.metrics.completeness_score — scikit-lea...

    v_measure_score V-Measure (NMI with arithmetic...Rosenberg and Julia Hirschberg, 2007. V-Measure: A conditional entropy-based...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Thu May 16 17:15:46 UTC 2024
      24.3K bytes
      Cache
     
  4. 1.8. Cross decomposition — scikit-learn 1.4.2 d...

    using the rotation matrix \(V(\Delta^T V)^{-1}\) , accessed via the...to compute \(u_k\) and \(v_k\) , \(v_k\) is never normalized....
    scikit-learn.org/stable/modules/cross_decomposition.html
    Thu May 16 17:15:46 UTC 2024
      36.9K bytes
      Cache
     
  5. sklearn.feature_extraction.DictVectorizer — sci...

    on import DictVectorizer >>> v = DictVectorizer ( sparse = False...'foo' : 3 , 'baz' : 1 }] >>> X = v . fit_transform ( D ) >>> X array([[2.,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Thu May 16 17:15:47 UTC 2024
      55.4K bytes
      Cache
     
  6. sklearn.compose.TransformedTargetRegressor — sc...

    is defined as \((1 - \frac{u}{v})\) , where \(u\) is the residual...((y_true - y_pred)** 2).sum() and \(v\) is the total sum of squares...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Thu May 16 17:15:47 UTC 2024
      53.3K bytes
      Cache
     
  7. sklearn.metrics.homogeneity_score — scikit-lear...

    v_measure_score V-Measure (NMI with arithmetic...Rosenberg and Julia Hirschberg, 2007. V-Measure: A conditional entropy-based...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Thu May 16 17:15:46 UTC 2024
      24.2K bytes
      Cache
     
  8. sklearn.neural_network.BernoulliRBM — scikit-le...

    gibbs (v) Perform one Gibbs sampling step....activation probabilities, P(h=1|v=X). fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Thu May 16 17:15:46 UTC 2024
      48.9K bytes
      Cache
     
  9. sklearn.linear_model.LinearRegression — scikit-...

    is defined as \((1 - \frac{u}{v})\) , where \(u\) is the residual...((y_true - y_pred)** 2).sum() and \(v\) is the total sum of squares...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Thu May 16 17:15:46 UTC 2024
      61.9K bytes
      Cache
     
  10. sklearn.ensemble.VotingRegressor — scikit-learn...

    is defined as \((1 - \frac{u}{v})\) , where \(u\) is the residual...((y_true - y_pred)** 2).sum() and \(v\) is the total sum of squares...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Thu May 16 17:15:46 UTC 2024
      65K bytes
      Cache
     
Back to top