opencog / destin

Deep SpatioTemporal Inference Network (DeSTIN) for vision processing
http://wiki.opencog.org/w/DeSTIN
GNU Lesser General Public License v3.0
34 stars 28 forks source link

Overlapping nodes #10

Closed tpsjr7 closed 10 years ago

tpsjr7 commented 10 years ago

The destin hierarchy is now inferred from the layerWidths array instead of the nci ( children input counts ) array.

If a parent layer width is one less than the child layer, then it is inferred that the child layer has overlapping nodes. In which case the nodes can each have up to 4 parent nodes.

Otherwise, the child layer width must divide evenly by the parent layer width i.e. childWidth % parentWidth == 0 and assumed that the child nodes are non overlapping and each only have one parent.