Mental health is an important basic condition for the adult development of college students, and education workers gradually pay attention to the strengthening of mental health education for college students. In this paper, a psychological management system based on the K-means clustering analysis method is proposed. Based on the basic functions of the traditional system, the students’ psychological data are reutilised by using the idea of data mining. By optimising the iterative process of the K-means algorithm, the valuable parts of a large number of precipitation students’ psychological data are extracted. A data model is established and it provides decision guidance for managers to scientifically manage students’ mental health process. The system establishes the data mining model in the process of analysis, carries on the mining to the students’ psychological data in the database, analyses the different college students’ mental health state characteristics and provides the corresponding solution. The part of the test drew on mental health data from 1,000 students at a school, and the results show that the system uses the k-means algorithm to divide students into 3 categories, which are 20.6%, 31.9% and 47.1% respectively, which are 1.6% different from the data test results in the ideal state.
Keywords
- Data mining
- psychological management system
- k-means algorithm
MSC 2010
- 62M20
Contemporary college students are in the most important stage of life, and they have higher cultural knowledge and wonderful life experience. But in the face of social pressure and life, employment and other difficulties, there are often problems faced by them such as inferiority, autism, extreme, withdrawn, depression and other psychological problems. Many social fields of contemporary college students’ psychological research, research results show that the proportion of China’s college students in need of mental health treatment is gradually increasing more and more because of the occurrence of their mental health problems which have garnered the attention of many in the society. Therefore, it is an inevitable trend to use data mining techniques to analyse the mental health data of college students to get the corresponding solutions.
In recent years, the mental health problems of college students have been of great concern in society, and scholars at home and abroad have been deeply exploring their mental health problems. At present, the psychological intervention model of college students has become the focus of many kinds of research. In our country, various education departments and universities have different measures in the aspect of college students’ mental health education, and even some colleges and universities have gradually incorporated it into the training plan, set up special institutions to carry out the heart of the health care and medical institutions of many colleges and universities have opened psychological counselling centres to provide counselling for students. After providing psychological counselling, it is recorded in the archives to do work on the psychological activity status of the follow-up students during the school period. But there are still some colleges and universities in China which are lacking in mental health work, mental health education support is insufficient, equipment and institutions are not perfect, and there is a paucity of mental health-related personnel, which seems to be the current situation prevailing in colleges and universities.
Over time, concerning the number of mental health management centres, which stores mental health data, it is on the rise, and these data are a compilation of different mental health problems of different students; the collection of these problems with ‘characteristics’ for analysis, can effectively prevent the occurrence of similar mental health problems among students. To improve and optimise decision-making and improve the efficiency of psychological counselling for college students, it is necessary to conduct an accurate and timely analysis of information. Cluster analysis, as a non-intervention mode technology, has a good application market in the field of data mining. Cluster analysis can transform the miscellaneous and hidden data into actual decision-making activities and provide a more scientific reference basis. Therefore, it is of great significance to study the performance and application of different algorithms.
This paper constructs a cluster analysis model based on the K-means algorithm and applies the algorithm model to college students’ mental health counselling work. Through long-term algorithm research, framework design and programme design, a complete mental health consultation system has been established, which provides scientific, objective and reliable data guarantee for the correct implementation of decision-making strategies. Cluster analysis is integrated into the process of college students’ mental health analysis, making it more convenient for decision-makers to understand and master all aspects of students’ information, to analyse and customise solutions for different types of students, and provide a good foundation for different groups of students to provide different psychological treatment methods.
The colleges and mental health workers are constantly exploring on how to improve the mental health level of college students, solve their mental health problems, and ensure that college students can move towards a modernised and healthy future. The problems and concerns of campus mental health services, as well as the challenges related to them, have also attracted much attention [1], and statistics-based analysis of the mental health status of college students has been developing [2]. Chang et al. proposed a fast search and search density peak (K-CFSFDP) algorithm based on K-means and clustering, which has a good clustering effect in large-scale campus data [3]. Chun et al. used the K-means clustering algorithm to analyse the results of graduate enrolment, classify the scores of graduate enrolment, and find out the distribution characteristics of students’ grades and the relationship between grades [4]. Goh et al. used the deterministic model K-means clustering method to analyse students’ comprehensive performance [5]. L et al. studied the application of the K-means clustering algorithm in the analysis of college students’ online entertainment consumption [6]. Xiao et al. proposed a learning ability model of college students based on fuzzy cluster analysis [7].
K-means clustering methods to solve the mental health problems of college students are also developing. Based on mental health disorders, Pontoh et al. grouped four categories by the K-means clustering method and conducted a confirmatory factor analysis to determine the relationship between parental rearing behaviour and children’s mental health [8]. Chu et al. applied the distance formula and clustering criterion function commonly used in cluster analysis to conduct a detailed analysis and research on the mental health status of college students [9]. Wu et al. used knowledge network methods such as centrality, systematic clustering and K-cluster analysis to conduct statistical analysis on the data, find out the most significant abnormal psychology of college students and evaluate the relationship between different abnormal psychology of college students [10]. Nelsen et al. used hierarchical clustering analysis and K-means clustering analysis to study the mental health status of adaptive perfectionists and maladaptive perfectionists [11].
In this paper, a psychological management system based on the K-means clustering analysis method is proposed. Based on the basic functions of the traditional system, data mining is used to make secondary use of students’ psychological data, analyse the state characteristics of different college students’ mental health and provide corresponding solutions.
K-means algorithm, also known as K-average or K-mean, is a classic clustering algorithm adopted by many clustering tasks. It is the distance from the data point to the prototype as the objective function for optimisation. In this algorithm, the data set is divided into different categories through iterative operation by the method of finding the limit of a function so that the evaluation index J is minimised and the generated class distances are similar.
(1) Select a certain distance as the measurement between samples
The search process of the K-means clustering algorithm is limited to a part of all possible partition Spaces. If the sample similarity between each class is very low, the K-means algorithm can often achieve better results. However, if the sample similarity between the classes is high, the phenomenon of further division of clustering may occur. Therefore, it is possible to obtain the local rather than the global minimum solution of the scoring function due to the convergence of the algorithm.
Select criterion function
The K-means clustering algorithm will be affected by the selected similarity measurement method. The commonly used similarity measurement method uses the error sum of squares criterion function to improve the clustering performance. Suppose X contains k clustering subsets X1, X2... Xk; The number of samples in each cluster subset is n1, n2... nk; If the mean points of each cluster subset are m1, m2... mk, then the error sum of squares criterion function formula is:
Randomly assign K clustering centrer
For each sample XI, it is assigned to the nearest class according to the principle of minimum distance.
Move the sample mean in the cluster to the centre of the cluster.
Repeat Step 2 and Step 3 until the centre of the cluster does not change
The data object set S is shown in Table 1. As a two-dimensional sample of cluster analysis, the number of clusters required is k=2.
Cluster distribution table
Name | Value | N | % of Combined | % of Total |
---|---|---|---|---|
Cluster | 1 | 203 | 20.3% | 20.6% |
Cluster | 2 | 314 | 31.4% | 31.9% |
Cluster | 3 | 464 | 46.4% | 47.1% |
Combined Excluded | 1000 | 100.00% | 98.4% | |
Cases | 16 | 1.6% | ||
Total | 984 | 100% |
O1(0,2) and O2(0,0) were selected as the initial cluster centres, namely M1= O1=(0,2),M2= O2=(0,0).
The remaining objects are grouped into the nearest cluster according to their distance from each central cluster. The O3:
Clearly d(M2,O2)<=d(M1,O3), so we assign O3 to C2
The O4:
Because d(M2,O4)<=d(M1,O4), so we assign O4 to C2
The O5:
Because d(M1,O5)<=d(M2,O5), so we assign O5 to C1
Update, get a new cluster C1={O1,O5} and C2={O2,O3,O4}
The square error criterion is calculated. The single variance is
E1=[(0-0)2+(2-2)2]+ [(0-5)2+(2-2)2]=25 M1= O1=(0,2) E2=27.25 M2= O2=(0,0)
The population mean variance is: E=E1+E2=25+27.25=52.25
Calculate the centre of the new cluster
M1=((0+5)/2,(2+2)/2)=(2.5,2) M2=((0+1.5+5)/3,(0+0+0)/3)=(2.17,0)
Repeat (2) and (3) to get O1 assigned to C1; O2 is allocated to C2; O3 is allocated to C2; O4 is allocated to C2; O5 is assigned to C1. Update, get a new cluster C1={O1,O5} and C2={O2,O3,O4}
Center for M1=(2.5,2), M2=(2.17,0)
The individual variances are
E1=[(0-2.5)2+(2-2)2]+ [(2.5-5)2+(2-2)2]=12.5 E2=13.15
The overall mean error is:E=E1+E2=12.5+13.15=25.65 +
After the first iteration, the average error is improved well. Since the cluster centre did not change in the two iterations, the iteration process was stopped and the algorithm was terminated.
(1) Determine classification. In this example, the optimal number of three categories is determined, and the clustering distribution table shows the frequency of each category. According to the data, 203 students are classified into cluster 1, 314 students in cluster 2, and the remaining 464 students are classified into cluster 3, among which 16 students are excluded by the system due to lack of data. As shown in Table 1.
Meanwhile, a two-dimensional distribution diagram of clustering analysis is obtained from the data, as shown in Figure 1.
Fig. 1
Cluster analysis diagram of students’ mental health status

