The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Add function last_reservoir_state()
which computes the
reservoir states for a given set of input sequences and extracts the
final state of the reservoir for each sequence.
library(reservoirnet)
<- reservoirnet::createNode("Reservoir", units = 100,
node lr=0.1, sr=0.9,
seed = 1)
# Example input sequences
<- list(matrix(runif(100), ncol = 1), matrix(runif(200), ncol = 1))
X <- last_reservoir_state(node, X)
last_states print(last_states)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.