aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Expand)AuthorAge
* Add ops for efficient WALS loss computation in factorization_ops.Gravatar A. Unique TensorFlower2017-02-15
* Passing commandline arguments to this script was broken with migration toGravatar A. Unique TensorFlower2017-02-14
* Replace dependency on entire proto library with just the headers for contrib.Gravatar Manjunath Kudlur2017-02-10
* Provide an option to mini-batch k-means to update cluster centers for n stepsGravatar A. Unique TensorFlower2017-02-09
* Create g3doc for kmeans, wals and gmm algorithms.Gravatar 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
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* 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
* Remove _test.py files from py_library srcsGravatar Justine Tunney2016-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
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* 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
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* 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
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
* Fix bug in pylint whitelist error check. Fix the pylint errors it missedGravatar A. Unique TensorFlower2016-10-03
* Include-what-you-use: contrib edition.Gravatar Derek Murray2016-09-27
* Make various factorization ops/classes accessible thru tf.contrib.factorizati...Gravatar Wei Ho2016-09-14
* Remove manual tag for kmeans_test.Gravatar A. Unique TensorFlower2016-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