Skip to content

Commit 8652087

Browse files
tests: add tests for esn and deepesn
1 parent 0b229c4 commit 8652087

25 files changed

+612
-237
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CellularAutomata = "0.0.6"
3434
Compat = "4.16.0"
3535
ConcreteStructs = "0.2.3"
3636
DifferentialEquations = "7.16.1"
37-
JET = "0.9.20"
37+
JET = "0.10.9"
3838
LIBSVM = "0.8"
3939
LinearAlgebra = "1.10"
4040
LuxCore = "1.3.0"

docs/pages.jl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
pages = [
22
"ReservoirComputing.jl" => "index.md",
33
"Tutorials" => Any[
4-
"Lorenz System Forecasting"=>"esn_tutorials/lorenz_basic.md",
4+
"Building a model from scratch" => "tutorials/scratch.md",
5+
"Chaos forecasting with an ESN"=>"tutorials/lorenz_basic.md",
56
#"Using Different Training Methods" => "esn_tutorials/different_training.md",
6-
"Deep Echo State Networks"=>"esn_tutorials/deep_esn.md",
7-
"Hybrid Echo State Networks"=>"esn_tutorials/hybrid.md"],
8-
"Reservoir Computing with Cellular Automata" => "reca_tutorials/reca.md",
7+
"Deep Echo State Networks"=>"tutorials/deep_esn.md",
8+
"Hybrid Echo State Networks"=>"tutorials/hybrid.md",
9+
"Reservoir Computing with Cellular Automata" => "tutorials/reca.md"],
910
"API Documentation" => Any[
1011
"Layers"=>"api/layers.md",
1112
"Models"=>"api/models.md",
1213
"States"=>"api/states.md",
1314
"Train"=>"api/train.md",
1415
"Predict"=>"api/predict.md",
15-
"Initializers"=>"api/inits.md"] #"References" => "references.md"
16+
"Initializers"=>"api/inits.md"],
17+
"References" => "references.md"
1618
]

docs/src/api/layers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Layers
22

33
## Base Layers
4+
45
```@doc
56
ReservoirChain
67
Collect
78
StatefulLayer
89
LinearReadout
10+
```
11+
12+
## External Layers
13+
14+
```@docs
915
SVMReadout
1016
```
1117

docs/src/api/models.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
HybridESN
99
```
1010

11+
### Utilities
12+
13+
```@docs
14+
resetcarry!
15+
```
16+
1117
## Reservoir Computing with Cellular Automata
1218

1319
```@docs

docs/src/general/different_training.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/src/general/predictive_generative.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/src/general/states_variation.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/src/reca_tutorials/reca.md

Lines changed: 0 additions & 54 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)