Skip to content

Releases: matlab-deep-learning/constrained-deep-learning

More Flexible Convex MLPs

25 Sep 12:39
d53bfc2
Compare
Choose a tag to compare
  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.

Initial Release

25 Sep 12:30
Compare
Choose a tag to compare

This initial release of the Constrained Deep Learning repository includes examples that demonstrate how to design and train multi-layer perceptions (MLPs) under the following constraints:

  1. Convexity
  2. Monotonicity
  3. Lipschitz Continuity

For further details, please refer to the README.