-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from ashutosh-b-b/bb/NeuralPDE_port
Port DeepBSDE and DeepBSDEHan from NerualPDE
- Loading branch information
Showing
27 changed files
with
2,138 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
pages = [ | ||
"Home" => "index.md", | ||
"Getting started" => "getting_started.md", | ||
"Solver Algorithms" => ["MLP.md", | ||
"DeepSplitting.md", | ||
], | ||
"Feynman Kac formula" => "Feynman_Kac.md", | ||
] | ||
"Home" => "index.md", | ||
"Getting started" => "getting_started.md", | ||
"Solver Algorithms" => ["MLP.md", | ||
"DeepSplitting.md", | ||
"DeepBSDE.md"], | ||
"Tutorials" => [ | ||
"tutorials/deepsplitting.md", | ||
"tutorials/deepbsde.md", | ||
"tutorials/mlp.md", | ||
], | ||
"Feynman Kac formula" => "Feynman_Kac.md", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# [The `DeepBSDE` algorithm](@id deepbsde) | ||
|
||
```@autodocs | ||
Modules = [HighDimPDE] | ||
Pages = ["DeepBSDE.jl", "DeepBSDE_Han.jl"] | ||
``` | ||
|
||
## The general idea 💡 | ||
The `DeepBSDE` algorithm is similar in essence to the `DeepSplitting` algorithm, with the difference that | ||
it uses two neural networks to approximate both the the solution and its gradient. | ||
|
||
## References | ||
- Han, J., Jentzen, A., E, W., Solving high-dimensional partial differential equations using deep learning. [arXiv](https://arxiv.org/abs/1707.02568) (2018) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.