Refactor score definition in GMM operations. This is simplified to be the per-sample...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 7 Feb 2018 16:48:05 +0000 (08:48 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 7 Feb 2018 16:52:21 +0000 (08:52 -0800)
commit840c30b0f38bcf0d94fe86e50a619465f935adda
tree8bee7c5b9a38c9e2ef055b6376a1fd0da4aab703
parent7edb75615655b112f31228f5746224cec08cc450
Refactor score definition in GMM operations. This is simplified to be the per-sample likelihood of the data.

PiperOrigin-RevId: 184843634
tensorflow/contrib/factorization/python/ops/gmm.py
tensorflow/contrib/factorization/python/ops/gmm_ops.py
tensorflow/contrib/factorization/python/ops/gmm_ops_test.py
tensorflow/contrib/factorization/python/ops/gmm_test.py