zhenghuanhuan
f2275a4d35
rename noise_update to decay_policy and update version 0.6.0
5 years ago
zhenghuanhuan
0de5e06230
before rebase, refactor mechanisms implementation.
rename mech._decay_policy to mech._noise_update.
after rebase, rename norm_clip to norm_bound.
change mechanismsfactory to noisemechanismsfactory in test.
11
12
13
1414141414141414141414141414
15
5 years ago
ZhidanLiu
7d47844566
add a construct of clip_mech and noise_mech, when noise_mech is adaptive clip_mech must be none
5 years ago
mindspore-ci-bot
01d40e165a
!52 Add ZCDP-Monitor and Exponential decay mode.
Merge pull request !52 from jxlang910/master
5 years ago
jin-xiulang
ad0087058c
Add ZCDPMonitor and Exponential decay mode.
5 years ago
ZhidanLiu
79c6403d8c
add new feature: adaptive clipping
5 years ago
zhenghuanhuan
3fa256e76e
add exponential noise mechanisms
add validate decay_policy
change hyper_map to for loop because of free variable syntax error.
5 years ago
zhenghuanhuan
da3e872854
fix update mechanisms parameters will cause `dont't support Closure with free variable yet` error.
update code about review suggestions.
fix pylint warnings.
5 years ago
zhenghuanhuan
9dcca23301
change DPModel param l2_norm_clip to norm_clip.
5 years ago
zhenghuanhuan
fe97f43f51
Add differential privacy in GRAPH MODE context mode.
5 years ago
jin-xiulang
708e117e85
fix issue.
5 years ago
jin-xiulang
f2622e42db
Add value-range check for parameter 'alpha' in mechanisms.py.
5 years ago
zhenghuanhuan
9c37a11036
[CT][MA][DP]param of DPModel:norm_clip,use default, runtime error][DP]param of DPModel:norm_clip=0, runtime error][diff_privacy][Pref] use DPModel ,the performance of lenet deteriorates too much
https://gitee.com/mindspore/dashboard?issue_id=I1IMD7
https://gitee.com/mindspore/dashboard?issue_id=I1IQ11
https://gitee.com/mindspore/dashboard?issue_id=I1IPKH
5 years ago
zheng-huanhuan
b2e0934bf7
5-month feature: add differential privacy train and optimizer.
5 years ago
mindspore-ci-bot
45cede10af
!23 Add noise mechanisms module for Differential Privacy.
Merge pull request !23 from ZhidanLiu/pynative
5 years ago
ZhidanLiu
33caca31e0
noise mechanism of differential privacy
5 years ago
jin-xiulang
c04332072d
Add DP-Monitor module
5 years ago