Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO for neural network approximation of ODE #2

Open
5 of 8 tasks
mikeaalv opened this issue Mar 18, 2020 · 0 comments
Open
5 of 8 tasks

TODO for neural network approximation of ODE #2

mikeaalv opened this issue Mar 18, 2020 · 0 comments
Labels
enhancement New feature or request TODO possible direction and enhancement

Comments

@mikeaalv
Copy link
Collaborator

The network method has worked for comparably small ODE set (dimension=4), and there is obvious trouble in making it work for larger ODE set. Here I list a few things that has been tried or might work (but haven't been tried).

  • rennet

  • optimizer scheduler

  • automatic hyper-parameter searching (such as optuna)

  • fix memory problem to increase batch size and speed

  • gru

  • gru-mlp (a modified version of gru)

  • diff-add-cell (a designed RNN structure)

  • ideas for improve fitting ??

@mikeaalv mikeaalv added enhancement New feature or request TODO possible direction and enhancement labels Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO possible direction and enhancement
Projects
None yet
Development

No branches or pull requests

1 participant