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

About sim/ch8/hip #13

Open
juishiang opened this issue Apr 20, 2020 · 3 comments
Open

About sim/ch8/hip #13

juishiang opened this issue Apr 20, 2020 · 3 comments

Comments

@juishiang
Copy link

I have some questions about hippocampus model in the sim/ch8/hip.

  1. The projections Ecin_to_Ca3, Ca3_to_Ca3, use the Dwt function in the Ecca1.go, and projections Ecin_to_DG uses the Dwt function in the chlprjn.go. Both Dwt function combine the Error driven and self-organizing learning rule. This is quite different with the paper you wrote at 2013 (Theta coordinated error-driven learning in the hippocampus)(deltaCHL = 0). I would like to know the reason you change your model structure.

  2. After I traced your code in /emer/leabra/hip, I knew the different between Ecca1.go (err-driven + bcm) and chl.go(err + CPCA). Could you provide some examples about which situation the model should uses chl.go or ecca1.go?

jui shiang

@rcoreilly
Copy link
Collaborator

There is some more discussion at: https://github.com/emer/leabra/tree/master/examples/hip_bench -- and we are currently writing up a paper about this. Our latest version of the hippocampus is strongly error driven, although always using the "hebbian regularizer" as we use in general to good effect in the Leabra framework more generally.

And using hip_bench it is easy to explore these different parameters for yourself so you can see for yourself what works best :)

@juishiang
Copy link
Author

Thank you, It's helpful.
EC and CA1 use pool (4D) structure in your model. Could you provide some biologial evidence(paper) about this assumption?
thanks a lot
Jui Shiang

@rcoreilly
Copy link
Collaborator

indeed -- lots of work by Menno Witter and others, e.g.,: http://onlinelibrary.wiley.com/doi/abs/10.1111/ejn.14511

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