-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
86ab97c
commit b0daed7
Showing
60 changed files
with
1,150 additions
and
1,001 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
pages = ["index.md", | ||
"ODE PINN Tutorials" => Any["Introduction to NeuralPDE for ODEs" => "tutorials/ode.md", | ||
"Bayesian PINNs for Coupled ODEs" => "tutorials/Lotka_Volterra_BPINNs.md", | ||
"PINNs DAEs" => "tutorials/dae.md", | ||
"Parameter Estimation with PINNs for ODEs" => "tutorials/ode_parameter_estimation.md", | ||
"Deep Galerkin Method" => "tutorials/dgm.md" | ||
#"examples/nnrode_example.md", # currently incorrect | ||
], | ||
"PDE PINN Tutorials" => Any["Introduction to NeuralPDE for PDEs" => "tutorials/pdesystem.md", | ||
"Bayesian PINNs for PDEs" => "tutorials/low_level_2.md", | ||
"Using GPUs" => "tutorials/gpu.md", | ||
"Defining Systems of PDEs" => "tutorials/systems.md", | ||
"Imposing Constraints" => "tutorials/constraints.md", | ||
"The symbolic_discretize Interface" => "tutorials/low_level.md", | ||
"Optimising Parameters (Solving Inverse Problems)" => "tutorials/param_estim.md", | ||
"Solving Integro Differential Equations" => "tutorials/integro_diff.md", | ||
"Transfer Learning with Neural Adapter" => "tutorials/neural_adapter.md", | ||
"The Derivative Neural Network Approximation" => "tutorials/derivative_neural_network.md"], | ||
"Bayesian PINNs for Coupled ODEs" => "tutorials/Lotka_Volterra_BPINNs.md", | ||
"PINNs DAEs" => "tutorials/dae.md", | ||
"Parameter Estimation with PINNs for ODEs" => "tutorials/ode_parameter_estimation.md", | ||
"Deep Galerkin Method" => "tutorials/dgm.md" #"examples/nnrode_example.md", # currently incorrect | ||
], | ||
"PDE PINN Tutorials" => Any[ | ||
"Introduction to NeuralPDE for PDEs" => "tutorials/pdesystem.md", | ||
"Bayesian PINNs for PDEs" => "tutorials/low_level_2.md", | ||
"Using GPUs" => "tutorials/gpu.md", | ||
"Defining Systems of PDEs" => "tutorials/systems.md", | ||
"Imposing Constraints" => "tutorials/constraints.md", | ||
"The symbolic_discretize Interface" => "tutorials/low_level.md", | ||
"Optimising Parameters (Solving Inverse Problems)" => "tutorials/param_estim.md", | ||
"Solving Integro Differential Equations" => "tutorials/integro_diff.md", | ||
"Transfer Learning with Neural Adapter" => "tutorials/neural_adapter.md", | ||
"The Derivative Neural Network Approximation" => "tutorials/derivative_neural_network.md"], | ||
"Extended Examples" => Any["examples/wave.md", | ||
"examples/3rd.md", | ||
"examples/ks.md", | ||
"examples/heterogeneous.md", | ||
"examples/linear_parabolic.md", | ||
"examples/nonlinear_elliptic.md", | ||
"examples/nonlinear_hyperbolic.md", | ||
"examples/complex.md"], | ||
"examples/3rd.md", | ||
"examples/ks.md", | ||
"examples/heterogeneous.md", | ||
"examples/linear_parabolic.md", | ||
"examples/nonlinear_elliptic.md", | ||
"examples/nonlinear_hyperbolic.md", | ||
"examples/complex.md"], | ||
"Manual" => Any["manual/ode.md", | ||
"manual/dae.md", | ||
"manual/pinns.md", | ||
"manual/bpinns.md", | ||
"manual/training_strategies.md", | ||
"manual/adaptive_losses.md", | ||
"manual/logging.md", | ||
"manual/neural_adapters.md"], | ||
"Developer Documentation" => Any["developer/debugging.md"], | ||
"manual/dae.md", | ||
"manual/pinns.md", | ||
"manual/bpinns.md", | ||
"manual/training_strategies.md", | ||
"manual/adaptive_losses.md", | ||
"manual/logging.md", | ||
"manual/neural_adapters.md"], | ||
"Developer Documentation" => Any["developer/debugging.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
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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ NNODE | |
|
||
```@docs | ||
BNNODE | ||
``` | ||
``` |
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.