colgreen / sharpneat

SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
https://sharpneat.sourceforge.io/
Other
375 stars 96 forks source link

MaxMinusOne - Described as Leaky ReLU? #17

Closed drallensmith closed 6 years ago

drallensmith commented 6 years ago

https://github.com/colgreen/sharpneat/blob/c5bd0bacae170930af59190a7a1b2dacf6aa80cc/src/SharpNeatLib/Network/ActivationFunctions/Unipolar/MaxMinusOne.cs#L31

I would think that should be "Shifted ReLU".

-Allen

colgreen commented 6 years ago

Thanks. Looks like a few are wrong due to sloppy copy/pasting. As it happens these classes have all been re-written in a refactor branch (not yet public) so I will likely close this when I merge all the changes in.

drallensmith commented 6 years ago

Quite welcome.

colgreen commented 6 years ago

I've updated all of the descriptions. As an aside, all of the name and description fields have been dropped over in sharpneat-refactor, so this particular flavour of copy-paste bug won't be possible going forward.