Cubic spiking neural network
Loading...
3,214
Loading...
Uploader Comments (MultiNeurons)
see all
Video Responses
see all
All Comments (9)
-
what kind of input are you giving it?
-
Looks like a nanoarray
-
it's not very difficult indeed. A limitation I adopted is that the presynaptic neurons for every neuron are 64. That is a 65536 x 64 table where every element is the weight of the connection. This can be excitatiory (variable from 0 to 3.0 in this case) or inhibitory (this is alwasy at the same level: -5.0). Hope this can help you...
-
@mrule7404 I'll also give it a go, gonna be pretty difficult though^^
-
I want to try to replicate this.
Loading...
a nanoarray? What is it exactly?
MultiNeurons 8 months ago
what GPU model do you use? can you simulate any more neurons than 65000?
mikeccuk2006 1 year ago
@mikeccuk2006
I am using a GTX275 with 896M of ram. Let's say it's a second family of the nvidia GPU. Of course it's possible to simulate as many neurons as you want. I did choose 65536 neurons because of technical reasons.
MultiNeurons 1 year ago