PerceptronReset Method |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
internal void Reset( Random random, Vector2 weightRange )
This method sets every weight to a random one (from the given range), and clears Momentum and Error, thereby forgetting the training.