HomeSort by relevance Sort by last modified time
    Searched refs:WEIGHTS (Results 1 - 6 of 6) sorted by null

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionRanker.java 43 private static final Map<String, Double> WEIGHTS = new HashMap<String, Double>() {{
103 for (String feature : WEIGHTS.keySet()) {
104 sum += WEIGHTS.get(feature) * features.get(feature);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
summaries.py 156 ops.GraphKeys.WEIGHTS)
regularizers.py 38 """Returns a function that can be used to apply L1 regularization to weights.
47 A function with signature `l1(weights)` that apply L1 regularization.
62 def l1(weights, name=None):
63 """Applies L1 regularization to weights."""
64 with ops.name_scope(scope, 'l1_regularizer', [weights]) as name:
66 dtype=weights.dtype.base_dtype,
70 standard_ops.reduce_sum(standard_ops.abs(weights)),
77 """Returns a function that can be used to apply L2 regularization to weights.
86 A function with signature `l2(weights)` that applies L2 regularization.
101 def l2(weights)
    [all...]
layers.py 566 # (2) it is possible to use (currently it doesn't support batch weights,
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]
  /external/zxing/core/
core.jar 

Completed in 162 milliseconds