Replies: 1 comment 2 replies
-
This could be due to a lot of reasons. You need to investigate carefully. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to solve this first order ordinary differential equation:
$C \dfrac{dP}{dt} + \dfrac{P}{R_2} = \left(1 + \dfrac{R_1}{R_2}\right) I + R_1 C \dfrac{dI}{dt}$
By knowing$I(t)$ , I want to find $P(t)$ . My problem is that there is a huge difference between the training and test losses, although their plots are pretty close to each other.
Do you have any suggestion for me? In addition, I cannot understand how the test error is calculated for the ODE.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions