INeuralNetwork.InitSynapsesConvex

Syntax

InitSynapsesConvex;

Description

The InitSynapsesConvex method sets values of synapse weights by using of the convex combination algorithm.

Comments

Values of all network synapses are generated according to the formula:

1 / sqrt(number_of_synapses)

The following methods can also be used to set values of synapse weights:

The method use is given in the example for INeuralNetwork.InitSynapses.

See also:

INeuralNetwork