Searched refs:estimators (Results 1 – 25 of 97) sorted by relevance
1234
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | __init__.py | 300 from tensorflow.contrib.learn.python.learn.estimators._sklearn import NotFittedError 301 from tensorflow.contrib.learn.python.learn.estimators.constants import ProblemType 302 from tensorflow.contrib.learn.python.learn.estimators.dnn import DNNClassifier 303 from tensorflow.contrib.learn.python.learn.estimators.dnn import DNNEstimator 304 from tensorflow.contrib.learn.python.learn.estimators.dnn import DNNRegressor 305 from tensorflow.contrib.learn.python.learn.estimators.dnn_linear_combined import DNNLinearCombinedC… 306 from tensorflow.contrib.learn.python.learn.estimators.dnn_linear_combined import DNNLinearCombinedE… 307 from tensorflow.contrib.learn.python.learn.estimators.dnn_linear_combined import DNNLinearCombinedR… 308 from tensorflow.contrib.learn.python.learn.estimators.dynamic_rnn_estimator import DynamicRnnEstima… 309 from tensorflow.contrib.learn.python.learn.estimators.estimator import BaseEstimator [all …]
|
D | logistic_regressor.py | 30 from tensorflow.contrib.learn.python.learn.estimators import constants 31 from tensorflow.contrib.learn.python.learn.estimators import estimator 32 from tensorflow.contrib.learn.python.learn.estimators import metric_key 33 from tensorflow.contrib.learn.python.learn.estimators import model_fn as model_fn_lib
|
D | svm.py | 29 from tensorflow.contrib.learn.python.learn.estimators import estimator 30 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 31 from tensorflow.contrib.learn.python.learn.estimators import linear 32 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
D | composable_model_test.py | 24 from tensorflow.contrib.learn.python.learn.estimators import composable_model 25 from tensorflow.contrib.learn.python.learn.estimators import estimator 26 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 27 from tensorflow.contrib.learn.python.learn.estimators import model_fn as model_fn_lib
|
D | debug.py | 55 from tensorflow.contrib.learn.python.learn.estimators import estimator 56 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 57 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
D | dynamic_rnn_estimator.py | 28 from tensorflow.contrib.learn.python.learn.estimators import constants 29 from tensorflow.contrib.learn.python.learn.estimators import estimator 30 from tensorflow.contrib.learn.python.learn.estimators import model_fn 31 from tensorflow.contrib.learn.python.learn.estimators import prediction_key 32 from tensorflow.contrib.learn.python.learn.estimators import rnn_common
|
D | dnn.py | 34 from tensorflow.contrib.learn.python.learn.estimators import dnn_linear_combined 35 from tensorflow.contrib.learn.python.learn.estimators import estimator 36 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 37 from tensorflow.contrib.learn.python.learn.estimators import model_fn 38 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
D | estimators_test.py | 29 from tensorflow.contrib.learn.python.learn.estimators import estimator as estimator_lib 30 from tensorflow.contrib.learn.python.learn.estimators._sklearn import accuracy_score 31 from tensorflow.contrib.learn.python.learn.estimators._sklearn import train_test_split
|
D | model_fn.py | 32 from tensorflow.contrib.learn.python.learn.estimators import constants 33 from tensorflow.contrib.learn.python.learn.estimators import metric_key 34 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
D | stability_test.py | 26 from tensorflow.contrib.learn.python.learn.estimators import dnn 27 from tensorflow.contrib.learn.python.learn.estimators import linear 28 from tensorflow.contrib.learn.python.learn.estimators import run_config
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator.gypi | 88 'test/estimators/nada.cc', 89 'test/estimators/nada.h', 90 'test/estimators/remb.cc', 91 'test/estimators/remb.h', 92 'test/estimators/send_side.cc', 93 'test/estimators/send_side.h', 94 'test/estimators/tcp.cc', 95 'test/estimators/tcp.h',
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | estimator_test.py | 25 from tensorflow.contrib.learn.python.learn.estimators import constants 26 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 27 from tensorflow.contrib.learn.python.learn.estimators import model_fn 28 from tensorflow.contrib.learn.python.learn.estimators.head_test import _assert_metrics 29 from tensorflow.contrib.learn.python.learn.estimators.head_test import _assert_no_variables 30 from tensorflow.contrib.learn.python.learn.estimators.head_test import _assert_summary_tags
|
/external/tensorflow/tensorflow/contrib/learn/ |
D | BUILD | 105 "python/learn/estimators/constants.py", 106 "python/learn/estimators/prediction_key.py", 129 srcs = ["python/learn/estimators/estimators_test.py"], 249 srcs = ["python/learn/estimators/run_config_test.py"], 262 srcs = ["python/learn/estimators/tensor_signature_test.py"], 276 srcs = ["python/learn/estimators/estimator_test.py"], 320 srcs = ["python/learn/estimators/estimator_input_test.py"], 341 srcs = ["python/learn/estimators/logistic_regressor_test.py"], 361 srcs = ["python/learn/estimators/dnn_linear_combined_test.py"], 386 srcs = ["python/learn/estimators/head_test.py"], [all …]
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | estimator_utils.py | 21 from tensorflow.contrib.learn.python.learn.estimators import constants 22 from tensorflow.contrib.learn.python.learn.estimators import model_fn 23 from tensorflow.contrib.learn.python.learn.estimators import model_fn as contrib_model_fn_lib 24 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
/external/tensorflow/tensorflow/contrib/kernel_methods/ |
D | README.md | 3 This module contains operations and estimators that enable the use of primal 25 These estimators inherit from the 26 …or`](https://www.tensorflow.org/code/tensorflow/contrib/learn/python/learn/estimators/estimator.py) 28 data. These canned estimators map their input features using kernel mapper 34 …ow/contrib/kernel_methods/python/kernel_estimators.py) implemented but more pre-packaged estimators
|
/external/tensorflow/tensorflow/contrib/kernel_methods/python/ |
D | kernel_estimators.py | 25 from tensorflow.contrib.learn.python.learn.estimators import estimator 26 from tensorflow.contrib.learn.python.learn.estimators import head as head_lib 27 from tensorflow.contrib.learn.python.learn.estimators import linear 28 from tensorflow.contrib.learn.python.learn.estimators import prediction_key
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | estimators_test.py | 26 from tensorflow.contrib.timeseries.python.timeseries import estimators 187 return estimators.ARRegressor( 198 return estimators.TimeSeriesRegressor( 213 return estimators.StructuralEnsembleRegressor( 222 estimators.StructuralEnsembleRegressor( 235 estimator = estimators.LSTMAutoRegressor(
|
D | BUILD | 21 ":estimators", 74 name = "estimators", 76 "estimators.py", 118 ":estimators", 169 ":estimators", 343 ":estimators", 397 ":estimators",
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
D | structural_ensemble_test.py | 26 from tensorflow.contrib.timeseries.python.timeseries import estimators 73 estimator = estimators.StateSpaceRegressor(model, config=_RunConfig()) 107 regressor = estimators.StructuralEnsembleRegressor( 133 regressor = estimators.StructuralEnsembleRegressor(
|
/external/tensorflow/tensorflow/contrib/predictor/ |
D | testing_common.py | 22 from tensorflow.contrib.learn.python.learn.estimators import constants 23 from tensorflow.contrib.learn.python.learn.estimators import estimator as contrib_estimator 24 from tensorflow.contrib.learn.python.learn.estimators import model_fn as contrib_model_fn
|
/external/iptables/extensions/ |
D | libxt_rateest.man | 3 estimators and matching on the difference between two rate estimators. 47 against a static value, while in "relative mode", two rate estimators are 56 The names of the two rate estimators for relative mode.
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | __init__.py | 30 from tensorflow.contrib.learn.python.learn import estimators 38 from tensorflow.contrib.learn.python.learn.estimators import *
|
/external/tensorflow/tensorflow/contrib/timeseries/ |
D | README.md | 19 (see the `hidden_layer_sizes` argument to `ARRegressor` in `estimators.py`) and 22 `StructuralEnsembleRegressor` in `estimators.py`). Both model classes support
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | README.md | 15 - `main_estimator_tpu.py`: Script to train RevNet models on ImageNet with TPU estimators on Cloud T… 44 - To train a model with estimators in graph execution, run 68 The standard way to train models on Cloud TPUs is via TPU estimators and graph 69 execution. Models built with the `tf.keras` API are fully compatible with TPU estimators.
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | estimator.py | 21 from tensorflow.contrib.learn.python.learn.estimators.head import _compute_weighted_loss 22 from tensorflow.contrib.learn.python.learn.estimators.head import _RegressionHead
|
1234