Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025253 116

fast_em.pyH A D25-Apr-20254.8 KiB181116

fast_em.shH A D25-Apr-2025414 2310

README.md

1RAPPOR in TensorFlow
2====================
3
4This directory contains an experimental implementation of the EM algorithm in
5[TensorFlow](http://tensorflow.org).
6
7Currently the C++ implementation in `analysis/cpp` is faster and can be used
8in production.
9
10
11