Results 21 comments of Hananel Hazan

You are right, because `AbstractInput` is only abstract, its behavior need to be corrected. The rest of the nodes have the same behavior because Nodes are the Soma of neuron,...

@mahsa-ebrahimian, please use the encoders in BindsNET to convert static data like image to spike trains using the schemes [here](https://github.com/BindsNET/bindsnet/blob/master/bindsnet/encoding/encodings.py). You can find how to use them in the examples....

Please send me an email to [email protected] and we can talk about this PR.

Thank you for your response, now that I see your answer, I think that the reason `pip` didn't find pyEDM version 1.9.3 is because I am using python `3.11` and...

Thank you @ioneliabuzatu Can you make a PR with those changes?

Thank you for raising this issue. From your description the weights should be updated... Can you post two another figures. 1. figure that plot the voltage of each neurons vs...

Thank you for providing the figures. It doesn't seem like the GC part is getting any information from the MF. Since the PC and DCN appear to be very active,...

> It is worth mentioning that due to my algorithm settings, only 7 of the 70,000 neurons in the GC at each time step can and must be activated (the...

BindsNET support recurrent connection, see the [reservoir](https://github.com/BindsNET/bindsnet/blob/master/examples/mnist/reservoir.py) example