/FedMF

Primary LanguagePython

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.