facebookresearch / SymbolicMathematics

Deep Learning for Symbolic Mathematics
Other
527 stars 116 forks source link

ODE's computation #18

Closed arthurserres closed 3 years ago

arthurserres commented 3 years ago

Hello,

First of all thanks for your work and to share it !

I was wondering if there is a notebook about how to use the ODE's prediction instead of the integral prediction and if not where can I find instruction about how to do so ?

Thanks by advance :)

Best,

Arthur SERRES student in applied mathematics.

ebotiab commented 3 years ago

Hello @arthurserres, I have searched for this also and I have realised how it can be done. You can find my implementation in my forked repository: https://github.com/ebotiab/SymbolicMathematics (the ODE' prediction can be found at the end of the Research_Project file)

arthurserres commented 3 years ago

I have just seen your answer. Thank you very much @ebotiab, this is very helpful. I will definitely quote you in my project :)

Good continuity and thanks again for your work