Experimental approach of solving ODE using Tensorflow
In the script ODE.py I numerically solve the eqation on the interval [0..10]
Launch Comparison.py to see performance of BDF, DormandPrince and Scipy ode solver comparison
In the script PDE.py I numerically solve first-order PDE with known analytical solution.