Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.12 KB

Deep Learning based Backward Stochastic Differential Equation

The repo is a Tensorflow implementation of deep learning based BSDE.

How to Run

By default we use method mentioned in Solving high-dimensional partial differential equations using deep learning

python main.py 

If we want to use the method mentioned in Machine Learning for Semi Linear PDEs,

python main.py --network_type merged

Requirement

tensorflow==1.13.1

Reference