PINN is predicting trivial solution for stiff ODE [D]
Mirrored from r/MachineLearning for archival readability. Support the source by reading on the original site.
I am learning physics informed neural networks. Currently, I am solving a simple second ODE (damped harmonic oscillator). The equation is m*d2y/dt2 + mu*dy/dt + k*y = 0 (bcs: y(t=0) = 1, y'(t=0) = 0). I managed to draft a code. The code works for k values upto 50. However, when increased the value beyond 50, PINN is predicting trivial solution. I tried several things: reducing the learning rate, increasing the data points, reusing the weights trained using lower k values, and using a for loop to increase the k value in smaller steps (step size 20). However, none of them helped. Could you help me with this. Thanks in advance.
[link] [comments]
More from r/MachineLearning
-
Orthrus: Memory-Efficient Parallel Token Generation via Dual-View Diffusion [R]
May 15
-
Looking for a real world dataset (or website where i can find it) [P]
May 15
-
software trying to catch software is officially a dead en [D]
May 15
-
[D] Position paper: using hallucination as a construction instrument to distill task-specific cognitive kernels from frontier models [D]
May 15
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.