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

machine learning examples / benchmarks #113

Open
5 tasks
martinjrobins opened this issue Dec 13, 2024 · 0 comments
Open
5 tasks

machine learning examples / benchmarks #113

martinjrobins opened this issue Dec 13, 2024 · 0 comments

Comments

@martinjrobins
Copy link
Owner

martinjrobins commented Dec 13, 2024

  • dense neural ODE. this blog post by Sebastian Callh is a nice example.
  • sparse neural ODE. Might be valuable using a sparse neural network for spatial weather forecasting?
  • dense/sparse neural ODE with constraints: add algebraic constraint equations
  • dense continuous normalising flow (CNF). I'm just looking through the CNF example on the diffrax documentation: https://docs.kidger.site/diffrax/examples/continuous_normalising_flow/
  • sparse continuous normalising flow (CNF). I think there would be value in using diffsol to implement a sparse CNF (i.e the network would be sparse so pixels are only connected to their close neighbours) to scale this example up to larger image sizes

Could use burn for this.

@martinjrobins martinjrobins added the help wanted Extra attention is needed label Dec 13, 2024
@martinjrobins martinjrobins changed the title sparse continuous normalising flow (CNF) benchmark machine learning examples / benchmarks Dec 13, 2024
@martinjrobins martinjrobins removed the help wanted Extra attention is needed label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant