amazon-dsstne
amazon-dsstne copied to clipboard
Any support for reservoir computing algorithms?
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.
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.