-
Hi again! I was reading the papers and comparing their architectures to your implementation (which is awesome!) and I noticed that both the AnomalyDAE and DOMINANT papers uses the sigmoid(ZZ^T) method to reconstruct the adjacency matrix. In your AnomalyDAE implementation you indeed use the sigmoid function to compute the matrix (line 398) but for DOMINANT (line 309), where do you apply the sigmoid function? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
kayzliu
Jan 2, 2023
Replies: 1 comment 4 replies
-
In the structural decoder, there is an activation function, which can be sigmoid function. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kayzliu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the structural decoder, there is an activation function, which can be sigmoid function.