DeepInEvil / Homomorphic_PCA

Performing PCA on encrypted data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homomorphic PCA

This repository focuses on performing PCA on encrypted data. It uses CKKS homomorphic scheme to perform computations on encrypted data. To use this repository, clone the repo and type :-

cd Homomorphic_PCA
python3 pca.py

For implementing CKKS homomorphic scheme, we have used SEAL-Python(python binding for the Microsoft SEAL library) Dependencies required for this repository are:-

The read_data.py file supports reading of 7 datasets that were used for experimentation. The Yale face dataset has been provided in the repository. Other datasets that are supported are:-

About

Performing PCA on encrypted data


Languages

Language:Python 100.0%