INeuralNetwork.InitSynapsesConvex

Fore Syntax

InitSynapsesConvex;

Fore.NET 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:

Fore and Fore.NET Examples

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

See also:

INeuralNetwork