Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 452 Bytes

FedMF

Parameter setting

The parameters are declared in shared_parameters.py, which are used by other files.

Distributed matrix factorization

Distributed MF are implemented in DistributedMF_Full.py and DistributedMF_Part.py which are full and part versions.

Federated matrix factorization

FedMF are implemented in FedMF_Full.py and FedMF_Part.py which are full and part versions.