As can be seen from the contour diagram, the second group of students is relatively close to the third group. Some of the interference data in the second group of students lead to duplication with the data of the third group of students, making some points fall into the third group of students, as shown in Figure 2.
Fig. 2
Profile of student data analysis

The system adjusts the node accuracy from 10 up. The results show that students can be divided into three categories as a whole, as shown in Figure 3.
Fig. 3
Student cluster node diagram

After adjusting, you can see an improvement over the previous side profile, as shown in Figure 4.
Fig. 4
Profile of Student Data Analysis (After Adjustment)

The final result diagram, distribution diagram, thermal energy diagram and probability diagram of cluster analysis are used to display the data results, as shown in Figure 5–9.
Fig. 5
Results of cluster analysis

Fig. 6
Distribution

Fig. 7
Thermal energy diagram

Fig. 8
Probability Figure 1

Fig. 9
Probability Figure 2

According to the AIC criterion, the optimal classification number is 3, and the corresponding AIC value is 8647.63.
To display the mean value and standard deviation of each variable in each cluster, the PivotTable was formulated according to the system requirements. As shown in Table 2.
Distribution table of mean difference and variance values of all variables in clustering
Adaptation and anxiety | Introversion and extroversion | Emotional and serene alertness | Cowardice and courage | ||||||
---|---|---|---|---|---|---|---|---|---|
Mean | Std. Deviation | Mean | Std. Deviation | Mean | Std. Deviation | Mean | Std. Deviation | ||
Cluster | 1 | 5.79 | 1.672 | 3.99 | 1.144 | 5.08 | 1.325 | 4.48 | 1.523 |
2 | 3.68 | 1.894 | 6.96 | 1.111 | 5.93 | 1.956 | 4.47 | 1.428 | |
3 | 4.25 | 2.147 | 6.07 | 1.832 | 5.28 | 1.429 | 3.99 | 1.806 | |
Combined | 4.47 | 2.11 | 5.81 | 1.857 | 5.44 | 1.632 | 4.28 | 1.625 |
In the table, Mean represents the Mean difference of the attributes of the corresponding cluster, and the standard deviation represents its variance. According to the requirements of the system, the 16PF criteria were set and divided into 1 ~ 3 (Fail), 4 ~ 7 (Good) and 8 ~ 10 (Excellent). Since the average value of the tested group in the table tends to be between 4 and 7 points, it can be concluded that the psychological state of the student group is basically normal.
According to the statistical results of mean difference and variance of male and female information, P-value is less than 0.01, indicating that there is a significant difference between male and female students. The data showed that girls were higher than boys in environmental adaptability, extroversion and learning aggressiveness, and boys were better than girls in the decisiveness of execution. From the analysis and comparison of male and female students, it can be seen that the psychological state of female students is better than that of male students in most cases, while the problems of male students are mainly reflected in the aspects of personality and behaviour habits. As shown in Table 3.
Differences between male and female students
Secondary personality factor | Male college student (N=1302) | Female college student (N=915) | T value | P value | ||
---|---|---|---|---|---|---|
Mean | Std. Deviation | Mean | Std. Deviation | |||
Adaptation and anxiety | 5.17 | 1.66 | 4.47 | 1.66 | 8.28 | 0 |
Introversion and extroversion | 5.3 | 1.78 | 5.71 | 1.71 | 4.52 | 0 |
Emotional and serene alertness | 5.19 | 1.41 | 4.48 | 1.46 | 9.73 | 0 |
Cowardice and courage | 5.13 | 1.42 | 4.29 | 1.46 | 11.43 | 0 |
(1) As shown in Figure 10, the abscissa 0 is the horizontal standard for adaptation and anxiety in each cluster, and the ordinate is the cluster. A class less than 0 means below average, and a class above 0 means better than average.
Fig. 10
Proportion diagram of adaptation and anxiety in each cluster

