More Flexible Convex MLPs
-
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. -
The
PositiveNonDecreasingActivationFunction
name-value argument in thebuildConstrainedNetwork
function has been renamed toConvexNonDecreasingActivation
.