In order to solve the practicality of the infant mental health tracking system, the system is simulated based on mathematical differential equations. The SSH framework technology of the mode-view-controller (MVC) design model analyses and designs the model of the prevention and control system of children's mental health. In this design pattern, the Struts framework is used to realise the separation of the view layer, the business layer and the control layer, and the Hibernate framework is used to realise the data persistence layer, thereby obtaining a system solution with strong scalability, low coupling and easy maintenance.
Keywords
- prevention and control system model
- mathematical differential equations
- tracking system
- children's mental health
- hibernate framework
MSC 2010
- 62J12
Due to the physical and psychological peculiarities of young children, various psychological contradictions and conflicts are prone to appear; coupled with the complexity of today's society, various contradictions are intricate, which exacerbates the seriousness of young children's psychological problems. Therefore, by constructing a psychological consultation room to solve the psychological problems encountered by children in the process of work, study and life in school. However, due to a large number of young children, it is difficult for mental health counselling teachers to conduct detailed consultation and follow-up on each child one by one, and work omissions often occur. In order to solve the above problems, in view of the actual problems in contemporary children's mental health, combined with the application trend of information technology in mental health education, this paper proposes an SSH framework for children's mental health information tracking system based on the mode-view-controller (MVC) design model.
MVC is a framework mode that compulsorily separates the input, processing and output of the application. Using MVC applications is divided into three core components: model, view and controller, each of which handles its own tasks.
M refers to the data model. It is the core of the MVC design pattern. It encapsulates the core process and business rules of the system. It is the internal abstraction of the problem logic handled by the software independent of the external display content and form. It is independent of the concrete Express and I/O operations. V refers to the user interface, which is the interface that the user sees and interacts with. It is mainly responsible for displaying relevant data to the user and can accept the user's input data, but it does not perform any actual business processing. It obtains the display information from the model, and there can be multiple different display forms or views for the same information. C is the controller. The controller defines the behaviour of the application, interprets user actions, is responsible for the synchronisation between the model and the view, accepts user input and calls the model and view to complete the user's request. Usually, a view has a controller. The purpose of using MVC is to separate the implementation codes of M and V so that the same program can use different manifestations. The purpose of C is to ensure the synchronisation of M and V. Once M changes, V should be updated synchronously. Figure 1 shows the respective functions of the three modules and the relationship between them [1].
Fig. 1
MVC mode. MVC, mode-view-controller.

For the development of Web applications, it is not easy to design and develop a reliable and stable framework from scratch. With the maturity of Web development technology, there are some ready-made excellent frameworks in the field of Web development, and developers can use them directly. The front-end development of this system uses the Struts framework, the data mapping uses the Hibernate framework and the Spring framework is used to ensure the integrity of the data.
The Struts framework is a typical framework based on the MVC mode application architecture. Struts provides implementation components for these three classes. The implementation components used by the system for these three classes are Java-a Bean, Java Server Pages (JSP), Servlet and the Struts framework structure is as follows as shown in Figure 2. The Struts technology is mainly used on the M (presentation layer) of the MVC mode. The processing flow of the Struts framework clearly reflects the advantages of the MVC mode. The biggest feature of using Struts technology to design the presentation layer is to put a lot of logic in the configuration file instead of the program, so as to avoid the need to change the program when business needs change in the future.
Fig. 2
Struts frame structure. JSP, Java Server Pages.

Hibernate is a full-featured, open-source OR mapping framework on the Java platform. It is an object/relational database (Object/Relational Mapping [ORM]) mapping tool oriented to the Java environment. It not only manages the mapping of Java classes to database tables (including the mapping of Java data types to SQL data types) but also provides data query and retrieval the data method can greatly reduce the time of manually using SQL and JDBC to process data during development. Compared with using JDBC and SQL to manually operate the database, using Hibernate can greatly reduce the workload of operating the database [2].
Fig. 3
Hibernate frame structure.

