C# (CSharp) Encog.Neural.Networks.Structure NetworkCODEC - 4 exemples trouvés. Ce sont les exemples réels les mieux notés de Encog.Neural.Networks.Structure.NetworkCODEC extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
This class will extract the "long term memory" of a neural network, that is the weights and bias values into an array. This array can be used to view the neural network as a linear array of doubles. These values can then be modified and copied back into the neural network. This is very useful for simulated annealing, as well as genetic algorithms.