-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AAD adaptative power #75
Comments
Do you have a plan how to test it? I cannot figure out which prior influence value is big enough. By default it is 1.0. |
Yes, we definitely have to test it using a smaller dataset. |
I don't see any significant difference when running with |
If you say YES the model should not changed, it is changing when you say NO |
I suggest to discuss at the evening, that we all understand how this is going to work in the same way. |
About the possibility to increase the impact of expert feedback on the AAD model.
From Shubhomoy:
https://github.com/shubhomoydas/ad_examples/blob/master/ad_examples/aad/aad_loss.py
The parameter prior_influence in the two functions (aad_loss_linear and aad_loss_gradient_linear) might help.
This parameter needs to be passed through aad_weight_update (https://github.com/shubhomoydas/ad_examples/blob/78b01e9c9502523c5341243e1a8dca6befcefbc3/ad_examples/aad/aad_base.py#L260)
The text was updated successfully, but these errors were encountered: