Project Ideas for Google's Summer of Code #2
Replies: 1 comment 4 replies
-
@JonathanWenger @pnkraemer Hello Jonathan and Kraemer, I am interested in contributing towards ProbNum and I have submitted a proposal for GSOC's 2022. I am still waiting on the outcome for that however, I would still like to contribute regardless of whether I'm accepted. I've taken a look at the website and tried using some of the features as well as looked at the Github code a little and I would like to try working on contributing towards a feature. Furthermore, I understand that ProbNum relies on JAX's autodiff so I will take a look at that however, is there anything which you can recommend me to work towards as well as further resources which I can refer to? |
Beta Was this translation helpful? Give feedback.
-
This thread collects project ideas for Google's summer of code.
BVP solvers and state-space optimisers.
Basically, implement https://arxiv.org/abs/2106.07761. This would make a counterpart of https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.solve_bvp.html. The very basics should be pretty simple to build (all parts are there), but getting it right will take the student a bit, I guess. Perhaps easy to combine with probabilistic-numerics/probnum#248.
Linear Algebra / Galerkin methods
All of the below should be done in the autodiff backend:
Beta Was this translation helpful? Give feedback.
All reactions