Encog.Neural.Networks BasicNetwork.Reset em C# (CSharp) - 30 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Encog.Neural.Networks.BasicNetwork.Reset em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
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.