BrainCog-X / Brain-Cog

Brain-inspired Cognitive Intelligence Engine (BrainCog) is a brain-inspired spiking neural network based platform for Brain-inspired Artificial Intelligence and simulating brains at multiple scales. The long term goal of BrainCog is to provide a comprehensive theory and system to decode the mechanisms and principles of human intelligence and its evolution, and develop artificial brains for brain-inspired conscious living AI in future Human-AI symbiotic Society.
http://www.brain-cog.network/
Apache License 2.0
414 stars 65 forks source link

Parameters of the three-compartment model #169

Open QianpengLi577 opened 7 months ago

QianpengLi577 commented 7 months ago

This neuron model provides these two parameters but does not use them. https://github.com/BrainCog-X/Brain-Cog/blob/main/braincog/base/node/node.py#L305C9-L305C13

g_B = 0.6
g_L = 0.05

Is there any specific meaning of these two parameters?