colgreen/sharpneat

MaxMinusOne - Described as Leaky ReLU?

drallensmith opened this issue · 3 comments

public string FunctionDescription => "Leaky Rectified Linear Unit (ReLU)";

I would think that should be "Shifted ReLU".

-Allen

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.

Quite welcome.

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.