Skip to content

使用tensorflow2.1实现联合学习推荐模型,并加入差分隐私噪声进行隐私保护。

License

Notifications You must be signed in to change notification settings

GuanyunFeng/federated_recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

federated_recommendation

使用tensorflow2.1实现联合学习推荐模型,并加入差分隐私噪声进行隐私保护。
推荐算法参考论文:Neural Collaborative Filtering

运行环境:

python==3.7
numpy==1.18.1
tensorflow==2.1.0
scipy==1.4.1

使用方式

非联合学习模式:
python single.py
联合学习模式:
python server.py

About

使用tensorflow2.1实现联合学习推荐模型,并加入差分隐私噪声进行隐私保护。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages