当前位置:网站首页>[ESN] learning echo state network
[ESN] learning echo state network
2022-07-29 00:23:00 【Long eight seven three】

- The input can be one-dimensional or multi-dimensional
- Symbolic representation :
- Training

- forecast

- The reserve pool has two main functions : Nonlinear high-dimensional transformations and input data ut The memory of ( It has memory function for historical time related data ).
- There is a similar relationship between echo state network and kernel function method
Parameters of echo state network : Number of neurons in the reserve pool n, Sparsity of the reserve pool ,wr The distribution of non-zero data ,wr The spectral radius of ,win Zoom ratio and leakage rate γ
Parameter selection
- Dimension of reserve pool ( Number of neurons )n: Consider the number of independent data that the reserve pool must remember to estimate the dimension of the reserve pool n The lower limit of , Independent data refers to the data that the echo state network needs to remember in order to complete the task successfully .. For input data with independent identically distributed , The number of independent data is roughly estimated by multiplying the dimension of the input mutual data by the time step of memory required to solve the problem
- Sparsity of the reserve pool : Gaussian distribution is widely used to generate the connection weight matrix of the reserve pool wr
- Enter the connection matrix win Scale factor of :win Subject to uniform distribution , Suppose the scale factor is defined as α, that α∈[-a,a],win From the interval [-a,a] sampling ; if win It follows a normal distribution , Then choose the standard deviation as the scale factor .
( The reserve pool tends to be eliminated xt in ut The spectrum of the principal component of , So the data is input into the echo state network , You need to choose the correct representation of data or preprocess . If you enter a smaller principal component, it does not carry useful information , They may be removed from the data by principal component analysis before they are input into the reserve pool , Otherwise they will be magnified in the reserve pool )
- Retention rate γ Is to determine the state of the reserve pool xt Update speed is an important parameter ,γ It can be seen as the time interval discretized between two continuous time steps .
- The connection weight matrix of the reserve pool wr The spectral radius of : The spectral radius determines how quickly the influence of input on the state of the reserve pool disappears with time , And the stability of the reserve pool . Spectral radius <1 It is not a necessary condition for the echo state attribute , The optimal spectral radius value may sometimes be significantly greater than 1
( The reserve pool should meet the so-called echo state characteristics : Status of the reserve pool xt You should enter ut The only certainty . let me put it another way : For long enough input ut, The final state of the reserve pool xt It should not be related to the initial conditions before input .)
边栏推荐
- Kali installs burpsuite professional
- Everything you have learned will come in handy at some point in your life (turn)
- SQL implementation merges multiple rows of records into one row
- Linux下安装Mysql5.7,超详细完整教程,以及云mysql连接
- Okaleido ecological core equity Oka, all in fusion mining mode
- [micro services ~nacos] Nacos service providers and service consumers
- 分布式限流 redission RRateLimiter 的使用及原理
- 动态规划问题(八)
- vscode下链接远程服务器安装插件失败、速度慢等解决方法
- Applet verification code login
猜你喜欢

MySql中的like和in走不走索引

Event extraction and documentation (2008-2017)

还在写大量 if 来判断?一个规则执行器干掉项目中所有的 if 判断...

Plato farm is expected to further expand its ecosystem through elephant swap

Servlet operation principle_ API details_ Advanced path of request response construction (servlet_2)

Develop effective Tao spell

Web系统常见安全漏洞介绍及解决方案-CSRF攻击

Advanced area of attack and defense world web masters -baby Web

Software designer - intermediate, exam summary

Virtual lab basic experiment tutorial -8. Fourier transform (1)
随机推荐
110 MySQL interview questions and answers (continuously updated)
Real time data warehouse: Didi's real-time data warehouse landing practice
Es6操作教程
递归/回溯刷题(中)
R语言怎么学
Concurrency in go
[applet project development -- JD mall] uni app commodity classification page (first)
Detailed explanation of the usage of exists in MySQL
Solution: direct local.Aar file dependencies are not supported when building an aar
Multimodal model sketch (1)
ACM SIGIR 2022 | interpretation of selected papers of meituan technical team
Installation and use of pnpm
2022DASCTF7月赋能赛(复现)
Compilation principle research study topic 2 -- recursive descent syntax analysis design principle and Implementation
Idea error running 'application' command line is too long solution
【小程序项目开发 -- 京东商城】uni-app 商品分类页面(上)
Dynamic programming problem (1)
NPM replace the latest Taobao image
“Method Not Allowed“,405问题分析及解决
@Transactional 注解使用详解