aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/examples
Commit message (Expand)AuthorAge
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Use the new Estimator.get_variable_value() method to get the kmeans cluster c...Gravatar A. Unique TensorFlower2017-10-06
* KMeans.training_graph() now returns an additional value, currently unused.Gravatar A. Unique TensorFlower2017-09-26
* Move cluster initialization to happen during training using training hooksGravatar A. Unique TensorFlower2017-02-27
* Passing commandline arguments to this script was broken with migration toGravatar A. Unique TensorFlower2017-02-14
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
* Make various factorization ops/classes accessible thru tf.contrib.factorizati...Gravatar Wei Ho2016-09-14
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ...Gravatar A. Unique TensorFlower2016-07-11
* Remove t/contrib/factorization:kmeans_test from tsan.Gravatar A. Unique TensorFlower2016-07-08
* Add K-Means clustering and WALS matrix factorization to tensorflow.Gravatar A. Unique TensorFlower2016-07-01