-
Notifications
You must be signed in to change notification settings - Fork 5
Home
The aim of the project is to make the reservoir computing methods easy to use and available for .net platform without dependency on external heterogeneous libraries. Two main reservoir computing methods are Echo State Network (ESN) and Liquid State Machine (LSM). The implemented solution supports both of these methods. However, since ESN and LSM are based on very similar principles, it is also possible to combine them (it is possible to connect analog and spiking neurons within the reservoir), which, I believe, opens up new interesting possibilities. This general implementation is called "State Machine" in the context of RCNet.

Questions, ideas, suggestions for improvement and constructive comments are welcome at my email address oldrich.kozelsky@email.cz or newly you can use github discussions.