Constrained deep learning is an advanced approach to training deep neural networks by incorporating domain-specific constraints into the learning process.
-
Updated
Oct 3, 2024 - MATLAB
Constrained deep learning is an advanced approach to training deep neural networks by incorporating domain-specific constraints into the learning process.
Learn dynamical systems as a difference of convex functions (DC) using a feedforward Neural Network (NN) architecture with DC structure. The resulting model learns the dynamics f in DC form as follows: f= f1 -f2 where f1 and f2 are convex functions. The DC structure of the network allows to independently express f1 and f2 as two input convex NN.
Add a description, image, and links to the convex-neural-network topic page so that developers can more easily learn about it.
To associate your repository with the convex-neural-network topic, visit your repo's landing page and select "manage topics."