In Figure 10, the anxiety value of the third group in adapting to the environment is much higher than the average level of other groups, indicating that this group of students have a low performance in adapting to the environment. Among them, women account for a higher proportion. They often show excitement and anxiety in their own situation, and excessive anxiety will not only affect their work and study efficiency but also harm their own health. The second group is much lower than the average level. In this category of students, they generally perform very well in the ability to adapt to the environment, and their mental state will not be affected by other factors, but a small number of them will have negative attitudes towards things. Compared with the first two categories, the first category is between the two categories and represents the average value of the whole group, showing a relatively stable state.
(1) As shown in Figure 11, a comparison was made on the attribute introversion and extroversion clustering, in which the first category was more introverted, while the third category was more extroverted.
Fig. 11
The proportion of cowardice and boldness in each cluster

The results show that the college students can be divided into three categories: normal (the first category), need of attention (the second category), focus on attention and related treatment. The first group had 1831 students, accounting for 82% of the total. There are 206 students in the second category, accounting for 9.24% of the total. The third category had 180 students, accounting for 8.06% of the total. The analysis results are as follows:
The personality structure of most students is harmonious, upward and positive.
Compared with female college students, the male college students have more physiological problems than the former. Male college students are more competitive, stubborn, independent and serious and responsible. Girls, by contrast, are sensitive and dreamy, but also impatient and easily upset. Due to the obvious differences between male and female students in personality factors, it is suggested that more consideration should be given to the students’ family background and actual situation, and the differences of gender and personality should be paid more attention to the mental health level of female college students when conducting mental health education.
The proportion of each attribute clustering figure shows that the adaptability to the environment provides the easiest way to make students produce greater psychological effects when compared with previous attributes (such as whether to inside and outside, calm, timid and bold, etc.), which also played a role and also suggests that the counsellor at the same time attaches great importance to the freshman’s adaptation to both personalities combined with the other three factors of influence.
We conducted statistics on the students who participated in the questionnaire survey, and the specific data are shown in Table 4.
Statistical analysis of college student personality questionnaire (UPI)
Type | Level | The number of cases | The percentage |
---|---|---|---|
Good (Class C) | 20 points in the following | 1899 | 80.11% |
General (Type B) | Choose "Yes" from 20 to 24 or 8, 16, and 26 | 260 | 10.20% |
Key objects (type A) | More than 25 points | 171 | 9.00% |
Invalid | L=4 (5,10,15,50) | 16 | 0.69% |
It can be seen from the above table that our speculated result is similar to the conclusion of the questionnaire and the result of the UPI questionnaire, which proves that the cluster analysis in the system is feasible.
In this paper, a psychological management system based on the K-means clustering analysis method is proposed. Based on the basic functions of the traditional system, the idea of data mining is used to make secondary use of students’ psychological data. Through the optimisation of the iterative process of the K-means algorithm, the characteristics of different mental health states of college students are analysed. In the test part, the mental health data of 1000 students from a school is extracted. The results show that the system uses the K-means algorithm to divide students into 3 categories, which are 20.6%, 31.9% and 47.1% respectively, which is 1.6% different from the test results of the ideal state
Fig. 1

