Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juyongjiang committed Nov 7, 2021
1 parent 7edb026 commit 0f251aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# VFedPCA+VFedAKPCA
This is the official source code for our paper: **Vertical Federated Principal Component Analysis and Its Kernel Extension on Feature-wise Distributed Data** based on [Pytorch](https://pytorch.org/) Framework.
This is the official source code for the Paper: **Vertical Federated Principal Component Analysis and Its Kernel Extension on Feature-wise Distributed Data** based on [Pytorch](https://pytorch.org/) Framework.

> Despite enormous research interest and rapid application of federated learning (FL) to various areas, existing studies mostly focus on supervised federated learning under the horizontally partitioned local dataset setting. This paper will study the unsupervised FL under the vertically partitioned dataset setting.
## The Framework of Sever-Clients Architecture
![](/Users/sophia/Desktop/c.png)
## Server-Clients Architecture
<p align="center">
<img src="figs/sc_arc.png" alt="Server-Clients Architecture" width="600">
<br>
<b>Figure</b>: Server-Clients Architecture
</p>

## Experiment Description

The main function file of the algorithm is: utils.py, the rest are supporting files. If you need run this code, please import utils first. A brief explanation of files is shown below:
Expand Down
Binary file added figs/sc_arc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f251aa

Please sign in to comment.