From ff9106e509995cfa8281caf5565c4b48092b9803 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Thu, 16 Jul 2020 13:52:14 +0100 Subject: [PATCH] clearer hints at activation ranges. --- .../HelpSource/Classes/FluidMLPClassifier.schelp | 2 +- release-packaging/HelpSource/Classes/FluidMLPRegressor.schelp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release-packaging/HelpSource/Classes/FluidMLPClassifier.schelp b/release-packaging/HelpSource/Classes/FluidMLPClassifier.schelp index d8cbe7e..7788005 100644 --- a/release-packaging/HelpSource/Classes/FluidMLPClassifier.schelp +++ b/release-packaging/HelpSource/Classes/FluidMLPClassifier.schelp @@ -35,7 +35,7 @@ ARGUMENT:: validation The fraction of the DataSet size to hold back during training to validate the network against. METHOD:: identity, relu, sigmoid, tanh -A set of convinience constants for the available activation functions. +A set of convinience constants for the available activation functions. Beware of the permitted ranges of each: relu (0->inf), sigmoid (0->1), tanh (-1,1) INSTANCEMETHODS:: diff --git a/release-packaging/HelpSource/Classes/FluidMLPRegressor.schelp b/release-packaging/HelpSource/Classes/FluidMLPRegressor.schelp index 68e0aa3..f25e678 100644 --- a/release-packaging/HelpSource/Classes/FluidMLPRegressor.schelp +++ b/release-packaging/HelpSource/Classes/FluidMLPRegressor.schelp @@ -36,7 +36,7 @@ ARGUMENT:: validation The fraction of the DataSet size to hold back during training to validate the network against. METHOD:: identity, relu, sigmoid, tanh -A set of convinience constants for the available activation functions. +A set of convinience constants for the available activation functions. Beware of the permitted ranges of each: relu (0->inf), sigmoid (0->1), tanh (-1,1) INSTANCEMETHODS:: @@ -150,7 +150,7 @@ d = Dictionary.with( }); ) -//We should see a single cycle of a chirp. if not, +//We should see a single cycle of a chirp. If not, fit a little more epochs ~outputdata.plot; ::