JucksonP / AM205_final

Solving ODE by artificial neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving ODEs by neural networks

No finite difference -- directly learn a closed-form & continuous solution

./BFGS.gif

Final report in PDF: am205_report.pdf

Installation:

$ pip install git+https://github.com/JiaweiZhuang/AM205_final.git

Update to latest version:

$ pip install --upgrade git+https://github.com/JiaweiZhuang/AM205_final.git

Uninstall:

$ pip uninstall neuralsolver

API usage: see example/ folder

Also see the Julia implementation: https://github.com/JiaweiZhuang/6.338_final

About

Solving ODE by artificial neural networks


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%