WeiBenqiang
WeiBenqiang
``` //! @brief An estimate for the security-level double securityLevel() const { long phim = zMStar.getPhiM(); IndexSet primes = ctxtPrimes | specialPrimes; if (primes.card() == 0) { throw LogicError( "Security...
IN [12] lr_cost(theta, X, y)#返回theta的值 这里返回的是代价函数的值
Note that in [CircuitBootstrapping](https://github.com/tfhe/experimental-tfhe/blob/master/circuit-bootstrapping/src/poc_CircuitBootstrapping.cpp) we need the Torus64, Lwesample64,Lwesample64, why not only Torus32, Lwesample32, Lwesample32? And I wonder when the circuit bootstrapping would be added to future releases of TFHE?
在哪里下载MNIST数据集呢?似乎没有上传
I just find the shiftDotProduction, ReLU, and max pooling operations code, but where is the source code of NN models of MNIST,CIFAR-10 ?