aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/python
Commit message (Expand)AuthorAge
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Move cluster initialization to happen during training using training hooksGravatar A. Unique TensorFlower2017-02-27
* Add ops for efficient WALS loss computation in factorization_ops.Gravatar A. Unique TensorFlower2017-02-15
* Provide an option to mini-batch k-means to update cluster centers for n stepsGravatar A. Unique TensorFlower2017-02-09
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Add masked_matmul_ops to tensorflow.Gravatar A. Unique TensorFlower2017-02-07
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-02-02
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Refactor GMM algorithm to use canned estimator.Gravatar A. Unique TensorFlower2017-01-20
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Simplified estimator logic by MonitoredSession.Gravatar Mustafa Ispir2017-01-10
* Removing comments for investigation of the root cause of test tolerance chang...Gravatar A. Unique TensorFlower2017-01-04
* Switch tf-learn BaseEstimator.evaluate() to using evaluation.evaluate_once()Gravatar Shanqing Cai2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Refactor KMeansClustering estimator from inheritance to composition and updat...Gravatar A. Unique TensorFlower2016-12-13
* Increasing the tolerance of a test involving in random start to avoid flakine...Gravatar A. Unique TensorFlower2016-12-08
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Migrate KMeans code to the new Estimator interface. Migrate the monitor toGravatar A. Unique TensorFlower2016-12-06
* Part 2d of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-02
* Part 2b of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-01
* Replacing deprecated variable initizaltion ops with the new ones.Gravatar A. Unique TensorFlower2016-11-30
* Migrate tf summary ops to use tf.contrib.deprecated endpoints.Gravatar Dan Mané2016-11-30
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-21
* Makes the Variable.ref() method private.Gravatar A. Unique TensorFlower2016-11-15
* Deprecate tf.inv in favor of tf.reciprocal.Gravatar Martin Wicke2016-11-15
* Implenebting basic projetion operation for WALS factorization ops. This allowsGravatar A. Unique TensorFlower2016-11-10
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-02
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Migrate tf.learn to use the new summary ops (tf.summary.X).Gravatar Dan Mané2016-10-31
* Adds summary for loss so it's easier to follow training progressGravatar Wei Ho2016-10-24
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Remove TensorFlowEstimator and subclasses.Gravatar Martin Wicke2016-10-17
* Fix bug in pylint whitelist error check. Fix the pylint errors it missedGravatar A. Unique TensorFlower2016-10-03
* Make various factorization ops/classes accessible thru tf.contrib.factorizati...Gravatar Wei Ho2016-09-14
* 1. Rename batch_matrix_* ops to matrix_*. Specifically, this applies toGravatar A. Unique TensorFlower2016-09-13
* Single-machine benchmark for kmeans: tensorflow vs. sklearn. Tensorflow seeme...Gravatar A. Unique TensorFlower2016-09-09
* Replace most linear algebra ops with their batch versions and deprecateGravatar A. Unique TensorFlower2016-09-09
* Handle case where the 'features' parameter is a dict in _get_*_ops().Gravatar A. Unique TensorFlower2016-09-01
* Replace load_variable from checkpoint in gmm and kmeans as it will be depreca...Gravatar A. Unique TensorFlower2016-08-22
* 1. Adding new ways for row/column weights initialization and change default b...Gravatar A. Unique TensorFlower2016-08-18
* Convert Estimators in tf/contrib/factorization to use iterable form ofGravatar A. Unique TensorFlower2016-08-17
* 1. Cache Gramian calculated from row/col factors.Gravatar A. Unique TensorFlower2016-08-04
* Add Gaussian mixture models clustering to tensorflow.Gravatar A. Unique TensorFlower2016-08-04
* Make k-means tests with cosine distance less sensitive to initial centers.Gravatar A. Unique TensorFlower2016-08-03
* This change fixes the flakiness of some tests with randomly generated inputs ...Gravatar A. Unique TensorFlower2016-08-02
* Make dtype conversion more explicit.Gravatar A. Unique TensorFlower2016-08-02