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

Some questions about algorithm implementation #2

Open
Boyle-Coffee opened this issue Jun 13, 2021 · 0 comments
Open

Some questions about algorithm implementation #2

Boyle-Coffee opened this issue Jun 13, 2021 · 0 comments

Comments

@Boyle-Coffee
Copy link

Execute me. I wanna implement the algorithm introduced in the paper Diagnosis of Autism Spectrum Disorder by Causal Influence Strength Learned from Resting-State fMRI Data. The algorithm process is as follow:

#image-20210613152258748

And the is

The steps of causal discovery in the paper is similar to the algorithm implemented in this Git repository, so I want to implement the algorithm based on the code in this repository. Although there are some comments in the code, but there are questions. I hope you can take the time to answer my questions, Thank you.

  • I first found this Git repository in the paper Estimating feedforward and feedback effective connections from fMRI time series: Assessments of statistical methods when I tried to implement the two-step algorithm. But I found there is no any formula in this paper, not even a likelihood formula. So I want to know is there other paper contain the formula about the code.
  • In the two step, we need to Initialize the by ICA with adaptive lasso. But is the function natural_grad_Adasize_Mask an implementation of the ICA with adaptive lasso?
  • What is the function scorecond for? Is the y_psi equal the in the formula(1)? Why is y_psi calculated every 12 iterations?
  • Is the function adaptive_size an implementation of AdaGrad?
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