当前位置:网站首页>[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
- Newscenter, advanced area of attack and defense world web masters
- PTA (daily question) 7-72 calculate the cumulative sum
- What does the expression > > 0 in JS mean
- 跳表的原理
- Attack and defense world web master advanced area php2
- 还在写大量 if 来判断?一个规则执行器干掉项目中所有的 if 判断...
- Software designer afternoon question
- Applet verification code login
猜你喜欢

递归/回溯刷题(下)

Software designer - intermediate, exam summary

面试被问到了String相关的几道题,你能答上来吗?

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

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

How can Plato obtain premium income through elephant swap in a bear market?

Introduction and solution of common security vulnerabilities in Web System SQL injection

动态规划问题(六)

110道 MySQL面试题及答案 (持续更新)

Application of Devops in Internet of things solutions
随机推荐
Advanced area of attack and defense world web masters unserialize3
动态规划问题(四)
Using recursion and chain header interpolation to realize the group turnover of linked lists -- leetcode25 K group turnover linked lists
DCAT in laravel_ Admin preliminary use record
Sword finger offer 64. find 1+2+... +n, logical operator short circuit effect
Attack and defense world web master advanced area php2
Google browser, no installation required
Advanced area of attack and defense world web masters warmup
[small bug diary] Navicat failed to connect to MySQL | MySQL service disappeared | mysqld installation failed (this application cannot run on your computer)
Compilation principle research study topic 2 -- recursive descent syntax analysis design principle and Implementation
@Transactional 注解使用详解
html+css+php+mysql实现注册+登录+修改密码(附完整代码)
Centos7 install mysql8
Locally connect to redis on Windows Server
IDEA 连接 数据库
Dynamic programming problem (3)
Network traffic monitoring tool iftop
Recursion / backtracking (middle)
Dynamic programming problem (2)
动态规划问题(一)