Failed to train a neural network to fit the euqation of motion for celectial objects #151
Replies: 2 comments
-
Can you nondimensionalize the system before feeding to neurodiffeq? It's known to be a problem when input scales are too big/small probably because of PyTorch's default way of initializing network weights. See this FAQ. Also, I noticed you are using a deprecated |
Beta Was this translation helpful? Give feedback.
-
Thanks for your suggestions! I successfully trained the network but the result was not good. I am still adjusting some network parameters, hoping to get a result as good as the numerical integration result. Please see my updated demo here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to integrate the equation of motion for celestial objects but failed.
Please click the link here for my demo: https://nbviewer.jupyter.org/github/gaowutong/neurodiffeq_demo/blob/main/neurodiffeq_demo.ipynb
In the demo, I used the default network.
Beta Was this translation helpful? Give feedback.
All reactions