Abstract

Compared with the past questionnaire survey, this paper applies the intelligent algorithm developed rapidly in recent years to identify the tendency of customers to buy financial products in the market. In addition, for the single state customer classification indicators based on the previous demographic information and action information, it is proposed to combine the action of market activities with demographic information; that is, the static integrated customer classification index is further combined with the improved neural network model to study the classification and preference of enterprise financial customers. Firstly, the enterprise financial customer classification model based on neural network algorithm is studied. Aiming at the shortcomings of easy falling into the local optimal solution of neural network algorithm, slow convergence speed of algorithm, and difficult setting of network structure, combined with the characteristics of genetic algorithm, the concept of adaptive genetic neural network algorithm is proposed. Then, the design of adaptive genetic neural network model is studied. Secondly, combined with the customer data of a financial enterprise and the characteristics of enterprise finance, this paper analyzes the risk influencing factors of enterprise financial customers, analyzes the customer data, evaluates the enterprise financial customers through the adaptive genetic neural network model, and realizes the classification of enterprise financial customers. Through an example, it is proved that the enterprise financial customer classification and preference model based on the adaptive genetic neural network algorithm discussed in this paper has better customer classification accuracy and can provide better method support for enterprise financial customer management.

1. Introduction

Customers in modern society have more choices. Customers’ needs have been personalized. The competition among enterprises will also become fierce [1]. At the same time, with the progress of production technology, the differences between commodities become smaller, and the focus of competition changes from “product-centered” to “customer-centered” [2]. Only the enterprises that meet the needs of customers as quickly as possible can realize the sales of products. Only financial enterprises that can quickly respond to the individuation and change of customers can survive and develop in the fierce market competition. The most important index of enterprise management has changed from profit and cost to customer satisfaction. Customer relationship management is an important means for financial enterprises to gain competitive advantage. Therefore, this paper uses the improved self-adaptive genetic neural network customer classification model, which can distinguish the customers with different purchasing tendencies of financial enterprises and provide financial enterprises with different customers as the target, differentiated, and effective marketing services, which not only reduces the cost but also improves the operating profit and facilitates the financial customer relationship management of enterprises [3].

The effective classification of customers is the key to maintain and manage customer relationships in various fields, so it has attracted much attention. This paper puts forward a new method of customer value classification based on BP-AdaBoost, which is based on BP and AdaBoost algorithm, and analyzes the characteristics of different customers according to the designed evaluation system. AdaBoost algorithm is used to form a strong classifier, so as to improve the accuracy of traditional BP network [4]. Experiments show that this method is also effective for the application of financial customer classification, and the accuracy is satisfactory.

By collecting 2000 social media reviews of financial banks on the Internet, we studied the research framework for establishing financial bank data sets. In today’s intelligent network, the role of social media in various fields cannot be ignored, including financial institutions. It can provide ways and channels to analyze needs and understand how to improve product quality and service, so that financial institutions can tailor personalized needs for customers. This framework uses various machine learning methods and technologies to classify emotions [5]. With fierce market competition, many financial institutions have to take sales as the first premise and use the quickest way to focus on “possible” customers. At the same time of competition, although financial institutions have a series of documents and methods to control risks, the borrower’s intention is not obvious, which leads to a great reduction in the controllability of risks. In view of this serious phenomenon, we study the method of machine learning to promote handwriting analysis, which reflects a certain degree of intention from the unique properties of handwriting, and the recognized handwriting association is helpful to map individuals to corresponding personality types. When using machine learning technology to collect the samples of personal management questionnaire, it shows that extroversion is related to financial behavior as a “risk seeker” [6]. The early warning model of Internet finance is of great significance for enterprises in the financial field to prevent and control risks. We propose an improved K-means algorithm based on quantum evolution, which combines initial value and risk value to determine the risk early warning interval, and introduce quantitative algorithm into this algorithm to improve the search efficiency, so as to get the accurate early warning interval. Finally, we calculate the risk value with GMDH prediction mining method. Comparing nearly 10,000 data of Internet financial companies with real financial institutions, it shows that its model is available and effective [7].

2. Adaptive Genetic Neural Network Algorithm

2.1. Theory of Artificial Neural Networks

Artificial neural network is a complex system composed of many processing units similar to biological neurons [8].

2.1.1. Neuron Model

