-
-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpages.jl
29 lines (29 loc) · 1.1 KB
/
pages.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! format: off
pages = [
"DiffEqFlux.jl: High Level Scientific Machine Learning (SciML) Pre-Built Architectures" => "index.md",
"Differential Equation Machine Learning Tutorials" => Any[
"examples/neural_ode.md",
"examples/GPUs.md",
"examples/mnist_neural_ode.md",
"examples/mnist_conv_neural_ode.md",
"examples/augmented_neural_ode.md",
"examples/neural_sde.md",
"examples/collocation.md",
"examples/normalizing_flows.md",
"examples/hamiltonian_nn.md",
"examples/tensor_layer.md",
"examples/multiple_shooting.md",
"examples/neural_ode_weather_forecast.md",
"examples/neural_gde.md",
"examples/physical_constraints.md",
],
"Layer APIs" => Any[
"Continuous Normalizing Flows Layer" => "layers/CNFLayer.md",
"Neural Differential Equation Layers" => "layers/NeuralDELayers.md",
],
"Utility Function APIs" => Any[
"Smoothed Collocation" => "utilities/Collocation.md",
"Multiple Shooting Functionality" => "utilities/MultipleShooting.md"
]
]
#! format: on