Closed
Description
I am building a Logistic Regression model based on this paper using BFV scheme : https://eprint.iacr.org/2018/462.pdf
However, I could not complete it, because of its floating point number in approximate sigmoid function and learning rate. I've read suggestion of author to use bscale function that is combined in bootstrap and scale. I hope you help me to explain explicit this function. I honestly thanks for your help.