-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e533217
commit a3c2c36
Showing
31 changed files
with
510 additions
and
380 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# [The `DeepBSDE` algorithm](@id deepbsde) | ||
|
||
### Problems Supported: | ||
1. [`ParabolicPDEProblem`](@ref) | ||
|
||
1. [`ParabolicPDEProblem`](@ref) | ||
|
||
```@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 | ||
|
||
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) | ||
|
||
- 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
Oops, something went wrong.