Author Archives: n JuliaLang - The Julia programming language n

GSoC 2017: Native Julia second order ODE and BVP solvers

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2017/11/gsoc-ode/index.html

GSoC 2017: Native Julia second order ODE and BVP solvers | My original GSoC project was about implementing native Julia solvers for solving boundary value problems (BVPs) that were determined from second order ordinary differential equations (ODEs). I started down the BVP path, built a shooting method to solve BVPs from initial value problems (IVPs), and the…

NeuralNetDiffEq.jl: A Neural Network solver for ODEs

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2017/10/gsoc-NeuralNetDiffEq/index.html

NeuralNetDiffEq.jl: A Neural Network solver for ODEs | My GSoC 2017 project (https://summerofcode.withgoogle.com/projects/#5850956641075200) was to implement a package for Julia to solve Ordinary Differential Equations using Neural Networks….