aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Expand)AuthorAge
* 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
* Handle case where the 'features' parameter is a dict in _get_*_ops().Gravatar A. Unique TensorFlower2016-09-01
* Move host_info.h internal, move public functions into cpu_info.hGravatar Vijay Vasudevan2016-08-24
* 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
* Disable tsan for gmm_test.Gravatar Yuan Yu2016-08-09
* 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
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Replacing Supervisor usage in tf.learn.Estimators with supervised_session.Gravatar Mustafa Ispir2016-07-21
* Add a 'StopWhenConverged' monitor to help stop KMeans early.Gravatar A. Unique TensorFlower2016-07-18
* Rename io directory to learn_io because non-absolute import can confuse this ...Gravatar Martin Wicke2016-07-13
* Disable flaky testsGravatar Vijay Vasudevan2016-07-12
* 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
* Adjust thresholds for kmeans test.Gravatar A. Unique TensorFlower2016-07-06
* Disable flaky kmeans_testGravatar Gunhan Gulsoy2016-07-06
* Add K-Means clustering and WALS matrix factorization to tensorflow.Gravatar A. Unique TensorFlower2016-07-01