openfhe-logreg-training-examples
Logistic Regression Training Examples
This project provides examples of logistic regression training on encrypted data using FHE with OpenFHE
OpenFHE-Based Examples of Logistic Regression Training using Nesterov Accelerated Gradient Descent
21 stars
1 watching
4 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
openfheorg/openfhe-genomic-examples | An implementation of logistic regression and Chi-Square genome-wide association studies protocols using homomorphic encryption for secure large-scale genomic research. | 8 |
lhfowl/robbing_the_fed | This implementation allows an attacker to directly obtain user data from federated learning gradient updates by modifying the shared model architecture. | 23 |
gwenlegate/guidinglastlayerflpretrain | Investigates transfer learning in federated learning by guiding the last layer with pre-trained models | 7 |
buaa-cst/ilrg | Recovery method for Federated Learning datasets using gradients to estimate instance-wise batch label restoration | 5 |
hjmshi/pytorch-lbfgs | A PyTorch implementation of L-BFGS optimization algorithm for training neural networks | 586 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
openai/finetune-transformer-lm | This project provides code and model for improving language understanding through generative pre-training using a transformer-based architecture. | 2,160 |
lins-lab/fedthe | Improves machine learning models for personalized performance under evolving test distributions in distributed environments | 53 |
hongliny/fedac-neurips20 | Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. | 14 |
haozzh/fedcr | Evaluates various methods for federated learning on different models and tasks. | 17 |
lyn1874/fedpvr | An implementation of a federated learning algorithm for handling heterogeneous data | 6 |
ml-postech/gradient-inversion-generative-image-prior | An implementation of a method to invert gradients in federated learning to potentially reveal sensitive client data | 39 |
ai-secure/crfl | This project presents a framework for robust federated learning against backdoor attacks. | 71 |
hdlutils/hdlregression | A tool for running regression tests on FPGA designs | 16 |
eth-sri/bayes-framework-leakage | Develops and evaluates a framework for detecting attacks on federated learning systems | 11 |