amazon-dsstne icon indicating copy to clipboard operation
amazon-dsstne copied to clipboard

Any support for reservoir computing algorithms?

Open swapnilsj opened this issue 9 years ago • 1 comments

I understand that DSSTNE does support sparsely connected networks but I really want to use this framework for implementing reservoir computing where there is randomized connections among the nodes in the hidden layers and connections to input and output layers. Thanks in advance.

swapnilsj avatar Aug 30 '16 12:08 swapnilsj

You could emulate this by locking the weights you wish to stay randomized. I tried this on some problems but didn't see any real benefit, but your mileage may vary.

scottlegrand avatar Sep 05 '16 15:09 scottlegrand