Closed HenryPengZou closed 3 years ago
https://github.com/eth-sri/probabilistic-forecasts-attacks/blob/df78ffd7375089bb7b38fbf55bb840b7699365eb/Finance/attack/attack_modules.py#L299-L317
Hi, could you provide some explanation for the 'aux_estimate, mean, sum_first_moment' here?
It would be great if you can give both some description and math formula/definition of these three variables here.
I appreciate your work!
Hi. sum_first_moment is defined as
sum_first_moment
aux_estimate is defined as
aux_estimate
sum_weights is defined as
sum_weights
All these are parts of the gradient estimators described in the paper.
Thank you!
https://github.com/eth-sri/probabilistic-forecasts-attacks/blob/df78ffd7375089bb7b38fbf55bb840b7699365eb/Finance/attack/attack_modules.py#L299-L317
Hi, could you provide some explanation for the 'aux_estimate, mean, sum_first_moment' here?
It would be great if you can give both some description and math formula/definition of these three variables here.
I appreciate your work!