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; ::