Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

HE_MIA: Homomorphic Encryption for Membership Inference Attacks

Build Python Wheelhouse

The repository contains a list of resources to use a homomorphically encrypted inference from any logistic regression whose weights size is smaller than 214 floating point elements.

From the wheelhouse directory, take the version according to your version of Python. Currently it only works in Linux environments.

Installation

git clone <repo_address>
cd wheelhouse
pip3 install <installer>.whl

Basic usage

from HELR import HELR
...
my_private_inferece = HELR(weights, bias)
result = my_private_inference.predict(sample)
...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages