randtop
(To be removed) Random layer topology function
randtop will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
pos = randtop(dimensions)
Description
randtop calculates the neuron positions for layers whose neurons
are arranged in an N-dimensional random pattern.
pos = randtop(dimensions) takes one argument:
dimensions | Row vector of dimension sizes |
and returns an N-by-S matrix of
N coordinate vectors, where N is the number of
dimensions and S is the product of
dimensions.
Examples
Version History
Introduced before R2006aSee Also
Time Series
Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork
