sorted the default activation of mlpclass to match the client code

nix
Pierre Alexandre Tremblay 5 years ago
parent 5ef20088fa
commit e6afcb622d

@ -59,7 +59,7 @@ FluidMLPClassifier : FluidRTDataClient {
const <relu = 2;
const <tanh = 3;
*new {|server, hidden = #[3,3] , activation = 0, maxIter = 1000, learnRate = 0.0001, momentum = 0.9, batchSize = 50, validation = 0.2|
*new {|server, hidden = #[3,3] , activation = 2, maxIter = 1000, learnRate = 0.0001, momentum = 0.9, batchSize = 50, validation = 0.2|
var hiddenCtrlLabels;
hidden = [hidden.size]++hidden;

Loading…
Cancel
Save