Artificial neural network is composed of artificial neurons as many basic processing units [9]. To establish an artificial neural network, we must first decide the artificial neuron model. Figure 1 is a general model structure diagram of artificial neurons.

2.1.2. BP Algorithm

BP algorithm is the most commonly used algorithm in neural network model learning. BP algorithm is a supervised learning algorithm. The idea of BP algorithm is that initial weights and thresholds are first provided to the network; an actual output value of the network is calculated from the input value [10, 11]; then, the desired output value is compared with the actual output value; such learning is repeated on the training samples based on the obtained weights and thresholds of the error correction network, and finally, the error between the actual output and the desired output is minimized.

The specific process is as follows:

It is assumed that the neural network is an input unit and a output unit, the implicit layer is a layer, and the unit is shared. The BP algorithm is executed primarily to minimize the square error between the actual output, and the expected output obtained after the data is input into the network. The formula for the sum of squared errors is as follows.

Among them, is the actual output value of neuron in the output layer, is the expected output value of neuron in the output layer, and is the output value of hidden layer neuron .

For the value, in order to achieve the goal of the ideal value, it is necessary to change the weight value of the network. First, adjust the connection weights between the implicit layer and the output layer.

In the above formula, the value obtained by the gradient method is the adjusted value of the connection weight between the implicit layer and the output layer.

In the above formula, is the normal value, which is expressed as the iteration step.

In a similar manner, you can adjust the join weights between the input layer and the implicit layer. Formula adjustment is as follows:

In the above formula, is the adjustment amount for determining the connection weight between the input layer and the implicit layer by the gradient method. It can be obtained from the following formula:

When there are samples, if there are training samples, the total error sum form of the above calculation method is as follows:

As long as the operation is repeated for samples as described above, reaches the minimum requested value, and the algorithm ends.

2.2. Adaptive Genetic Algorithm

Adaptive genetic algorithm is evolved from basic genetic algorithm [12, 13]. It has strong global search performance and strong local search ability and accelerates the convergence speed to a certain extent. But it also has inherent defects.

2.2.1. Improvement of Adaptive Genetic Algorithm

The adaptive change formulas of crossover probability and mutation probability used in traditional adaptive genetic algorithm are as follows:

Among them, is the average fitness value of all individuals in the population, is the maximum individual fitness value in the population, is the fitness value of the individual with the larger fitness value among the two individuals to be crossed, and is the fitness value of the individual to be mutated, any number comes from , , , 4, 0 and 1.

Srinivas et al., by proposing , represent adaptive adjustment curves for crossover probabilities and change probabilities in Figures 2 and 3.

As shown in the figure, in the early stage of evolution, individuals with higher fitness values may not be the global optimal solution.

To solve this problem, this paper proposes an adaptive genetic algorithm. In addition, in order to maintain a better individual pattern after the evolution of the algorithm, the adaptive adjustment curve in should be smoothed as much as possible. The formulas of crossover probability and mutation probability are as follows.

where is the fitness value of the larger of the two individuals to be crossed, is the average fitness value of all individuals in the population, is the largest individual fitness value in the population, is the fitness value of the variant individual, and and are the largest crossover probability and mutation probability, respectively.

The adaptive adjustment curves of crossover probability and mutation probability are shown in Figures 4 and 5.

2.3. Adaptive Genetic Algorithm Evolutionary Neural Network
2.3.1. Defects of Neural Networks

BP neural network is the most widely used model of neural network in classification [14, 15], and this algorithm is simply analyzed here. BP algorithm is an effective algorithm, but it also has some defects in practical application: (1)Once a complex problem is solved, the result will fall into a local minimum, which will lead to the failure of learning(2)If the learning speed decreases, the convergence speed will definitely slow down, but if it increases, the correction will not only be excessive but also cause vibration and divergence(3)The number of input and output nodes of the network can be known according to the problem, and the selection of the number of hidden nodes is based on experience and lacks theoretical guidance(4)The robustness is poor, and the initial setting value of the network has great influence on the overall performance of the network

Because BP neural network still has a series of defects [16, 17], we need to make some improvements to optimize its performance in order to get more satisfactory results. In this paper, the improved adaptive genetic algorithm is combined with neural network to make up for the abovementioned one or two shortcomings of neural network and the shortcomings of genetic algorithm itself, such as the reduction of convergence efficiency in the early stage and the middle and late stage.

