SHE: A Fast and Accurate Deep Neural Network for Encrypted Data.
May 23, 2019 ยท View on GitHub
This code is for testing Shift-Accumulation, ReLu, Max pooling operations on Encrypted Data.
Dependency:
Please install TFHE tool firstly. https://github.com/tfhe/tfhe
Install:
./make
Acknowledgement:
We developed our testing code based on TFHE-ML as https://github.com/munsanje/tfhe_ml.