Replies: 1 comment
-
|
Small update by switching over to another NN achritecture i could increase accuracy: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
wish you all a good start into the new year. Before Christmas I was working on a heat conduction-convection problem [#1598] and I made some modifications to the original code. First of all, now i am using a dimensionless form of the PDE with spatial and temporal domains ranging from [0,1]. I also normalized the temperature in the equation. For learning i use a two step procedure, first the adam algorithm followed by a L-BFGS-B scheme. My problem now is that learning is quite slow and I feel that after 150000 iterations there is still more to achieve. However, I wanted to ask the community if they have some tips for me to speed things up a bit.
My second question is realted to the inverse nature of the problem. I use some observed data as part of the learning process to estimate the unkown convection velocity (q in the code) in time. However, as i set up the problem which is defined in space and time, I get values for q as a function of space and time. What i would like however is that q is only a function of time and not of space, basically in space only a uniform convection velocity should be used. Maybe some of you came across a similar problem and nows how to do this.
Thank you
Here is the code
`

Here is the learning progress:
Beta Was this translation helpful? Give feedback.
All reactions