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

the values of the theta and eta #3

Open
Wollents opened this issue Jun 6, 2023 · 2 comments
Open

the values of the theta and eta #3

Wollents opened this issue Jun 6, 2023 · 2 comments

Comments

@Wollents
Copy link

Wollents commented Jun 6, 2023

I'm wondering if theta = eta = 1 means the original ComGA. Otherwise, if the theta and eta are greater than 1 means the ComGA-O?

@XuexiongLuoMQ
Copy link
Owner

Hi, If the Eq.12 is added S matrix, the original model becomes ComGA-O. So it's decided by S matrix.

@Wollents
Copy link
Author

Wollents commented Jun 6, 2023

Do you mean the Eq. 15? I see in your code that the S matrix is calculated by
B_attr = labels_attribute * (eta - 1) +1.
diff_attribute = tf.square(tf.subtract(preds_attribute, labels_attribute) * B_attr)

So, i think when the eta = 1, it means the S is not added. So is the theta

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

2 participants