Encog.Neural.Networks BasicNetwork.Reset in C# (CSharp): 30 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Encog.Neural.Networks.BasicNetwork.Reset, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Reset the weight matrix and the bias values. This will use a Nguyen-Widrow randomizer with a range between -1 and 1. If the network does not have an input, output or hidden layers, then Nguyen-Widrow cannot be used and a simple range randomize between -1 and 1 will be used.