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

Computing learning rate #262

Open
a-yur opened this issue Mar 22, 2024 · 0 comments
Open

Computing learning rate #262

a-yur opened this issue Mar 22, 2024 · 0 comments
Labels
help wanted hgf Issues related to HGF Toolbox

Comments

@a-yur
Copy link

a-yur commented Mar 22, 2024

I would like to analyse learning rates as it was done by Lawson et al. (2017, Nature Neuroscience). In the paper, the learning rate alpha2 is defined as

alpha2(t) = (muhat(t,1) - muhat(t-1,1) ) / da(t,1),

where

muhat(t,1) = s(mu(t-1,2)).

Based on that definition, I would assume that the learning rate alpha3 would be computed as

alpha3 = (muhat(t,2) - muhat(t-1,2) ) / da(t,2),

where muhat is computed as follows, based on the general definition of muhat from Mathys et al. (2014, Frontiers in Human Neuroscience):

muhat(t,2) = mu(t-1,2)

However, I see that in Lawson et al. (2017, Nature Neuroscience), alpha3 is computed as

alpha3 = ((mu(t,3) - mu(t-1,3))/da(t,2)

What is the difference between the two versions of alpha3? Why in the paper alpha2 is computed using muhat at the first level, but alpha3 is computed using mu on the third level?

@ImreKertesz ImreKertesz added hgf Issues related to HGF Toolbox help wanted labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted hgf Issues related to HGF Toolbox
Projects
None yet
Development

No branches or pull requests

2 participants