Skip to content

More Flexible Convex MLPs

Compare
Choose a tag to compare
@jkeeley-MW jkeeley-MW released this 25 Sep 12:39
d53bfc2
  1. The convex architecture produced by the buildConstrainedNetwork function has been modified. The positivity constraint on the weights of the skip connections has been removed, as it was unnecessary for maintaining convexity.

  2. The PositiveNonDecreasingActivationFunction name-value argument in the buildConstrainedNetwork function has been renamed to ConvexNonDecreasingActivation.