Fig. 2

Fig. 3

Fig. 4

Fig. 5

Fig. 6

Fig. 7

Fig. 8

Fig. 9

Fig. 10

Fig. 11

Statistical analysis of college student personality questionnaire (UPI)
Type | Level | The number of cases | The percentage |
---|---|---|---|
Good (Class C) | 20 points in the following | 1899 | 80.11% |
General (Type B) | Choose "Yes" from 20 to 24 or 8, 16, and 26 | 260 | 10.20% |
Key objects (type A) | More than 25 points | 171 | 9.00% |
Invalid | L=4 (5,10,15,50) | 16 | 0.69% |
Differences between male and female students
Secondary personality factor | Male college student (N=1302) | Female college student (N=915) | T value | P value | ||
---|---|---|---|---|---|---|
Mean | Std. Deviation | Mean | Std. Deviation | |||
Adaptation and anxiety | 5.17 | 1.66 | 4.47 | 1.66 | 8.28 | 0 |
Introversion and extroversion | 5.3 | 1.78 | 5.71 | 1.71 | 4.52 | 0 |
Emotional and serene alertness | 5.19 | 1.41 | 4.48 | 1.46 | 9.73 | 0 |
Cowardice and courage | 5.13 | 1.42 | 4.29 | 1.46 | 11.43 | 0 |
Cluster distribution table
Name | Value | N | % of Combined | % of Total |
---|---|---|---|---|
Cluster | 1 | 203 | 20.3% | 20.6% |
Cluster | 2 | 314 | 31.4% | 31.9% |
Cluster | 3 | 464 | 46.4% | 47.1% |
Combined Excluded | 1000 | 100.00% | 98.4% | |
Cases | 16 | 1.6% | ||
Total | 984 | 100% |
Distribution table of mean difference and variance values of all variables in clustering
Adaptation and anxiety | Introversion and extroversion | Emotional and serene alertness | Cowardice and courage | ||||||
---|---|---|---|---|---|---|---|---|---|
Mean | Std. Deviation | Mean | Std. Deviation | Mean | Std. Deviation | Mean | Std. Deviation | ||
Cluster | 1 | 5.79 | 1.672 | 3.99 | 1.144 | 5.08 | 1.325 | 4.48 | 1.523 |
2 | 3.68 | 1.894 | 6.96 | 1.111 | 5.93 | 1.956 | 4.47 | 1.428 | |
3 | 4.25 | 2.147 | 6.07 | 1.832 | 5.28 | 1.429 | 3.99 | 1.806 | |
Combined | 4.47 | 2.11 | 5.81 | 1.857 | 5.44 | 1.632 | 4.28 | 1.625 |
Law of interest rate changes in financial markets based on the differential equation model of liquidity Basalt fibre continuous reinforcement composite pavement reinforcement design based on finite element model Industrial transfer and regional economy coordination based on multiple regression model Satisfactory consistency judgement and inconsistency adjustment of linguistic judgement matrix Spatial–temporal graph neural network based on node attention A contrastive study on the production of double vowels in Mandarin Research of cascade averaging control in hydraulic equilibrium regulation of heating pipe network Mathematical analysis of civil litigation and empirical research of corporate governance Health monitoring of Bridges based on multifractal theory Health status diagnosis of the bridges based on multi-fractal de-trend fluctuation analysis Performance evaluation of college laboratories based on fusion of decision tree and BP neural network Application and risk assessment of the energy performance contracting model in energy conservation of public buildings Sensitivity analysis of design parameters of envelope enclosure performance in the dry-hot and dry-cold areas The Spatial Form of Digital Nonlinear Landscape Architecture Design Based on Computer Big Data Analysis of the relationship between industrial agglomeration and regional economic growth based on the multi-objective optimisation model Constraint effect of enterprise productivity based on constrained form variational computing The impact of urban expansion in Beijing and Metropolitan Area urban heat Island from 1999 to 2019 TOPSIS missile target selection method supported by the posterior probability of target recognition Ultrasonic wave promoting ice melt in ice storage tank based on polynomial fitting calculation model The incentive contract of subject librarians in university library under the non-linear task importance Application of Fuzzy Mathematics Calculation in Quantitative Evaluation of Students’ Performance of Basketball Jump Shot Visual error correction of continuous aerobics action images based on graph difference function Application of Higher Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Application of Forced Modulation Function Mathematical Model in the Characteristic Research of Reflective Intensity Fibre Sensors Radioactive source search problem and optimisation model based on meta-heuristic algorithm Research on a method of completeness index based on complex model Fake online review recognition algorithm and optimisation research based on deep learning Research on the sustainable development and renewal of Macao inner harbour under the background of digitisation Support design of main retracement passage in fully mechanised coal mining face based on numerical simulation Study on the crushing mechanism and parameters of the two-flow crusher Interaction design of financial insurance products under the Era of AIoT Modeling the pathway of breast cancer in the Middle East Corporate social responsibility fulfilment, product-market competition and debt risk: Evidence from China ARMA analysis of the green innovation technology of core enterprises under the ecosystem – Time series data Reconstruction of multimodal aesthetic critical discourse analysis framework Image design and interaction technology based on Fourier inverse transform What does students’ experience of e-portfolios suggest Research on China interregional industrial transformation slowdown and influencing factors of industrial transformation based on numerical simulation The medical health venture capital network community structure, information dissemination and the cognitive proximity Data mining of Chain convenience stores location The optimal model of employment and entrepreneurship models in colleges and universities based on probability theory and statistics A generative design method of building layout generated by path Parameter Id of Metal Hi-pressure State Equation Analysis of the causes of the influence of the industrial economy on the social economy based on multiple linear regression equation Research of neural network for weld penetration control Intelligent Recommendation System for English Vocabulary Learning – Based on Crowdsensing Regarding new wave distributions of the non-linear integro-partial Ito differential and fifth-order integrable equations Research on predictive control of students’ performance in PE classes based on the mathematical model of multiple linear regression equation Beam control method for multi-array antennas based on improved genetic algorithm The influence of X fuzzy mathematical method on basketball tactics scoring Application of regression function model based on panel data in bank resource allocation financial risk management Research on aerobics training posture motion capture based on mathematical similarity matching statistical analysis Application of Sobolev-Volterra projection and finite element numerical analysis of integral differential equations in modern art design Influence of displacement ventilation on the distribution of pollutant concentrations in livestock housing Research on motion capture of dance training pose based on statistical analysis of mathematical similarity matching Application of data mining in basketball statistics Application of B-theory for numerical method of functional differential equations in the analysis of fair value in financial accounting Badminton players’ trajectory under numerical calculation method Research on the influence of fuzzy mathematics simulation model in the development of Wushu market Study on audio-visual family restoration of children with mental disorders based on the mathematical model of fuzzy comprehensive evaluation of differential equation Difference-in-differences test for micro effect of technological finance cooperation pilot in China Application of multi-attribute decision-making methods based on normal random variables in supply chain risk management Exploration on the collaborative relationship between government, industry, and university from the perspective of collaborative innovation The impact of financial repression on manufacturing upgrade based on fractional Fourier transform and probability AtanK-A New SVM Kernel for Classification Validity and reliability analysis of the Chinese version of planned happenstance career inventory based on mathematical statistics Visual positioning system for marine industrial robot assembly based on complex variable function Mechanical behaviour of continuous girder bridge with corrugated steel webs constructed by RW Research on the influencing factors of agricultural product purchase willingness in social e-commerce situation Study of a linear-physical-programming-based approach for web service selection under uncertain service quality A mathematical model of plasmid-carried antibiotic resistance transmission in two types of cells Burnout of front-line city administrative law-enforcing personnel in new urban development areas: An empirical research in China Calculating university education model based on finite element fractional differential equations and macro-control analysis Educational research on mathematics differential equation to simulate the model of children's mental health prevention and control system Analysis of enterprise management technology and innovation based on multilinear regression model Verifying the validity of the whole person model of mental health education activities in colleges based on differential equation RETRACTION NOTE Innovations to Attribute Reduction of Covering Decision System Based on Conditional Information Entropy Research on the mining of ideological and political knowledge elements in college courses based on the combination of LDA model and Apriori algorithm Adoption of deep learning Markov model combined with copula function in portfolio risk measurement Good congruences on weakly U-abundant semigroups Research on the processing method of multi-source heterogeneous data in the intelligent agriculture cloud platform Mathematical simulation analysis of optimal detection of shot-putters’ best path Internal control index and enterprise growth: An empirical study of Chinese listed-companies in the automobile manufacturing industry Determination of the minimum distance between vibration source and fibre under existing optical vibration signals: a study Nonlinear differential equations based on the B-S-M model in the pricing of derivatives in financial markets Nonlinear Differential Equations in the Teaching Model of Educational Informatisation Fed-UserPro: A user profile construction method based on federated learning The evaluation of college students’ innovation and entrepreneurship ability based on nonlinear model Smart Communities to Reduce Earthquake Damage: A Case Study in Xinheyuan, China Response Model of Teachers’ Psychological Education in Colleges and Universities Based on Nonlinear Finite Element Equations Institutional investor company social responsibility report and company performance Mathematical analysis of China's birth rate and research on the urgency of deepening the reform of art education First-principles calculations of magnetic and mechanical properties of Fe-based nanocrystalline alloy Fe80Si10Nb6B2Cu2 The Effect of Children’s Innovative Education Courses Based on Fractional Differential Equations Fractional Differential Equations in the Standard Construction Model of the Educational Application of the Internet of Things Optimization in Mathematics Modeling and Processing of New Type Silicate Glass Ceramics Has the belt and road initiative boosted the resident consumption in cities along the domestic route? – evidence from credit card consumption MCM of Student’s Physical Health Based on Mathematical Cone Attitude control for the rigid spacecraft with the improved extended state observer Sports health quantification method and system implementation based on multiple thermal physiology simulation Research on visual optimization design of machine–machine interface for mechanical industrial equipment based on nonlinear partial equations Research on identifying psychological health problems of college students by logistic regression model based on data mining Abnormal Behavior of Fractional Differential Equations in Processing Computer Big Data Mathematical Modeling Thoughts and Methods Based on Fractional Differential Equations in Teaching A mathematical model of PCNN for image fusion with non-sampled contourlet transform Nonlinear Differential Equations in Computer-Aided Modeling of Big Data Technology The Uniqueness of Solutions of Fractional Differential Equations in University Mathematics Teaching Based on the Principle of Compression Mapping Influence of displacement ventilation on the distribution of pollutant concentrations in livestock housing Cognitive Computational Model Using Machine Learning Algorithm in Artificial Intelligence Environment Application of Higher-Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Recognition of Electrical Control System of Flexible Manipulator Based on Transfer Function Estimation Method Automatic Knowledge Integration Method of English Translation Corpus Based on Kmeans Algorithm Real Estate Economic Development Based on Logarithmic Growth Function Model Informatisation of educational reform based on fractional differential equations Financial Crisis Early Warning Model of Listed Companies Based on Fisher Linear Discriminant Analysis Research on the control of quantitative economic management variables under the numerical method based on stochastic ordinary differential equations Network monitoring and processing accuracy of big data acquisition based on mathematical model of fractional differential equation 3D Animation Simulation of Computer Fractal and Fractal Technology Combined with Diamond-Square Algorithm The Summation of Series Based on the Laplace Transformation Method in Mathematics Teaching Optimal Solution of the Fractional Differential Equation to Solve the Bending Performance Test of Corroded Reinforced Concrete Beams under Prestressed Fatigue Load Radial Basis Function Neural Network in Vibration Control of Civil Engineering Structure Optimal Model Combination of Cross-border E-commerce Platform Operation Based on Fractional Differential Equations Research on Stability of Time-delay Force Feedback Teleoperation System Based on Scattering Matrix BIM Building HVAC Energy Saving Technology Based on Fractional Differential Equation Human Resource Management Model of Large Companies Based on Mathematical Statistics Equations Data Forecasting of Air-Conditioning Load in Large Shopping Malls Based on Multiple Nonlinear Regression System dynamics model of output of ball mill Optimisation of Modelling of Finite Element Differential Equations with Modern Art Design Theory Mathematical function data model analysis and synthesis system based on short-term human movement Sensitivity Analysis of the Waterproof Performance of Elastic Rubber Gasket in Shield Tunnel Human gait modelling and tracking based on motion functionalisation Analysis and synthesis of function data of human movement The Control Relationship Between the Enterprise's Electrical Equipment and Mechanical Equipment Based on Graph Theory Financial Accounting Measurement Model Based on Numerical Analysis of Rigid Normal Differential Equation and Rigid Functional Equation Mathematical Modeling and Forecasting of Economic Variables Based on Linear Regression Statistics Design of Morlet wavelet neural network to solve the non-linear influenza disease system Nonlinear Differential Equations in Cross-border E-commerce Controlling Return Rate Differential equation model of financial market stability based on Internet big data 3D Mathematical Modeling Technology in Visualized Aerobics Dance Rehearsal System Children’s cognitive function and mental health based on finite element nonlinear mathematical model Motion about equilibrium points in the Jupiter-Europa system with oblateness Fractional Differential Equations in Electronic Information Models Badminton players’ trajectory under numerical calculation method BIM Engineering Management Oriented to Curve Equation Model Optimal preview repetitive control for impulse-free continuous-time descriptor systems Development of main functional modules for MVB and its application in rail transit Study on the impact of forest fire prevention policy on the health of forest resources Mathematical Method to Construct the Linear Programming of Football Training The Size of Children's Strollers of Different Ages Based on Ergonomic Mathematics Design Stiffness Calculation of Gear Hydraulic System Based on the Modeling of Nonlinear Dynamics Differential Equations in the Progressive Method Relationship Between Enterprise Talent Management and Performance Based on the Structural Equation Model Method Value Creation of Real Estate Company Spin-off Property Service Company Listing Selection by differential mortality rates Digital model creation and image meticulous processing based on variational partial differential equation Dichotomy model based on the finite element differential equation in the educational informatisation teaching reform model Nonlinear Dissipative System Mathematical Equations in the Multi-regression Model of Information-based Teaching The modelling and implementation of the virtual 3D animation scene based on the geometric centre-of-mass algorithm The policy efficiency evaluation of the Beijing–Tianjin–Hebei regional government guidance fund based on the entropy method The transfer of stylised artistic images in eye movement experiments based on fuzzy differential equations Research on behavioural differences in the processing of tenant listing information: An eye-movement experiment A review of the treatment techniques of VOC Some classes of complete permutation polynomials in the form of ( x p m −x +δ )s +ax p m +bx overF p 2m The consistency method of linguistic information and other four preference information in group decision-making Research on the willingness of Forest Land’s Management Rights transfer under the Beijing Forestry Development A mathematical model of the fractional differential method for structural design dynamics simulation of lower limb force movement step structure based on Sanda movement Fractal structure of magnetic island in tokamak plasma Numerical calculation and study of differential equations of muscle movement velocity based on martial articulation body ligament tension Study on the maximum value of flight distance based on the fractional differential equation for calculating the best path of shot put Sports intensity and energy consumption based on fractional linear regression equation Analysis of the properties of matrix rank and the relationship between matrix rank and matrix operations Study on Establishment and Improvement Strategy of Aviation Equipment Research on Financial Risk Early Warning of Listed Companies Based on Stochastic Effect Mode Characteristics of Mathematical Statistics Model of Student Emotion in College Physical Education Mathematical Calculus Modeling in Improving the Teaching Performance of Shot Put Application of Nonlinear Differential Equation in Electric Automation Control System Nonlinear strategic human resource management based on organisational mathematical model Higher Mathematics Teaching Curriculum Model Based on Lagrangian Mathematical Model Optimization of Color Matching Technology in Cultural Industry by Fractional Differential Equations The Marketing of Cross-border E-commerce Enterprises in Foreign Trade Based on the Statistics of Mathematical Probability Theory The Evolution Model of Regional Tourism Economic Development Difference Based on Spatial Variation Function The Inner Relationship between Students' Psychological Factors and Physical Exercise Based on Structural Equation Model (SEM) Fractional Differential Equations in Sports Training in Universities Higher Education Agglomeration Promoting Innovation and Entrepreneurship Based on Spatial Dubin Model