As shown in Figure 3, it is the Hibernate framework structure. The application program has a relationship with the database through Hibernate and operates on the data. Hibernate itself maps classes to rows in the database through properties and the class mapping file (mapping.xml). Thus, applications can directly access the database through persistent object classes, instead of having to use JDBC and SQL for data operations.
The Spring framework provides a full-featured MVC module for building Web applications. Using Spring's pluggable MVC architecture, you can choose to use the built-in Spring Web framework or a Web framework such as Struts. Through the strategy interface, the Spring framework is highly configurable and contains a variety of view technologies, such as JSP technology, Velocity, Tiles, item and POI. Spring separates the roles of the controller, model object, dispatcher, and handler object. This separation makes them easier to customise. The Spring frame structure is shown in Figure 4.
Fig. 4
Spring frame structure.

Fig. 5
SSH three-tier architecture system.

SSH is an integrated framework of Struts+Sprint+Hibernate and is currently a popular open-source framework for Web applications. Among them, using Struts as the overall system infrastructure, responsible for the separation of MVC, in the model part of the Struts framework, the Hibernate framework is used to provide support for the persistence layer, and the business layer is supported by Spring. Each layer has clear functional responsibilities and should not be mixed with other layers. Each layer is connected with the other through communication interfaces. The three-tier SSH architecture system is shown in Figure 5.
The data collector in the system hardware is composed of chips CP2210 and C8147 single-chip microcomputer, which realises network big data collection and transmits the collected data to the network processor through the network interface. The hardware structure diagram of the data collector is shown in Figure 6.
Fig. 6
Data collector structure diagrams.

It can be seen from Figure 6 that the data collector power supply sends out a 6 V voltage, which is transmitted to the microcontroller voltage regulator through the REGIN pin of the microcontroller, adjusts the voltage to the 4 V voltage required for the microcontroller to work and passes the remaining 2 V voltage through the VDD pin to send it to other parts for use. The one-chip computer exchanges information through P3, P4 and other I/O pins. The signal obtained from the network passes through the signal adjuster and reaches the A/D converter from the P25 pin of the single-chip microcomputer. The A/D converter converts the signal into corresponding data, thereby completing the network data collection.
The storage module is the core of the big data classification system and is used to store all the data in the system. Before constructing the storage module, it is necessary to clarify the system requirements, and then map tasks to different types of analysis models and mining models through the semantic layer, and use the data in the system to obtain the final solution. Based on the hierarchical model method and the group collaborative intelligent clustering hierarchical model, this paper divides the storage modules of the big data classification system into the application layer, functional layer, semantic layer, design layer and data layer. The specific structure is shown in Figure 7.
In Figure 7, the application layer is the top layer of the storage module of the big data classification system, which can describe, distinguish and assign tasks; the function layer is the support structure of the application layer, including related function codes, and the function layer is the big data in the data. The storage module is a bridge for interaction with users; the semantic layer realises the transformation from the data model of the design layer to the business of the functional layer and converts the data model of the design layer into business terms for description; the design layer uses the information package diagram to set classification based on system requirements. Content visually describes the classification of data through the data model and respond to the retrieval needs of users of the big data classification system in real time; the data layer organises the big data through system control events, accesses the source data of the system to complete the extraction and integration of the source data and other operations, and its storage is designed as a relational database structure for the query [3].
Fig. 7
Storage module structure diagrams.

