iLampard / deep_bsde

Tensorflow Implementation of Deep Backward Stochastic Differential Equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tensorflow Implementation of Deep Backward Stochastic Differential Equation

License:Apache License 2.0


Languages

Language:Python 100.0%