2.3.2. Adaptive Genetic Neural Network

Up to now, the combination direction of genetic algorithm and neural network can be roughly divided into the following three types [18, 19]. (1)Optimizing network connection weights and thresholds(2)Optimizing the topological structure of the network(3)Optimize the learning rules of the network

The first optimization method is used most for BP neural network. This process corresponds to dividing the whole network into two steps. In the first step, genetic algorithm is used to derive the initial weights and thresholds of the network. In the second step, BP algorithm is applied to finally complete the training of the network. There are three key aspects in the optimization process: the expression of chromosome, the definition of fitness function, and the construction of genetic operator. (1)Chromosome expression (i.e., coding mode)

Real numbers are used here. Because the scope of network rights is unclear, using real numbers can avoid coding becoming difficult. In addition, the efficiency of the learning algorithm can be improved without coding and coding. Real numbers are easy to retrieve in a large space, which can meet the accuracy requirements of genetic algorithm [20].

Taking a three-layer neural network as an example, chromosome length is as follows:

Chromosomes are composed of random numbers between 0 and 1. (2)Definition of fitness function

After determining the initial weights and thresholds of the BP neural network, an estimate of the number of inputs for training can be used as an evaluation function of the chromosomes. The evaluation function may be expressed as the reciprocal of the absolute value of the error between the actual output value and the expected output value obtained by the adaptation function, namely, (3)Construction of selection operator

By using the best individual preservation strategy, the individual with the highest adaptability in the current group is prevented from participating in the subsequent cross-meaning and mutation operations. By replacing the individual with the lowest adaptability in the generation group, the best individual obtained so far will not be destroyed, and the convergence of the algorithm can be guaranteed. (4)Construction of crossover operator and mutation operator

Adaptive crossover operators and mutation operators change adaptively according to the evolution of groups [21, 22].

For BP neural network which determines the overall structure, the algorithm flow is as follows. (1)Group Initialization. groups of initial network weights are randomly generated, and each group is used as a chromosome(2)Select the Operation. Calculate the proportion corresponding to the fitness value of each chromosome, and select individuals to the next generation by roulette and the best individual preservation strategy(3)Cross operation(4)Mutation Operation. The number of iteration steps reached is (5), otherwise (2)(5)Substituting the best chromosome into the initial value and threshold value of BP neural network and continuing in the training group until the error accuracy, or the set maximum algebra is reached

The algorithm flow chart is shown in Figure 6:

3. Research on Classification and Preference of Enterprise Financial Customers Based on Adaptive Genetic Neural Network Algorithm

3.1. Parameter Modification of BP Neural Network

In this paper, the gradient descent method is mainly used to study the classification and preference of enterprise financial customers by using BP neural network, and the weight of each BP neuron in the network is adjusted [23]. The specific operation process is as follows.

Analyze the output of hidden nodes in the network

Among them:

In the three-layer BP neural network structure, the input of output nodes is the output of hidden nodes.

The error between the output node of BP neural network and the actual value of training samples is calculated as follows.

The weights between output nodes, hidden nodes, and errors are analyzed. If the output nodes in BP neural network are independent of each other, the following relations exist.

3.2. Sample Data Acquisition

The experimental data comes from the enterprise financial customer data set in UCI machine learning database. This data is about whether the marketing products of financial enterprises can finally be purchased by customers. A total of 2000 sets of data samples were taken. Each sample consists of 16 attributes and 1 category. The 16 attributes can be divided into three categories.

Demographic variables: describe some basic information of customers.

Demographic variables: describe some basic information of customers, including age (age), work (job), marital status (marriage), education, default, annual average balance, housing, and personal loan (loan).

Some variables of communication between financial enterprises and customers about current marketing activities include communication mode (contact), the date of the last communication in a month, month of the last communication in a certain year, the last communication time (duration), and the number of communications with this customer during this activity.

Some variables that a financial enterprise communicates with a customer about the last event include the last event and the last communication from the customer (pdays), the number of communications with the customer prior to the event (previous), and the result of the last marketing event (poutcome).

This category indicates whether the customer purchased the marketing products of the financial enterprise this time.

3.3. Sample Data Preprocessing