In order to achieve big data classification, the system software uses differential equations for data classification processing and establishes a second-order delay differential equation in the Bochner-Riesz space:
Perform Lyapunov functional processing on the stable solution of the second-order delay differential equation at point F. According to the optimisation theory, a new geometric region is obtained. By constructing an appropriate Lyapunov functional and adding the auxiliary integral matrix, the second-order delay differential is obtained the stable solution of the equation is:
Based on the MVC model SSH framework, the child mental health information tracking system is based on the actual and specific conditions of our school's mental health education, comprehensively using modern information technology to reshape and recreate the child's mental health information, aiming to provide psychological counselling through Internet technology. The teachers can get timely and comprehensive information about children's various situations and trends. Compared with traditional infant mental health education, it truly reflects the superiority of modern IT technology in infant mental health education. At present, there is not much research on the application of mental health information to network tracking. In order to facilitate the future upgrade of the system, this system adopts the lightweight J2EE software framework of Struts2 + Sprint + Hibernate and the efficient and intelligent SQL Server 2008 database technology for development. The system has good scalability, reusability, portability and maintainability [5].
The system mainly includes four functional modules: user management, knowledge base, information tracking service and system maintenance. (1) User management module includes four sub-modules: user login, user addition, user query and password modification. (2) Knowledge base module consists of three parts: knowledge base structure, knowledge base maintenance and knowledge search. (3) Information tracking service module: After the user logs in, the information tracking service module fills in the personal psychological barometer, i.e. tracking time, warning level, realising online psychological consultation, whispering psychology to the consultant and sending E-mail to the consultant. (4) System maintenance module mainly includes three aspects: database and webpage maintenance, and system security management.
The database is the core component of the system. If there is no database, the system is nothing. The most important step in the design of a database is the structure design of the back-end database. The most important design principle of the back-end database is that it must conform to the whole system needs. Combining the needs and functions of the system, guided by the standardised design of the database, after a detailed investigation of the archives of our school's psychological counselling centre, refer to the mental health system of other places, and finally check the teacher information table and the basic information of children involved in the system. Tables, question response tables, class information tables, psychological barometers and special data tables are designed [7].
The system requires the cooperation of multiple modules, and each module has an internal connection. The system uses Struts + Jsp technology to cooperate with the front-end development language to complete the front-end information display and uses the Hibernate management system to interact with the database. Through Spring the business logic of pages and data is controlled to realise the information tracking function of this system. The background mainly uses Hich-arts and Display tag to statistically manage the information visited by children so that the psychological teacher can find the latest situation of the children in a timely manner.
The system can be entered and operated by three roles: children, teachers and administrators. Users can select roles according to their actual situation by clicking the [Login] button to log in and clicking the [Logout] button to reset the current login information. Taking ordinary children as an example, the operations that can be performed after logging in are as follows: (1) View or modify personal information: View your basic information and modify the login password. (2) Fill in the psychological barometer: According to the psychological barometer provided by the system, choose the one that suits your current psychological confusion. (3) Send a private message to the psychology teacher: If you just want to communicate with the psychology teacher alone, you can write down your inner feelings here. In addition to sending this information to the psychology teacher in this system, it can also be sent to the teacher's QQ mailbox through the system. When the psychology teacher does not log in to the system, this information can also be processed in time.
In addition, in this interface, children can also use the floating panel on the right: psychological knowledge, psychological topics, system announcements and message boards.
Take the use of the message board as an example, select [Message Board] on the right side of Figure 8, enter the message display page, click the [All Messages] button to find out all the message information, and click the [My Messages] button to find out the message of the current operator; click the [Publish] button to submit the message; click [Delete] to delete the corresponding message; click the [I also say a sentence] text field to enter the display page, and click the [Reply] button to respond to voicemail [8].
Fig. 8
Is there any missing figure in this manuscript?: “Take the use of the message board as an example, select [Message Board] on the right side of Figure 8, enter the message display page, click the [All Messages]”

