使用加权集体学习预测建筑公司的股价
1Department of Statistics and Data Science, National University of Singapore, Lower Kent Ridge Road, 119077, Singapore.
Heliyon
|June 13, 2024
概括
本研究介绍了一种混合人工智能 (AI) 模型,将人工神经网络 (ANN),高斯过程回归 (GPR) 和分类和回归树 (CART) 结合起来,用于准确的建筑股价预测. 该模型实现了96.6%的准确性,超过了以前的方法.
科学领域:
- 人工智能的人工智能
- 机器学习 机器学习
- 金融建模金融建模
背景情况:
- 股票价格预测是复杂的,特别是在建筑公司,往往需要多个模型.
- 现有的单一模型方法与股票市场数据的固有复杂性和条件依赖性作斗争.
研究的目的:
- 开发一种混合组合模型,以提高建筑行业的股价指数预测准确度.
- 为了提高预测性能,利用各种机器学习算法的互补优势.
主要方法:
- 开发了一个整体模型,集成了人工神经网络 (ANN),高斯过程回归 (GPR) 和分类和回归树 (CART).
- 使用Cuckoo Search (CS) 算法来优化集合中的每个单个模型的权重系数.
- 一种加权平均技术结合了基于优化系数的预测.
主要成果:
- 拟议的混合模型实现了建筑股票价格指数的平均预测准确率为96.6%.
- 库库搜索优化显著减少了预测错误,与以前的方法相比至少有2.4%的改进.
- 对现实世界建筑公司股票数据的实证评估证明了该模型的卓越准确性.
结论:
- 混合组合模型有效地提高了建筑公司的股票价格指数预测准确度.
- 整合Cuckoo搜索优化可以提高预测模型的可靠性和性能.
- 拟议的系统为现实世界股票市场分析和预测提供了有价值的工具.
相关概念视频
Weighted Mean
5.1K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.1K
Prediction Intervals
2.2K
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.2K
Aggregates Classification
317
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
317
Microsoft Excel: Regression Analysis
578
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
To perform regression...
578
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
Regression Analysis
5.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.7K


