Possibility of add constraint on predictions #19
yewalenikhil65
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Agree. What specific regularization do you want to impose? For combustion, I am using elemental conservation, which can be achieved by projecting the stoichiometric coefficients into the elemental conservation space. If you are interested, I can point out the code that I have written for it. The issue with adding regularization into the loss function is that it could make the optimization more difficult and thus degrade the benefit. So it is heuristic, it is an option to try but not necessarily give better performance. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jiweiqi It would be nice to add previously known physical constraint on the
pred = ODEProblem(CRNN)
.Example, in PBE it's well known that conservation law is followed.. so if we could add this constraint in loss function , i have a hunch that it might reduce the training time.
Same thoughts applies to robertson's case, where the third species is a combination of first and second species
Beta Was this translation helpful? Give feedback.
All reactions