Neural Network Toolbox
  Go to function:
    Search    Help Desk 
hextop    Examples   See Also

Hexagonal layer topology function

Syntax

pos = hextop(dim1,dim2,...,dimN)

Description

hextop calculates the neuron positions for layers whose neurons are arranged in a N dimensional hexagonal pattern.

hextop(dim1,dim2,...,dimN) takes N arguments,

and returns an N x S matrix of N coordinate vectors where S is the product of dim1*dim2*...*dimN.

Examples

This code creates and displays a two-dimensional layer with 40 neurons arranged in a 8x5 hexagonal pattern.

This code plots the connections between the same neurons, but shows each neuron at the location of its weight vector. The weights are generated randomly so that the layer is very disorganized, as is evident in the following plot.

See Also

gridtop, randtop



[ Previous | Help Desk | Next ]