wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

NEAT Activation. Giving variable outputs. #118

Closed thisisloze closed 6 years ago

thisisloze commented 6 years ago

I have my NEAT network running and the fittest genomes outputs vary as the Activation varies. How can I make sure the last Node is always consistent if I want to have a consistent output? Example: My inputs are all normalized but sometimes the outputs can vary from -10000, +10000 (for linear) 0, +1 for sigmoid. -1, +1 for hyperbolic tangent and the linear function produces outputs in the range −∞⋯∞?