Hananel Hazan
Hananel Hazan
Yes, you are right. We need to discuss how the dynamic synapse can interact with minibatch. We do however a [weights decay](https://github.com/Hananel-Hazan/bindsnet/blob/ac6cd40aae56c175e8229788af9b888895967c38/bindsnet/network/topology.py#L24) that also need to be address with the...
BindsNET can simulate various changes (linear or non-linear) to the conductance of the connection and for neuron behavior. However, BindsNET is not simulating the exact behavior of the specific ion...
Wonderful!
Yes, It could be similar to the decay in LIF
Thank you for this welcome suggestion. You are right, there is some redundancy in the way we defining the network. Some of this style of code comes from other projects...
There some newer models also on the same notion. This is one of the improvements on our to-do list. Meanwhile, you can give it a try to implement and your...
Wonderful! thank you for the nice addition #443 to BindsNET
Yes, it may help, but for that we need to find the relevant biological evidence for this separate adjustment and also application that can utilize it.
Good idea. Two things that I think are relevant: 1. Need to check if generate input spike for one iteration is equivalent (same distribution and properties as to generate input...
You are right, this trade offs is a good option to give the user to choose. On long runs Memory can be in short demand. You can use some buffering...