|
1 | 1 | pages = [ |
2 | 2 | "ReservoirComputing.jl" => "index.md", |
3 | 3 | "General Settings" => Any[ |
4 | | - "Changing Training Algorithms"=>"general/different_training.md", |
5 | | - "Altering States"=>"general/states_variation.md", |
6 | | - "Generative vs Predictive"=>"general/predictive_generative.md"], |
| 4 | + "Changing Training Algorithms" => "general/different_training.md", |
| 5 | + "Altering States" => "general/states_variation.md", |
| 6 | + "Generative vs Predictive" => "general/predictive_generative.md"], |
7 | 7 | "Echo State Network Tutorials" => Any[ |
8 | | - "Lorenz System Forecasting"=>"esn_tutorials/lorenz_basic.md", |
| 8 | + "Lorenz System Forecasting" => "esn_tutorials/lorenz_basic.md", |
9 | 9 | #"Mackey-Glass Forecasting on GPU" => "esn_tutorials/mackeyglass_basic.md", |
10 | | - "Using Different Layers"=>"esn_tutorials/change_layers.md", |
11 | | - "Using Different Reservoir Drivers"=>"esn_tutorials/different_drivers.md", |
| 10 | + "Using Different Layers" => "esn_tutorials/change_layers.md", |
| 11 | + "Using Different Reservoir Drivers" => "esn_tutorials/different_drivers.md", |
12 | 12 | #"Using Different Training Methods" => "esn_tutorials/different_training.md", |
13 | | - "Deep Echo State Networks"=>"esn_tutorials/deep_esn.md", |
14 | | - "Hybrid Echo State Networks"=>"esn_tutorials/hybrid.md"], |
15 | | - "API Documentation" => Any["Training Algorithms"=>"api/training.md", |
16 | | - "States Modifications"=>"api/states.md", |
17 | | - "Prediction Types"=>"api/predict.md", |
18 | | - "Echo State Networks"=>"api/esn.md", |
19 | | - "ESN Initializers"=>"api/inits.md", |
20 | | - "ESN Drivers"=>"api/esn_drivers.md", |
21 | | - "ESN Variations"=>"api/esn_variations.md"] |
| 13 | + "Deep Echo State Networks" => "esn_tutorials/deep_esn.md", |
| 14 | + "Hybrid Echo State Networks" => "esn_tutorials/hybrid.md"], |
| 15 | + "API Documentation" => Any["Training Algorithms" => "api/training.md", |
| 16 | + "States Modifications" => "api/states.md", |
| 17 | + "Prediction Types" => "api/predict.md", |
| 18 | + "Echo State Networks" => "api/esn.md", |
| 19 | + "ESN Initializers" => "api/inits.md", |
| 20 | + "ESN Drivers" => "api/esn_drivers.md", |
| 21 | + "ESN Variations" => "api/esn_variations.md"] |
22 | 22 | ] |
0 commit comments