Skip to content

evolvingstuff/EchoStateNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a first stab at implementing an Echo State Network in Java - see here for details: http://www.scholarpedia.org/article/Echo_state_network

Rather than a linear readout function, a feedforward neural network is used instead.

This code makes use of the public domain numerical linear algebra library JAMA: http://math.nist.gov/javanumerics/jama/

The time series is Mackey-Glass 30, from here: http://www.bme.ogi.edu/~ericwan/data.html 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages