use computational methods such as regression
analysis to predict the securities market (Zhao 2006).
However, the huge amount of information waiting to
be processed is the most basic problem existing in the
use of traditional forecasting technology. The stock
price trend is affected by political, macroeconomic,
social epidemic and other factors, and its content is
complicated, so it is more difficult to get a more
accurate forecast (Yang 2010, Wang 2006).
Therefore, it is necessary for valuable valuation
prediction information to be obtained with the help
of other models.
In order to effectively predict the impact of
industry indicators on single-branch valuation, this
paper introduces the BP neural network, which is
based on the traditional prediction model. In order to
predict the overall trend of its stock price in the
future, this paper attempts to model the stock price of
Kweichow Moutai. Try to explore whether it has a
positive effect on the model prediction, so on this
basis, the industry index of wine, beverage and
refined tea manufacturing is added.
2 OVERVIEW OF THE
CULTURAL BACKGROUND
The second (enlarged) meeting of the sixth Council
of China Wine Association was held in Beijing on
April 28, 2021. According to data from the National
Bureau of Statistics, 1,887 enterprises above
designated size in the national wine industry have
completed a total wine output of 5,407,400 kiloliters,
which is a year-on-year decrease of 2.21% in 2020.
The sales revenue of the completed products was
835.331 billion yuan, an increase of 1.36% over the
same period last year; the total profit realized was
179.2 billion yuan, an increase of 11.71% over the
same period last year. Among them, the output of the
liquor industry was 8 million kiloliters, which did not
increase by 8.0% compared with the 13th five-year
Plan, with an average annual increase of 1.6%; sales
revenue reached 950 billion yuan, an increase of
62.8% over the same period last year, with an average
annual increase of 10.2%; and realized profits of 270
billion yuan, an increase of 70.3% over the same
period last year, with an average annual increase of
11.2%. The completed profit was more than 2700
billion yuan, an increase of 70.3% over the same
period last year, with an average annual increase of
11.2%.
As one of the most popular sectors in the stock
market, investors in the liquor industry have
remained enthusiastic about several leading stocks in
recent years. Because of the nonlinearity, complexity,
and uncertainty of the test data, the course cannot use
the traditional ordinary least square method and time
series model to predict the stock trend. Therefore,
this paper will build a model based on BP neural
network, and take Kweichow Moutai as an example
to further predict the development trend of its stock
price.
3 BP NEURAL NETWORK
3.1 Theory and Application of Neural
Network
Artificial neural network (Artificial Neural
Networks, ANN) is an adaptive nonlinear dynamic
system, which is connected by many neurons with
adjustable connection weights. It has the
characteristics of large-scale parallel processing,
distributed information storage, good self-organizing
and self-learning ability, and so on. The processing
of massive data is becoming more and more efficient
through machine learning. Machine learning
methods can obtain some data features which are
easy to be ignored by traditional methods by mining
a large amount of data.
Based on the above neural network
characteristics, which can be applied to the
prediction research of stock systems. Among the
many factors that affect the accuracy of predicting
stock price trends, the choice of input variables is one
of the key factors, such as the essential characteristics
of price changes are not well reflected by the input
variables. it will inevitably lead to the deviation of
the forecast results (Lu 2019).
3.2 Neural Network Model and Its
Implementation
BP (Back Propagation) neural network is a kind of
multilayer forward neural network. In the training of
the network, the training algorithm of adjusting
weights and thresholds follows the propagation mode
of error reverse, so it is a mature and perfect part of
the neural network (Hong 2016). In general, BP
neural network is a kind of neural network with three
or more layers, which includes the input layer, hidden
layer, and output layer, with the full connection
between upper and lower layers, but no connection
between neurons in the same layer. The neural
network can extend the traditional linear method to
include some variables with nonlinear relationships.