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

model training on encrypted data #479

Open
sbzgyxzm opened this issue May 3, 2024 · 1 comment
Open

model training on encrypted data #479

sbzgyxzm opened this issue May 3, 2024 · 1 comment
Labels
Type: Question ❔ Question about implementation or some technical aspect

Comments

@sbzgyxzm
Copy link

sbzgyxzm commented May 3, 2024

The tutorial gives an example of training a logistic regression model on encrypted data. Many papers have implemented CNN training on the encrypted MNIST dataset. However, I can only find open-source code to implement encrypted logistic regression, and there is no code to implement encrypted CNN training. I'm wondering if any open-source projects are implementing encrypted CNN training.

@sbzgyxzm sbzgyxzm added the Type: Question ❔ Question about implementation or some technical aspect label May 3, 2024
@rayhankinan
Copy link

Currently, I am working on building an encrypted CNN model by utilizing this library (TenSEAL) and PyTorch. It's still ongoing and I am still working on trying to train the model on encrypted data. You are more than welcome to check my project here. Feel free to reach me out if you're interested to know more.

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