Skip to content
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

Why only consider negative features in backward push? #2

Open
wzfhaha opened this issue Feb 24, 2021 · 1 comment
Open

Why only consider negative features in backward push? #2

wzfhaha opened this issue Feb 24, 2021 · 1 comment

Comments

@wzfhaha
Copy link

wzfhaha commented Feb 24, 2021

For the BackwardPush function in base.h, the code seems only perform backward push only for negative features.

double old = negativeFeature[w][ik];

@wzfhaha
Copy link
Author

wzfhaha commented Feb 24, 2021

Another question, the code actually adopts BiPPR as the propagation rule, which is not consistent with the paper.

GBP/utils.py

Line 24 in f811fc2

features = BiP.ppr(datastr,alpha,rmax,rrz)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant