-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
I've been using pyESN for a few weeks now, and I've found it to be very helpful. Thank you!
I've been using it in conjunction with a Keras network, and I was thinking that it could be really handy to turn this into a Keras layer. Keras encourages making your own layers, so I don't think it would be too technically challenging. I don't have a lot of experience with object-oriented Python, but I'd be willing to take a shot at it.
My initial thinking is to create a Reservoir layer that wraps the current pyESN class and then use Keras's existing Dense layers for input and output weights.
Would this be a good addition to this project? Is there anything else I should consider?
Metadata
Metadata
Assignees
Labels
No labels