相关循环单元:一种用于提高时间序列数据预测性能的新型神经架构
IEEE transactions on pattern analysis and machine intelligence
|September 26, 2023
概括
一种新的神经架构,即相关递归单元 (CRU),通过在单个单元中分解数据来改善时间序列预测 (TSF). 这种方法通过学习组件相关性来增强长期和短期预测,优于现有模型.
科学领域:
- 人工智能的人工智能
- 机器学习 机器学习
- 深度学习 (Deep Learning) 是一种深度学习.
背景情况:
- 时间序列预测 (TSF) 是一个关键的人工智能问题.
- 现有的方法,如LSTM和GRU,可以提高准确性.
- 目前的分解方法可以独立地训练组件,缺少组件间的关系.
研究的目的:
- 介绍一种新的神经架构,即相关性递归单元 (CRU).
- 为了使神经细胞内的集成时间序列分解和组件相关性学习成为可能.
- 提高TSF模型的预测准确度.
主要方法:
- 提出了一个新的神经架构:相关递归单元 (CRU).
- CRU执行时间序列分解并学习神经细胞内的相关性 (自相关性,交叉相关性).
- 对八个数据集 (四个单变量,四个多变量) 的现有方法进行CRU评估.
主要成果:
- 该CRU模型证明了长期和短期预测性能的改善.
- 与以前最先进的方法相比,性能增长超过10%.
- 实验结果验证了CRU对TSF的有效性.
结论:
- 相关性循环单位 (CRU) 在TSF中提供了显著的进步.
- CRU有效地捕捉了独立模型遗漏的组件间关系.
- 为了应对TSF挑战,CRU提供了一种卓越的神经架构.
相关概念视频
Correlation and Regression
1.3K
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a...
1.3K
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K
Correlations
32.9K
Correlation means that there is a relationship between two or more variables (such as ice cream consumption and crime), but this relationship does not necessarily imply cause and effect. When two variables are correlated, it simply means that as one variable changes, so does the other. We can measure correlation by calculating a statistic known as a correlation coefficient. A correlation coefficient is a number from -1 to +1 that indicates the strength and direction of the relationship between...
32.9K
Coefficient of Correlation
6.2K
The correlation coefficient, r, developed by Karl Pearson in the early 1900s, is numerical and provides a measure of strength and direction of the linear association between the independent variable x and the dependent variable y.
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the...
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the...
6.2K
Correlation of Experimental Data
247
Dimensional analysis simplifies complex physical problems and guides experimental investigations, but it does not provide complete solutions. It identifies the dimensionless groups that influence a phenomenon, but experimental data is needed to establish the specific relationships and validate theoretical predictions.
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity,...
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity,...
247
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
