Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logistic Regression with BFV scheme #482

Open
huyvu1404 opened this issue Jun 2, 2024 · 1 comment
Open

Logistic Regression with BFV scheme #482

huyvu1404 opened this issue Jun 2, 2024 · 1 comment
Labels
Type: Question ❔ Question about implementation or some technical aspect

Comments

@huyvu1404
Copy link

I am trying to build a Logistic Regression model using BFV scheme to encrypt data. However, I cannot complete it because of floating point number in approximate sigmoid function and learning rate. Can someone help me solve this issue?

@huyvu1404 huyvu1404 added the Type: Question ❔ Question about implementation or some technical aspect label Jun 2, 2024
@reaneling
Copy link

Hello! Try to apply quantization. It will allow to convert values ​​into integer arithmetic, however the accuracy will suffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question ❔ Question about implementation or some technical aspect
Projects
None yet
Development

No branches or pull requests

2 participants