Skip to content

Commit

Permalink
removing scholarperdia link from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Jan 6, 2025
1 parent c6b5430 commit f0c1a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ReservoirComputing = "7c2d2b1e-3dd4-11ea-355a-8f6a8116e294"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
CellularAutomata = "0.0.4"
CellularAutomata = "0.0.2"
DifferentialEquations = "7.15.0"
Documenter = "1"
OrdinaryDiffEq = "6"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/general/states_variation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In ReservoirComputing models, it's possible to perform alterations on the reserv

### Extending States

Extending the states involves appending the corresponding input values to the reservoir states. If $\textbf{x}(t)$ represents the reservoir state at time $t$ corresponding to the input $\textbf{u}(t)$, the extended state is represented as $[\textbf{x}(t); \textbf{u}(t)]$, where $[;]$ denotes vertical concatenation. This procedure is commonly used in Echo State Networks and is described in [Jaeger's Scholarpedia](http://www.scholarpedia.org/article/Echo_state_network). You can extend the states in every ReservoirComputing.jl model by using the `states_type` keyword argument and calling the `ExtendedStates()` method. No additional arguments are needed.
Extending the states involves appending the corresponding input values to the reservoir states. If $\textbf{x}(t)$ represents the reservoir state at time $t$ corresponding to the input $\textbf{u}(t)$, the extended state is represented as $[\textbf{x}(t); \textbf{u}(t)]$, where $[;]$ denotes vertical concatenation. This procedure is commonly used in Echo State Networks. You can extend the states in every ReservoirComputing.jl model by using the `states_type` keyword argument and calling the `ExtendedStates()` method. No additional arguments are needed.

### Padding States

Expand Down

0 comments on commit f0c1a71

Please sign in to comment.