The steps of data preprocessing are as follows. Firstly, the nonnumerical attributes in the sample are numerized to discretize the continuous attributes. Then, the description and statistics of sample indicators are carried out to analyze the rationality of the application model. After that, principal component analysis is used to extract the hidden main features as input variables of neural network.

3.3.1. Numerical Properties

The nonnumerical attributes in the index are numerized, and the continuous attributes are discrete. The specific process is shown in Tables 1, 2, and 3, and the attributes are listed as the actual attribute values.

3.3.2. Descriptive Statistics of Sample Indicators

In order to explain whether the model is feasible, first of all, the sample indicators are explained and counted, and the statistical results are expressed in Table 4.

From the various values shown by the deviation and peak coefficients in Table 4, these coefficients of age, balance, and month are close to zero, that is, close to normal distribution, but other indicators hardly follow. Therefore, the traditional statistical model, which is constrained by many indexes, cannot be used to analyze and solve this problem. However, because these constraints cannot limit the model based on neural network technology, the classification and preference model based on genetic neural network can be applied here.

3.3.3. Sample Impact Factor Analysis

Factor analysis is a statistical technique, which can summarize a large number of indicators into a few factors and explain a large number of observed facts. When the main features are fuzzy and covered by redundant data, it is difficult for general neural networks to identify them [24, 25]. However, if the main features are clear and the same accuracy is obtained, the operation efficiency of the network model is greatly improved.

Principal component analysis is carried out on the numerical attribute data, and the eigenvalues and contribution rates of the correlation coefficient arrangement of variables are shown in Table 5.

It can be seen from Table 5 that the correlation coefficient matrix of variables has seven largest characteristic roots, which are 2.554, 1.599, 1.414, 1.242, 1.159, 1.100, and 1.023, respectively. The cumulative contribution rate of eigenvalue reaches 62.80%; that is to say, it contains most of the information of the original index. Based on the principle that the eigenvalue is greater than 1, seven main components can be extracted. In order to show the influence degree of principal components on the original index, it is necessary to establish their original factor load matrix. In order to facilitate the extraction of information and maximize the dispersion of principal components, the orthogonal rotation method is used to further process the structurally simplified rotated factor load matrix, and the results are shown in Table 6. Finally, using these seven main component factors, instead of the original indicators, we can study the classification and preference of customers.

Table 6 only shows the load above 0.4, which clearly indicates the economic significance of each major component.

After determining the economic significance of the main component factors and calculating the score coefficient of the sample factors, the linear combination equation of 7 main component indexes and the original 16 indexes can be obtained. These seven main component indicators can be replaced by the original 16 indicators as a new index system, which can be used as the input data of the follow-up model.

4. Experiment

4.1. Definition of Model Structure and Selection of Parameters

The sample data obtained from the principal component analysis of the original index of the sample is composed of 7 variables, so the number of input rows of the network is 7.

Determine the number of output layer nodes. The number of output layer nodes is determined by the number of desired output results of the network. This model divides the customer’s output into two types, 1 for the customer’s purchase and 0 for the customer’s nonpurchase. Therefore, the number of output nodes of BP network model should be 1.

Determine the number of hidden layer nodes. Although there is no accepted standard so far, too much or too little is not appropriate. If the number is too large, the learning time will become longer, and the popularity of the network will decline. If the number is too small, the network may not be able to train or recognize new samples. Fault-tolerant performance is also greatly reduced. Here, the calculation is based on the following empirical equation (21).

Use estimates and show the results in Table 7.

The data in the table shows that when the number of implicit layer nodes is 8, the prediction error corresponding to BP neural network is the smallest, and 8 is selected as the number of implicit layer nodes. Make up a 7-8-1 network.

4.2. Network Training and Result Verification

In this paper, 2000 corporate financial customer data samples are randomly divided into two groups, and 1900 groups of data are used as training group training network. Another data set 100 examples detect the generalized performance of the network as a test set and predict customer categories and preferences.

4.2.1. Algorithm Performance Analysis

(1) Comparison of Convergence Rate of Genetic Algorithm. Set the end algebra to 200, and Figure 7 converges faster than Figure 8. This shows that the algebra of the latter should be much smaller than that of the former after setting a fixed convergence value, so the latter is much more efficient than the former.

