bioAI-Oslo / Spikeometric

Spiking Neural Network Simulator based on Generalized Linear Models
GNU General Public License v3.0
7 stars 1 forks source link

Is it possible to fit synaptic weights? #32

Open disadone opened 5 months ago

disadone commented 5 months ago

It looks like that the class base_model restricts the synaptic weight. In real data, I may wish to know the possible connection weights. Does this requirement constradict to the aim creating this package?

I believe it is possible based on How to train the adjacency (weight) matrix of the graph as a parameter? #1517 that can extend the current framework.