aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/python
Commit message (Expand)AuthorAge
* Automated rollback of commit 5f822d694af6e4aa57fe8a426032a91dc61e30d6Gravatar Alexandre Passos2018-10-01
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Minor fix in the WALS estimator test, to pass the correct shape of the transp...Gravatar A. Unique TensorFlower2018-09-04
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Merge pull request #21451 from v-reyes:v-reyes-fix-comm-kmeans-cluster-centersGravatar TensorFlower Gardener2018-08-13
|\
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * Delete confusing comment related to missing output VariableGravatar Vicente Reyes2018-08-07
|/
* Adding per-element weight support for WALSComputePartialLhsAndRhsOp operator.Gravatar A. Unique TensorFlower2018-06-28
* Making the tf.name_scope blocks related to the factor and weight vars configu...Gravatar A. Unique TensorFlower2018-05-31
* Adding tf.name_scope blocks to make the TensorBoard graph visualization usable.Gravatar A. Unique TensorFlower2018-05-30
* Internal changeGravatar A. Unique TensorFlower2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Merge changes from github.Gravatar Michael Case2018-04-10
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Add ability to use feature_columns in KMeans Estimator.Gravatar A. Unique TensorFlower2018-03-15
* Rename KMeans _parse_tensor_or_dict to _parse_features_if_necessary and add a...Gravatar A. Unique TensorFlower2018-03-14
* Add usage example to KMeans Estimator documentation.Gravatar A. Unique TensorFlower2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Refactor score definition in GMM operations. This is simplified to be the per...Gravatar A. Unique TensorFlower2018-02-07
* Typo Correction.Gravatar A. Unique TensorFlower2018-01-31
* Set export_outs in KMeans' EstimatorSpec.Gravatar Yutaka Leon2018-01-24
* Only squeeze the last dimension of outputs and indices in infer_graph ofGravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* In WALSMatrixFactorization: moves the op that updates the global_step to a se...Gravatar A. Unique TensorFlower2017-11-17
* Refactors the WALS estimator so that part of the control flow logic happens i...Gravatar A. Unique TensorFlower2017-11-14
* Adds the k-MC2 algorithm for efficient seeding of mini batch k-means in Tenso...Gravatar A. Unique TensorFlower2017-10-20
* Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorizati...Gravatar A. Unique TensorFlower2017-10-09
* Use the new Estimator.get_variable_value() method to get the kmeans cluster c...Gravatar A. Unique TensorFlower2017-10-06
* Make a branch of the KMeans estimator that is ported to the core Estimator API.Gravatar A. Unique TensorFlower2017-10-05
* Automated g4 rollback of changelist 170204652Gravatar A. Unique TensorFlower2017-09-27
* Add complete factorization tests (2 row/col sweeps) to factorization_ops_test...Gravatar A. Unique TensorFlower2017-09-27
* KMeans.training_graph() now returns an additional value, currently unused.Gravatar A. Unique TensorFlower2017-09-26
* FIx device colocation for kmeans.Gravatar A. Unique TensorFlower2017-08-09
* Move cluster initialization to happen during training using training hooks in...Gravatar A. Unique TensorFlower2017-07-17
* Adding cautionary comments on the use of use_factors_weights_cache in the cas...Gravatar A. Unique TensorFlower2017-07-13
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add RWSE (root weighted squared error) to the WALS estimator.Gravatar A. Unique TensorFlower2017-06-27
* Generalize cluster initialization to span multiple mini-batches if necessary.Gravatar A. Unique TensorFlower2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Updates to the WALSMatrixFactorization estimator:Gravatar A. Unique TensorFlower2017-06-06
* Fix device colocation for KMeans in case of multiple parameter servers.Gravatar A. Unique TensorFlower2017-06-01
* Minor updates to wals_test to reduce the number of session runs and reduce to...Gravatar A. Unique TensorFlower2017-05-22
* Add an option to remove empty rows and columns from the input matrix, in the ...Gravatar A. Unique TensorFlower2017-05-10
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05