People expect the same from all algorithms. I hope to converge early and realize overall optimization, but they are just a pair of contradictory requirements. As far as genetic algorithm is concerned, if it converges quickly, the speed close to the best state will become faster, which cannot guarantee the diversity of combinations and makes it difficult to realize the overall optimization. In order to obtain the global optimum value, we must try our best to avoid falling into local extremum. This is because the population must keep the diversity of individuals as much as possible, so it cannot converge quickly. Therefore, if you want to combine the two, you should consider them comprehensively and choose from them. The method proposed in this paper not only pursues global optimization but also considers the operation speed of genetic algorithm, so as not to affect the global convergence speed as much as possible, thus finding a good balance between them.

(2) Stability Analysis. In order to verify the performance of the adaptive genetic neural network algorithm proposed in this paper, BP neural network algorithm, traditional adaptive genetic neural network algorithm, and improved adaptive genetic neural network algorithm are executed several times, respectively, and the correctness of the calculation method is evaluated according to evaluation index. Here, the higher the value, the higher the correctness of the result. The stability of the algorithm can be judged by whether the data has great changes. The experimental results are shown in Figure 9.

Through the above experimental results, it can be seen that the value of the improved adaptive genetic neural network algorithm proposed in this paper is obviously higher than the other two algorithms in the global range, and the fluctuation in the global range is small, reflecting better stability. Among them, BP neural network algorithm has the smallest value, which fluctuates greatly, and the lowest accuracy rate drops to less than 60%. As far as the traditional adaptive genetic neural network algorithm is concerned, its stability and accuracy have been improved to some extent, but compared with the improved adaptive genetic neural network algorithm, there are still some shortcomings, and the latter maintains better stability and higher accuracy.

From the above experimental results, it can be seen that the value of the adaptive genetic neural network algorithm proposed in this paper is significantly higher than the other two algorithms in the global situation, and it fluctuates less in the global situation and shows better stability. The number of BP neural network algorithm is the smallest, and it is easy to change greatly, and the lowest accuracy will reach below 60%. In the traditional adaptive genetic neural network algorithm, its stability and accuracy have been improved to some extent, but compared with the improved adaptive genetic neural network algorithm, it is not sufficient, and the latter maintains better stability and high accuracy.

4.2.2. Comparison of Classification Accuracy

Figures 10 and 11 show the error results of classification test for 100 sets of data. It can be seen intuitively that the error of IAGABP is closer to 0 than that of AGABP and BP. To sum up, it can be concluded that IAGABP is more accurate than BP and AGABP in the application of corporate financial customer classification and preference.

According to the prediction results, if the indication with error within 0.01 is classified accurately, the prediction effects of each model on samples are summarized as shown in Table 8.

According to the data, the classification accuracy of adaptive genetic neural network is the highest, which is 24% and 15% higher than BP neural network and traditional adaptive genetic neural network, respectively.

5. Conclusion

Through the above research, we should provide targeted services to different types of customers. (1)Buy customers

Maintaining such customers plays a stable and important role in the income of financial enterprises. Therefore, financial enterprises must take measures to maintain long-term contact with them. For example, keep the communication channel smooth at all times. When issuing products or services, financial enterprises should let customers know in time, actively attract their opinions and actively improve to meet their needs. For example, the fee and annual fee of various cards are reduced, the agency business fees are eliminated, and the remittance fee rate and personal insurance rate are reduced. (2)Unpurchased customers

For such low-value customers, there is almost no contribution rate to financial products, but there are small deposits. For their needs, financial enterprises can reduce their counters and use the electronic equipment of financial enterprises. Such customers basically have no development value. The development cost is much higher than the income they create for the enterprise. Therefore, there is no need to carry out any marketing of products and services for such customers.

After analyzing the classification and preference of existing customers, financial enterprises should strive to provide corresponding services for different types of customers, maintain existing high-value customers to the maximum extent without wasting resources, and obtain more benefits for corporate finance. The future work needs to be carried out from the following points: (1) The data dimension of financial customers is insufficient, so we hope to analyze and predict the data under a large amount of data and adopt a deep multilayer learning complex model for learning and analysis; (2) intelligent algorithms can be applied to financial credit classification to dig deep into risky customers.

Data Availability

The experimental data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declared that they have no conflicts of interest regarding this work.

Acknowledgments

This work is supported by the Department of Education of Zhejiang Province.