Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x_train_bin may also be filtered (tensorflow#212)
* x_train_bin may also be filtered Both `qnn` and `fair_nn` are based on binary encoded `x_train_bin`, however this dataset is full of contradictory examples (7789 out of 11520). Though already mentioned in the doc, "binarizing will cause more collisions", it might be unclear to a part of readers that the ratio of collision exceeded 67.6%! and this ratio will affect classificaion training. * Don't use the binary-non-contradictory data. * capture output so it doesn't print the arrays. Co-authored-by: Mark Daoust <[email protected]>
- Loading branch information