Click to See Complete Forum and Search --> : Connecting dendrites in neural net


MartinK
September 6th, 2004, 02:44 PM
I specify the number of neurons with one variable, for example 1000.

I can loop through neurons with x*100 + y*10 + z. Or just from 1 to 1000...

I want each neuron to connect with 26 other neurons ( where it is possible ). In a square, cubic "form" of neurons, all neurons would have 26 connections except the ones in the pherifery. Because each neuron has 26 neighbours.

How would I connect the dendrites to represent a round form?