Synapse {Microsoft.VisualBasic.MachineLearning.NeuralNetwork.StoreProcedure} .NET clr documentation

Synapse

Description

Declare

            
# namespace Microsoft.VisualBasic.MachineLearning.NeuralNetwork.StoreProcedure
export class Synapse {
   delta: double;
   in: string;
   out: string;
   # 两个神经元之间的连接强度
   w: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]