项目作者: reCursiv3

项目描述 :
ESN implementation of reservoir computing
高级语言: Jupyter Notebook
项目地址: git://github.com/reCursiv3/ReservoirComputing-ESN.git
创建时间: 2021-03-22T13:07:11Z
项目社区:https://github.com/reCursiv3/ReservoirComputing-ESN

开源协议:

下载


ESN

I have attempted to model chaotic nonlinear timeseries such as the closing stock prices of S&P 500 companies, using echo state networks, a variant of reservoir computing.
In a way, it shows how much more efficient ESNs are compared to lstms or regression when it comes to dynamic systems.
I have compared the efficiency of three different approaches for the same -

  • Multiple linear regression

  • RNN using lstms

  • ESN based RNNs

    #

    The code for the ESN model has been obtained from clemens korndörfer’s repo as it was not available on the keras library
    I have set the hyperparameters as per optimality and efficiency