xesn.ESN.build

Contents

xesn.ESN.build#

ESN.build()#

Generate the random adjacency and input weight matrices with sparsity determined by sparsity attribute, scaled by spectral_radius and sigma parameters, respectively.

Sets Attributes:
  • A (array_like) – (n_reservoir, n_reservoir), reservoir adjacency matrix

  • Win (array_like) – (n_reservoir, n_input), reservoir input weight matrix