According to the above experimental data parameters, the big data classification performance of this system, the big data classification system based on Web data, and the big data classification system based on orthogonal decomposition are compared. The experiment uses three systems to classify the experimental big data [9]. The big data classification results obtained by the three systems are shown in Tables 1–3.
Big data classification processing results based on Web data system.
K1 | 89.32 | 90.28 | 91.63 |
K2 | 88.67 | 90.56 | 90.82 |
K3 | 89.11 | 90.45 | 92.42 |
K4 | 87.59 | 90.13 | 90.29 |
K5 | 86.73 | 90.74 | 90.78 |
Big data classification processing results based on orthogonal decomposition system.
K1 | 85.74 | 91.55 | 89.52 |
K2 | 86.53 | 90.26 | 90.46 |
K3 | 89.59 | 90.13 | 91.58 |
K4 | 88.23 | 90.75 | 90.66 |
K5 | 86.82 | 90.39 | 90.17 |
Big data classification processing results of the system in this paper.
K1 | 95.24 | 98.72 | 95.13 |
K2 | 96.87 | 99.15 | 97.25 |
K3 | 95.36 | 99.32 | 95.37 |
K4 | 97.25 | 98.49 | 98.56 |
K5 | 98.83 | 97.64 | 98.64 |
It can be seen from Table 1 that in the 5 tests based on the Web data system, with the increase of the number of experiments, the accuracy of big data classification and the prediction value of big data classification did not increase significantly, and the system data recall rate has been around 90% [10]. It can be seen from Table 2 that in 5 tests based on the orthogonal decomposition system, the accuracy of big data classification did not exceed 90%, and the data recall rate of the system has also been around 90%, and the prediction value of big data classification is low. It can be seen from Table 3 that the big data classification accuracy rate of the system in this paper is always >95%, and the classification accuracy rate increases with the increase of the number of experiments. The data recall rate of the system in this paper is as high as 99%, and the big data prediction value is high. From the experimental data in Tables 1–3, it can be seen that the accuracy of big data classification and the data recall rate of the system in this paper are significantly higher than the other two classification systems.
Based on the actual needs of the current children's mental health, this paper combines IT technology to research and implement the children's mental health information system based on the MVC model SSH framework. The discussion is mainly in the following aspects: (1) The preliminary development of a tracking system for infant mental health information has been completed. (2) Through tracking information services, the interactive capabilities of the system have been enhanced, children's interest in consulting has been stimulated and the practical application of the system has been improved. (3) The system provides a knowledge base query, which not only helps popularise mental health knowledge but also reduces the occurrence of corresponding psychological problems. (4) The system pays special attention to the full exchange and communication between the consultant and the tutor.
Fig. 1

Fig. 2

Fig. 3

Fig. 4

Fig. 5

Fig. 6

Fig. 7

