You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to solve the inverse Burger's Equation to find $\eta_{nn}$ in $y_t + y * y_x - \eta_{nn} * 10^{-3} * y_{xx} = 0$. The true value of $\eta$ is 3.183. However, the PINN is not approaching the correct value. The value starts from 1 and just keeps increasing with the training.
Could someone suggest me any improvements or help me debug my code so I can get the true $\eta$ value?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to solve the inverse Burger's Equation to find$\eta_{nn}$ in $y_t + y * y_x - \eta_{nn} * 10^{-3} * y_{xx} = 0$ . The true value of $\eta$ is 3.183. However, the PINN is not approaching the correct value. The value starts from 1 and just keeps increasing with the training.
Could someone suggest me any improvements or help me debug my code so I can get the true$\eta$ value?
The code:
The result:
Beta Was this translation helpful? Give feedback.
All reactions