WeiBenqiang

Results 4 comments of WeiBenqiang

From my test `./TEST_AES boot=1 sz=3 N=800`,for bootstapping case, N=800 is a litter big,which actural satisfies "level" we need and does not trigger `batchRecrypt`. And the security level is just...

I have found aes_compatible vertion:https://github.com/homenc/HElib/pull/343 .It does work. I think CKKS could not work,because it's an approximate homomorphic encrytion scheme,it will cause some small errors.

Coursera-ML-AndrewNg-Notes/code/ex1-linear regression/1.linear_regreesion_v1.ipynb IN [12] lr_cost(theta, X, y)#返回theta的值 这里返回的是代价函数的值

I have the same question on Apple M1. Have you solved it?