Fig. 8
![Is there any missing figure in this manuscript?: “Take the use of the message board as an example, select [Message Board] on the right side of Figure 8, enter the message display page, click the [All Messages]”](https://sciendo-parsed-data-feed.s3.eu-central-1.amazonaws.com/60795fbdcbf6bd3d26d7bdf5/j_amns.2021.2.00068_fig_008.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220526T054854Z&X-Amz-SignedHeaders=host&X-Amz-Expires=18000&X-Amz-Credential=AKIA6AP2G7AKDOZOEZ7H%2F20220526%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=5100140eb29aeb70da889c6b02d1b7480106acf13316e9b6c757cf49dd0a4a82)
Big data classification processing results based on orthogonal decomposition system.
K1 | 85.74 | 91.55 | 89.52 |
K2 | 86.53 | 90.26 | 90.46 |
K3 | 89.59 | 90.13 | 91.58 |
K4 | 88.23 | 90.75 | 90.66 |
K5 | 86.82 | 90.39 | 90.17 |
Big data classification processing results based on Web data system.
K1 | 89.32 | 90.28 | 91.63 |
K2 | 88.67 | 90.56 | 90.82 |
K3 | 89.11 | 90.45 | 92.42 |
K4 | 87.59 | 90.13 | 90.29 |
K5 | 86.73 | 90.74 | 90.78 |
Big data classification processing results of the system in this paper.
K1 | 95.24 | 98.72 | 95.13 |
K2 | 96.87 | 99.15 | 97.25 |
K3 | 95.36 | 99.32 | 95.37 |
K4 | 97.25 | 98.49 | 98.56 |
K5 | 98.83 | 97.64 | 98.64 |
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 Response model for the psychological education of college students based on non-linear finite element equations Satisfactory consistency judgement and inconsistency adjustment of linguistic judgement matrix 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 Ultrasonic wave promoting ice melt in ice storage tank based on polynomial fitting calculation model Regarding new wave distributions of the non-linear integro-partial Ito differential and fifth-order integrable equations Badminton players’ trajectory under numerical calculation method Innovations to Attribute Reduction of Covering Decision System Based on Conditional Information Entropy Nonlinear Differential Equations in the Teaching Model of Educational Informatisation 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 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 Has the belt and road initiative boosted the resident consumption in cities along the domestic route? – evidence from credit card consumption Attitude control for the rigid spacecraft with the improved extended state observer Cognitive Computational Model Using Machine Learning Algorithm in Artificial Intelligence Environment Research on tourism income index based on ordinary differential mathematical equation Application of Higher-Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Sports Science Teaching of Athletics Based on Nonlinear Mathematical Equation Informatisation of educational reform based on fractional differential equations 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 System dynamics model of output of ball mill Sensitivity Analysis of the Waterproof Performance of Elastic Rubber Gasket in Shield Tunnel Design of Morlet wavelet neural network to solve the non-linear influenza disease system Motion about equilibrium points in the Jupiter-Europa system with oblateness Badminton players’ trajectory under numerical calculation method 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 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 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 Deformation and stress theory of surrounding rock of shallow circular tunnel based on complex variable function method 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 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 Translog function in government development of low-carbon economy Analysis of the properties of matrix rank and the relationship between matrix rank and matrix operations Research on the Psychological Distribution Delay of Artificial Neural Network Based on the Analysis of Differential Equation by Inequality Expansion and Contraction Method Study on Establishment and Improvement Strategy of Aviation Equipment Research on Financial Risk Early Warning of Listed Companies Based on Stochastic Effect Mode The Model of Sugar Metabolism and Exercise Energy Expenditure Based on Fractional Linear Regression Equation Constructing Artistic Surface Modeling Design Based on Nonlinear Over-limit Interpolation Equation Numerical Simulation Analysis Mathematics of Fluid Mechanics for Semiconductor Circuit Breaker Characteristics of Mathematical Statistics Model of Student Emotion in College Physical Education Human Body Movement Coupling Model in Physical Education Class in the Educational Mathematical Equation of Reasonable Exercise Course The contribution of structural equation model analysis to higher education agglomeration and innovation and entrepreneurship Study on the evolutionary game theory of the psychological choice for online purchase of fresh produce under replicator dynamics formula The influence of X fuzzy mathematics method in basketball tactics scoring Mathematical statistics algorithm in the bending performance test of corroded reinforced concrete beams under fatigue load Nonlinear strategic human resource management based on organisational mathematical model Back propagation mathematical model for stock price prediction Evolutionary game research on the psychological choice of online shopping of fresh agricultural products based on dynamic simulation model Differential equation model of financial market stability based on big data Multi-attribute decision-making methods based on normal random variables in supply chain risk management Linear fractional differential equations in bank resource allocation and financial risk management model Construction and reform of art design teaching mode under the background of the integration of non-linear equations and the internet Spatial–temporal graph neural network based on node attention A contrastive study on the production of double vowels in Mandarin Financial accounting measurement model based on numerical analysis of rigid normal differential equation and rigid generalised functional equation 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 College students’ innovation and entrepreneurship ability based on nonlinear model Health status diagnosis of the bridges based on multi-fractal de-trend fluctuation analysis Mathematical simulation analysis of optimal testing of shot puter's throwing path 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 The term structure of economic management rate under the parameter analysis of the estimation model based on common differential equation 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 The improvement of museum information flow based on paste functional mapping method The art design of industrialised manufacturing furniture products based on the simulation of mathematical curves TOPSIS missile target selection method supported by the posterior probability of target recognition Research on Evaluation of Intercultural Competence of Civil Aviation College Students Based on Language Operator The incentive contract of subject librarians in university library under the non-linear task importance Modelling and Simulation of Collaborative Innovation System in Colleges and Universities Based on Interpreted Structural Equation Model Small amplitude periodic solution of Hopf Bifurcation Theorem for fractional differential equations of balance point in group competitive martial arts The Optimal Solution of Feature Decomposition Based on the Mathematical Model of Nonlinear Landscape Garden Features Composite mechanical performance of prefabricated concrete based on hysteresis curve equation Higher education innovation and reform model based on hierarchical probit Application of Fuzzy Mathematics Calculation in Quantitative Evaluation of Students’ Performance of Basketball Jump Shot The teaching of sports science of track and field-based on nonlinear mathematical equations Visual error correction of continuous aerobics action images based on graph difference function Ecological balance model of effective utilization of agricultural water resources based on fractional differential equations Application of Higher Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Precision algorithms in second-order fractional differential equations Application of Forced Modulation Function Mathematical Model in the Characteristic Research of Reflective Intensity Fibre Sensors Fractional differential equations in National Sports Training in Colleges and Universities Radioactive source search problem and optimisation model based on meta-heuristic algorithm Visualized calculation of regional power grid power data based on multiple linear regression equation Application of mathematical probabilistic statistical model of base – FFCA financial data processing Least-squares method and deep learning in the identification and analysis of name-plates of power equipment Research on a method of completeness index based on complex model Distribution network monitoring and management system based on intelligent recognition and judgement 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 Topological optimisation technology of gravity dam section structure based on ANSYS partial differential equation operation 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 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 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 Analysing the action techniques of basketball players’ shooting training using calculus method Engineering project management based on multiple regression equation and building information modelling technology 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 Mathematical model of back propagation for stock price forecasting Application of regression function model based on panel data in bank resource allocation financial risk management Application of Logical Regression Function Model in Credit Business of Commercial Banks 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 Research on motion capture of dance training pose based on statistical analysis of mathematical similarity matching Application of B-theory for numerical method of functional differential equations in the analysis of fair value in financial accounting 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 Application of Lane-Emden differential equation numerical method in fair value analysis of financial accounting Regression function model in risk management of bank resource allocation Application of numerical method of functional differential equations in fair value of financial accounting Optimal solution of fractional differential equations in solving the relief of college students’ mental obstacles Risk contagion in financial markets based on copula model Calculating university education model based on finite element fractional differential equations and macro-control analysis Automatic parameter selection ZVD shaping algorithm for crane vibration suppression based on particle swarm optimisation 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 Calculation of tourism development income index based on finite element ordinary differential mathematical equation Adoption of deep learning Markov model combined with copula function in portfolio risk measurement Radar system simulation and non-Gaussian mathematical model under virtual reality technology Comparison of compression estimations under the penalty functions of different violent crimes on campus through deep learning and linear spatial autoregressive models Research and application of constructing football training linear programming based on multiple linear regression equation Research on management evaluation of enterprise sales cash flow percentage method based on the application of quadratic linear regression equations Mathematical simulation analysis of optimal detection of shot-putters’ best path Determination of the minimum distance between vibration source and fibre under existing optical vibration signals: a study Mathematical modelling of enterprise financial risk assessment based on risk conduction model Nonlinear differential equations based on the B-S-M model in the pricing of derivatives in financial markets Mathematical simulation experiment based on optimisation of heat treatment process of aluminium alloy materials Mathematical model of transforming image elements to structured data based on BP neural network Educational reform informatisation based on fractional differential equation 3D Mathematical Modelling Technology in Visual Rehearsal System of Sports Dance MCM of Student’s Physical Health Based on Mathematical Cone 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 Informationisation of teaching model for track and field education based on finite element higher-order fractional differential equation Information technology of preschool education reform of fine arts based on fractional differential equation Information Teaching Model of Preschool Art Education in Colleges and Universities Based on Finite Element Higher-Order Fractional Differential Equation Application of artificial intelligence algorithm in mathematical modelling and solving College Students’ Mental Health Climbing Consumption Model Based on Nonlinear Differential Equations Communication architecture of power monitoring system based on incidence matrix model Differential equation to verify the validity of the model of the whole-person mental health education activity in Universities Optimisation of Modelling of Finite Element Differential Equations with Modern Art Design Theory Analysis and Prediction of College Students’ Mental Health Based on K-means Clustering Algorithm Mathematical function data model analysis and synthesis system based on short-term human movement Human gait modelling and tracking based on motion functionalisation Analysis and synthesis of function data of human movement Energy-saving technology of BIM green buildings using fractional differential equation Study on the training model of football movement trajectory drop point based on fractional differential equation Financial Accounting Measurement Model Based on Numerical Analysis of Rigid Normal Differential Equation and Rigid Functional Equation User online consumption behaviour based on fractional differential equation Differential equation model of financial market stability based on Internet big data Multi-attribute Decision Method Based on Normal Random Variable in Economic Management Risk Control Children’s cognitive function and mental health based on finite element nonlinear mathematical model 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 Stock price analysis based on the research of multiple linear regression macroeconomic variables Fractional Linear Regression Equation in Agricultural Disaster Assessment Model Based on Geographic Information System Analysis Technology