User interface (UI) [1] is a medium for interaction and message exchange between people and electronic computer systems, and is a comprehensive environment for users to use electronic computers. At present, the definition of UI is relatively broad, and it is not restricted to the graphical UI of human–machine interaction. In a broad sense, UI is a collection of interaction methods between users and systems [2, 3]. These systems do not only refer to computer programs, but also include a specific machine, equipment, complex tool, etc. [4] The UI can be seen as representing a face-to-face information exchange method between people and computers, and the formation of the UI comes from the properties of artificial objects. The UI is a collection of interaction methods between users and the system, and is also the software and hardware part of the electronic computer system that realises the exchange of information between the user and the computer [5]. As shown in Figure 1, the UI is divided into a hardware interface and a software interface. The hardware interface mainly refers to the computer keyboard and mouse, as shown in Figure 1(a), and the software interface mainly refers to the interface for direct information exchange between the user and the computer, as shown in Figure 1(b) and (c), that is, the user browses multimedia through the computer network, and the text web interface. The purpose of the UI is to enable the user to operate the electronic computer system conveniently and efficiently to achieve two-way interaction. Nowadays, with the rapid development of computer networks, people have steadily increasing requirements for computers to process data, as well as handle other applications, including entertainment. The amount of software installed in the computer is increasing day by day, and this puts forward requirements on how to realise the interaction of the computer with a fast and comfortable interface.
Fig. 1
Simple schematic diagram of the interface

Currently, when evaluating the parameters required for the UI, we mainly consider inclusivity and usability. Since the main service object of the interactive interface is the user, the inclusive interactive interface designed by Microsoft research has been formulated in such a way that users can solve problems according to their own needs; the UI has been endowed with a capability to adapt to the diversity of individuals, and this approach has resulted in an easy-to-use, flexible and good user experience. Brandon Antonio Cárdenas-Sainz
Fig. 2
Interactive interface inclusion indicators

For the usability of the interactive interface, the main point is that the computer system can stably and quickly switch to the interface required by the user in a specific situation or software interaction required by the user. Some scholars have proposed that the interactive interface should have several requirements, such as learnability, high efficiency, memorability, low error rate, and automatic repair of errors and satisfaction [13], and for users, it should have relatively simple interaction. The switching operation and system are common [14]. The evaluation of usability is mainly based on the efficiency, effectiveness and user satisfaction of interface interaction (as shown in Figure 3). The longer the response time to complete a task, the higher the efficiency; at the same time, the greater the number of interactive interfaces that are completed within the specified time frame, the faster the speed. For effectiveness, according to the error rate and degree of completion in the interactive interface, the lower the error rate, the higher the completion rate, and the better the effectiveness. In this paper, we choose the response time of a long-term and frequent switching of an interactive interface and the response time of repeated interaction of multiple interfaces as the main criteria for usability. Alomari [15] measures the utility of a UI by testing its usability and using UI and user-experience assessments; these are studies that can be used to evaluate the usefulness of e-learning environments, and they find widespread application in computer science and software engineering courses.
Fig. 3
Interactive interface usability indicators

However, when implementing interface generation, the commonly used software applications mainly include PS, AI.AE.C4D.XD.ARP and so on. PS is mainly used for image processing, AI icon design, AE dynamic effect design, and C4D is mainly used for modelling. For a single interface, there is a need for proper processing to enable the transition to the displayed interface. Nowadays, the interface is becoming increasingly complex. Yang and Horie [16] improved the UI by including neural network, which improved the accuracy of complex gestures. Yang
The biggest working feature of Rhino is that it uses the non-spline curve modelling method [21] (i.e. NURBS modelling method). It has the advantages of high modulus accuracy and flexible use [22]. Compared with other types of modelling software, it has lower requirements on the application environment, and takes up less computer space due to its fast running speed. This advantage ensures that more interactive use of computer interfaces can be achieved under the same storage space. In addition, it can cooperate with other extension plug-ins to realise extension function and realise powerful extension by substituting parameterised design. To simplify some complex parts, parametric modelling is increasingly widely used in some complex designs and applications, and complex modelling analysis is completed with the help of parametric modelling. As Rhino's parametric design platform, Grasshopper can complete advanced controls such as visual image generation and transformation, and achieve certain effects on the surface of performance analysis. This provides not only a new imagination space for structural design but also new solutions for some complex designs. Compared with the traditional design modelling, Grasshopper has the following characteristics, as shown in Figure 4: compellability, visualisation, and extensibility. Compellability means that by writing a series of programs, it can be connected to external systems, and real-time parameter changes can be realised without causing mutation of the interactive interface, thereby ensuring the multi-dimensional stability of the interactive interface; visualisation can generate geometric models according to specified algorithms. Zhang
Fig. 4
GH characteristics

There are many GH auxiliary external plug-ins, which are mainly divided into the following categories, as shown in Figure 5: design, algorithm, structure, conversion, and interactive simulation; these are mentioned here as several common external plug-ins. By simulating some related physical phenomena such as gravity, the modulation of physical formulas in the system can be improved; the algorithm class is mainly for parameterisation and improving data processing speed. The structural class can be targeted to give force analysis to each specific location, etc.; the conversion class is mainly to realise multi-software intercommunication, realise the Internet of things, human–computer exchange, visualisation, etc.; interactive simulation is mainly used to cluster data simulation and realise data visual interaction.
Fig. 5
Types of GH external plug-ins

In the research work of this paper, LSTM and GRU algorithms are mainly used to optimise a model of the traditional interactive interface. The LSTM long-term and short-term neural network is evolved from the RNN [26]. The RNN adds weights to the neural network of the same layer, and introduces real-time feedback to correct the neural network. The LSTM neural network changes and processes the structure of the RNN based on RNN to solve the problem of its gradient disappearance [27]. This is mainly because the LSTM operates almost linearly, with the entire operation as linked rows. The long-term and short-term neural network is mainly composed of three control units: forget gate, input gate and output gate [28]. Its basic unit structure is shown in Figure 6. The main working formula is as follows:
Fig. 6
Basic structure of LSTM. LSTM, long short-term memory

The formula for calculating the input gate is
GRUs is a gating mechanism in RNN [29]. Similar to LTMS network, GRU neural network is also a variation model of RNN network, but it is more concise than LTMS network. There are only update gates and reset gates in the network model [30, 31, 32]. The special significance of these two gating mechanisms is that the information in the sequence is preserved for a long time, and the information in the sequence is not cleared over time or removed because it is irrelevant to prediction [33]. The update gate formula is as follows:
The main function of the reset gate is to determine the abandoned information, using the formulas:
The stability and rapid performance of the UI are affected by many factors. The selection of evaluation indicators is important for the interactive interface, and the training of the model is very important. In the experiment, the mean square error function is selected as the target cost function, and the experimental model is trained.
The process aims to make the objective cost function increasingly smaller and the prediction accuracy increasingly higher [34, 35]. The mean squared error is taken as the target cost function, which can stabilise the model effectively. The mean square error calculation is shown in Eq. (10):
For atrained model, the goodness of fit is used to determine the accuracy of the model. The closer the goodness of fit is to 1, the better the fit, and vice versa. The goodness of fit is calculated as in Eq. (11)
The parameter selection of the model directly determines the effect of the model, through a large number of parameter adjustments. The specific parameters of the model selected in this paper are shown in Table 1.
Model parameter table
Value | 2 | 256 | 0.83 | 500 | 0.005 | 10 |
The target cost function uses the mean square error function to make the prediction more accurate. In order to avoid overfitting of the model, a dropout layer is added during the model training process, and the number of neurons in each layer is 256. In each round, 500 datasets are input for training, for a total of 10 rounds of training.
The experiment carried out multi-dimensional optimisation design for the reliability and inclusiveness of the interactive interface, and used LSTM and GRU algorithms to perform expansion, whereas Rhino/GH platform was used to enhance its data processing capability, ensure the reliability of the interactive interface, and avoid the occurrence of jamming and other phenomena. The experiment was carried out on Window10, 64-bit operating system, and the computer running memory was 16GB. The experiment selects a specific interface and performs 100 cycles of switching experiments on the same operating system to compare and analyse the impact time of the switching interfaces; in addition, to verify the inclusiveness of its interactive interfaces, we selected 20 interfaces on the same computer operating system, performed mutual switching of these 20 interfaces, and compared and analysed the response obtained when the interface is switched; additionally, to verify the reliability of the interactive interface, we used the same computer operating system. The number of interfaces was also compared.
Before conducting the experiment, we first conducted a comparative analysis of the LSTM and GRU models, analysed and compared the accuracy of the models and their root mean squares (RMSs), and selected the optimal algorithm suitable for the Rhino/GH platform expansion combination. The accuracy and loss of the model are shown in Table 2. It can be seen from Table 2 that the parameter accuracy of the LSTM and GRU algorithms can reach >98%. Using the GRU algorithm to process data on the Rhino/GH platform yields a higher relative accuracy, which can reach 99.3%, and the model training loss function is only 0.00212, which is 50% of that observed in the case of the LSTM algorithm. The main reason is that the GRU algorithm can update the data in real-time and train continuously during multi-interface interaction, thereby ensuring the usability and mutual inclusiveness of the interactive interface.
Model accuracy table
LSTM | 0.00452 | 98.2% |
GRU | 0.00212 | 99.3% |
GRU, Gated recurrent unit;
LSTM, long short-term memory
In order to evaluate the two algorithms from various aspects, we use RMS and goodness-of-fit analysis for further analysis and comparison, and the specific results are shown in Table 3.
RMS and fit table
LSTM | 0.983 | 0.835 |
GRU | 0.879 | 0.910 |
GRU, Gated recurrent unit;
LSTM, long short-term memory;
RMSE, root mean square error
From the table, we can see that the RMS of GRU algorithm is smaller than that of LSTM, and the fitting degree is 91%, which is better than the 83.5% observed in the case of LSTM. Therefore, when optimising the interactive interface, choosing the GRU algorithm will be more realistic.
Figure 7(a) shows a comparison chart of the time required to switch between the traditional interactive interface and the Rhino/GH platform. In the actual test of 100 switching times, we can find that for the traditional interactive interface, the time is between 245 ms and 361 ms, and the fluctuation range is 47.3%. In contrast, the interactive interface based on the Rhino/GH platform yields excellent performance and high stability in the test. The interaction time is between 118 ms and 146 ms, and the maximum fluctuation range is only 23.7%; and compared with the traditional method, the decline rate is about 50%. In addition, the switching time has also dropped by >50% as a whole. In order to further verify the stability of the interactive interface of the Rhino/GH platform, we selected 20 interfaces to be online at the same time, and compared the change of the interaction response time with the results observed in the case of the traditional interaction method. The results are shown in 7(b). As can be seen from Figure 7(b), when multiple interface switching is frequent, the traditional interactive interface technology shows a gradual increasing trend with the increase of the number of interfaces, the response time is between 295 ms and 450 ms, and the fluctuation range is as high as 52.5%; and it shows an increasing trend with the increase of the interface. In addition, the overall response time is between 45 ms and 89 ms longer than the single interface's 245–361 ms. In contrast, the optimised interactive interface of Rhino/GH has a response time of 123–159 ms when 20 interfaces are switched, the maximum fluctuation range is 29.2%, and the response time remains within the stable range; additionally, the overall response time is only 13 ms longer than the 118–146 ms range of the monomer. The comprehensive results show that the optimised interactive interface of Rhino/GH has obvious usability, and the inclusiveness between different interfaces is good.
Fig. 7
Time response diagram of interactive interface

As can be seen from Figure 8, with the increase of the number of interactive interfaces, the proportion of computer running storage gradually increases until it can no longer work. Based on the traditional interactive interface, when the number of interfaces reaches 27, the proportion of memory reaches 89.1%, at which point the computer begins to appear sluggish, inefficient and unstable. At this time, the proportion of memory based on Rhino/GH optimisation platform was 73.2%, a decrease of 15.9%. After optimising the interactive interface, when the number of interfaces reached 33, the proportion of memory reached 89.2%, and then the computer operating system began to increasingly present with the characteristics of sluggishness, inefficiency, etc. The optimised interactive interface can increase the usage rate of computer memory by 22.2%.
Fig. 8
The proportion of memory space

The interactive interface optimisation research of Rhino/GH platform optimisation proposed in this paper introduces LSTM and GRU algorithms to optimise the platform data processing, and compares the long-term frequent switching of single interface and multi-interface interaction with the traditional interactive interface. The main conclusions are as follows:
When the GRU algorithm is added to the Rhino/GH platform for data processing, the model accuracy can reach 99.3%, and the RMS remains at 0.879. The introduction of GRU can realise real-time update of data, and avoid slow response caused by untimely processing of interactive interface data when the amount of data is too large, thereby affecting the use effect. We introduce the interactive interface optimised by the Rhino/GH platform. When a single interface is frequently interacted for a long time, the overall response time is 50%, which is a similarity observed with the traditional interactive interface; again, the time fluctuation is within 23.7%, which is approximately 23.6% lower than the 47.3% observed in the case of the traditional interactive interface. In the case of multi-interface interaction, the traditional interactive interface shows a trend of increasing response time as the interactive interface increases, and the fluctuation range also increases to 52.5%, which means that the instability of the interactive interface increases. The interactive interface optimised by the Rhino/GH platform maintains a fluctuation range within 29.2%, and the time increases by 13 ms, with good stability. The optimised interactive interface of Rhino/GH platform can increase the utilisation rate of storage space by 22.2% when it is in use.
Fig. 1

Fig. 2

Fig. 3

Fig. 4

Fig. 5

Fig. 6

Fig. 7

Fig. 8

Model parameter table
Value | 2 | 256 | 0.83 | 500 | 0.005 | 10 |
Model accuracy table
LSTM | 0.00452 | 98.2% |
GRU | 0.00212 | 99.3% |
RMS and fit table
LSTM | 0.983 | 0.835 |
GRU | 0.879 | 0.910 |
Medical emergency supplies dispatching vehicle path optimization based on demand urgency Innovative teaching strategies for art and design based on VAR model Research on the application of virtual reality technology in the teaching resource library of film and animation Blockchain-based data management mechanism for virtual power plants Artificial intelligence technology-based approach to mining Civic Science elements in public mental health courses in universities Talent training model for music education majors based on the ADDIE model Transmutation and Reconstruction of Enterprise Management Model Framework Based on Improved Markov Model Mobile visual media design based on artificial intelligence and augmented reality technology Research on the optimization of the path of the agricultural logistics industry under the innovative mode of “blockchain + supply chain finance” Analysis of factors influencing the accumulation of psychological capital of college students under the theory of cognitive psychology The use of image resources in the improvement of university teaching based on the ADDIE model Development and Application of Field Mixing Process and Intelligent Mixing Vehicle for Plateau Type Emulsified Explosives for Open Pit Mining Fuzzy mathematical algorithm under the design of college soccer teaching network platform Opportunities and Challenges of New Media Technology for Civic Education of College Students under the New Normal BM3D denoising-based multi-target detection method for complex background radar images Research on the application of digital music in mental health education in colleges and universities Exploring the reform of the environmental design education model under the OBE theory model of professional and creative depth integration An intervention study of VR sports games on the perceptual and motor abilities of children with incomplete intellectual development Color design of modern architectural interior space based on environmental psychology Research on deformation monitoring of tunnel engineering based on 3D laser scanning Exploring the path of sending information about visual contexts of industrial prints Virtual packaging model construction of visual images for visual communication in the context of modern information convergence Intelligent Recommendation System for English Vocabulary Learning – Based on Crowdsensing Numerical Analysis of the Diversity of Keyboard Instrument Playing Fingerings The stability of resource and environmental economics model based on hyperbolic sine function Application of Generalized Estimation Equation in the Analysis of Factors Affecting the Continuous Use of College English Education Platforms Hydrodynamic Model of Hydraulic Engineering Based on Trigonometric Function Relation Equation Analysis and elaboration of enterprise management innovation path based on logistic regression perspective Construction of Sports Management System Based on Multi-Layer Neural Network Model Research on secure Internet of things gateway technology based on multi-communication methods Títul Construction of Non-inherited Digital Platform based on PEST-SWOT Model Analysis on the application method of new media technology in film and television media in the era of big data cloud Simulation and Characteristic analysis of college music teaching based on nonlinear equation Establishment and application of traditional Wushu intelligent learning resource database under the background of big data The discrimination of college music teaching level based on wave equation Analysis and Research on Technical and Tactical Action Recognition in Football Based on 3D Neural Network The application of KANO Model in the design of cultural creative products Nonlinear Differential Equation in University Education Information Course Selection System Computer Image Scene and Object Information Extraction based on Bayesian Network Model Big Data Analytics Technology and Applications in Cloud Computing Perspective Effect of IMB model nursing on patients’ self-perceived burden and cognitive function Cost management of power grid transmission and substation project based on BIM technology Títul The Efficiency of Resource Allocation in Higher Education in India Based on Dea-Tobit Model Analysis of IPO pricing efficiency under the registration system Case application data research of traditional ink art elements in packaging design Research on the identification of common faults of agricultural machinery based on vibration characteristics Design and implementation of computer network security protection system based on artificial intelligence technology Research on an early warning model of effectiveness evaluation in ideological and political teaching based on big data Application of intelligent teaching resource organisation model and construction of performance evaluation model Application of Partial Differential Equation Models in English Reading Corpus The Application Optimization of Project based Learning Design in Ideological and Political Education in Colleges and Universities Based on ARCS Model Application of finite element analysis in structural analysis and computer simulation Research on non-smooth signal identification algorithm for electronic communication in a two-way relay network Management path optimization of accordion music course education based on big data technology analysis Numerical simulation of vortex vibration in main girder of cable-stayed bridge based on bidirectional fluid–structure coupling The evolutionary process of the development path of cultural tourism industry integration from a non-linear perspective Research on location algorithm of new energy vehicle charging station based on multi-objective decision The Ideological and Political Education Model of College Students Based on Probability Theory and Statistics Sports Science Movement model based on fractional differential equation Application of linear regression model in the design of furniture products for the aged A Comparative Study of Motion Feature Recognition under Different Learning Methods Training fatigue and recovery of Wushu Sanda athletes based on comprehensive environmental testing SOR Model and Application of Virtual Reality Technology in 3D Animation Design Optimisation of construction mode of residential houses based on the genetic algorithm under BIM technology Simulation and Characteristic Analysis of College Music Teaching Based on Nonlinear Equation Construction of a social audit platform based on big data for “industry price, quality and credit” Analysis of the environmental resources value and enterprises economic benefits based on combination algorithm Research on innovative strategies of college students’ English teaching under the blessing of big data Structure innovation of agricultural supply chain in china: from farmers’ perspective Application of modular mathematical modeling in intelligent design of 3d digital substation Research on multi-dimensional optimisation design of user interface under Rhino/GH platform Quantitative Analysis of the Influence of Coal Mining on the Underflow Zone of Rivers by Using Double Integro-differential Equations Optimisation analysis of distribution network planning based on the IVIF-AHP method Design of English pronunciation quality evaluation system based on the deep learning model Curriculum Construction Practice of Ideological and Political Education Based on the IPO Model Exploration of “English Plus” teaching mode under the background of blockchain construction Evaluation of enterprise accounting data management based on maturity model A long command subsequence algorithm for manufacturing industry recommendation systems with similarity connection technology Research on the strategy of using graphic creativity in visual communication design in the context of Internet+ BIM+ Engineering Cost Estimation Optimization Based on Equivalent Approximate Linear Model Supply chain network model of cost accounting based on improved particle swarm optimisation algorithm Civil and commercial law improves the construction of social credit system in the context of “Internet +” Analysis of the effects of physical activity on chronic diseases based on multidimensional data analysis Research on personalised recommendation algorithm for college students’ employment Combined application of ideological and political education and big data Internet technology in the context of education reform Construction of computer-assisted English writing teaching model from the perspective of the Internet of Things Evaluation of spoken English self-study system considering speech knowledge recognition algorithm Promotion of VR technology in taijiquan multimedia technology in the context of artificial intelligence Prediction of English teachers’ professional development based on data mining and time series model Innovative Management Strategies for the Rule of Law of Cross-border Mobile Population Based on Information Fusion Technology A study on the cognitive model of student management in colleges and universities under the perspective of big data technology RFID-based logistics big data asset evaluation and data mining research Application research on piano teaching in colleges and universities based on remote wireless network communication Research on computer network security protection technology based on a superiority algorithm Application of computers in artificial intelligence in the context of big data Construction of Financial Risk Evaluation Index System for Biomass Graphene Fibre Industrialisation Project Correlation analysis between talent training quality and regional economic development based on multivariate statistical analysis model Information security of hospital computer network based on SAE deep neural network Computational research on flat image design and style based on perceptual feature quantification Research on multi-objective collaborative control of complex product development in equipment manufacturing industry An innovative training model for developing talents in French language education based on the deep learning model Research and practice of blaze new trails and start an undertaking cultivate model based on big data technology in computer special field of study Using a mixed layered soil model to optimize the layout of coastal direct current (DC) grounding electrodes Analysis of the evolution of China’s energy legal system under the background of discrete model theory and dual carbon Multimodal Corpus Construction and Research of Intercultural Communication Based on Multiple Regression Equation An online statistical analysis of the hotel management and operation performance model Research on the relationship between the construction of school teachers’ team literacy and the educational environment Exploration of the impact of rural road maintenance and management on rural economy based on VAR model Research on future parallel power grid architecture Nonlinear mathematical modeling in the model of village cultural industry Engineering archive management model based on big data analysis and deep learning model Application of Computer Big Data Modeling Based on Lagrangian Mathematical Equation in the Village Cultural Industry Model Design of an embedded machine vision system for smart cameras Application of Economic Management System Based on Nonlinear Algebraic Equation Ultra-short-term power forecast of photovoltaic power station based on VMD–LSTM model optimised by SSA The development model of marine science and technology innovation under the background of regional integration in the Yangtze River Delta in the new era Analysis of international investment treaties in the absence of international law based on data mining classification model Application of digital design technology in the design of intelligent agricultural machinery and equipment Application of Deep Learning in Vocal Music Teaching Research on heat transfer properties of graphene composites Financial risk assessment management of cloud accounting SOEs based on spillover index Product Marketing Diffusion Under the Background of Digital Economy Based on Improved Bass Model Analysis of agricultural economic development and optimisation measures under the strategy of rural revitalisation An empirical study on the economic linkage characteristics of Yangtze River port cities based on discrete second-order derivatives Analysis of Macro Environment and Development Countermeasures of the Education Industry Based on the PEST Model Analysis of the development direction of the history of American war photography in the context of big data Characteristic Analysis of Cheerleading Self-selected Action Arrangement Elements Based on BP Neural Network Tourism architecture design strategy in tourism area planning based on G-DINA model Practice and research on non-foreign heritage culture inheritance education in universities based on information fusion technology Comprehensive Sex Education Model of College Students Based on Personalized Recommendation Algorithm Research on the innovation of teaching model of college board tennis based on GDINA model Research on the protection and inheritance of intangible cultural heritage under the background of rural revitalisation Research on Harmonic Overvoltage of Cable Sheath on 220kV Side of Electric Railway Traction Station Research on the application of dance movement skill analysis in teaching in the context of artificial intelligence in universities Computer vision recognition and tracking algorithm based on convolutional neural network Combining big data for college students’ network ideological and political innovation education Exploring the path of development of international trade of agricultural products in the context of digitalization Study on structural parameter design and life analysis of large four-point contact ball bearing channel Analysis of the sustainable development path model of resource-based enterprises based on big data technology A trajectory prediction method based on graph attention mechanism Research on the driving principle and guiding strategy of the public's collaborative supervision of the sharing economy in my country Application of Natural Language Processing-based Emotional Semantic Analysis in the “One Core, Three Integrations” Vocal Music Teaching Model Analysis of factors influencing the image perception of tourism scenic area planning and development based on big data Application research of bel canto performance based on artificial intelligence technology A New Inquiry into the Ideological and Political Education of College Students in the Context of Free Trade Port Knowledge Landscape and Trend Analysis of Chinese Rural Education Research in the Perspective of Rural Revitalization Research on incremental clustering algorithm for big data Realistic interaction design of large site scenes based on virtual reality technology Understanding the impact of plateau climate on the travel behavior of elderly pilgrims: Evidence from Tibet, China Research on the cultivation and evaluation system of effective teaching ability of college teachers’ classrooms based on artificial intelligence algorithm A Study on Aesthetic Elements in Ethnic Music Appreciation in the Age of Information Technology In-depth basic data detection device based on Internet of Things technology Application of knowledge graph in smart grid fault diagnosis Research on the coordinated development of cross-border e-commerce and logistics under the background of big data Research on the optimisation of logistics parcel intelligent sorting and conveying chain combined with variable clustering mathematical method Tool wear prediction method based on the SVM-Clara model Analysis of risk factors for multi-drug resistant bacterial infections and prevention and control based on logistic regression analysis A study on the factors influencing the development of the thinking and politics of higher education courses in China based on the “O2O” model The self-control training method of vocal performance teaching in a new media environment Research on computer vision technology based on BP-LSTM hybrid network Research progress of computer vision tasks based on deep learning and SAE network Application of Discriminative Training Algorithm Based on Intelligent Computing in English Translation Evaluation Huanghua Port enters carbon neutrality ahead of schedule through technological innovation Machine vision-based multi-degree-of-freedom laser cladding system integration and process monitoring research A study of English listening support teaching supported by mobile smart terminal APP The application of directional derivative in the design of animation characters and background elements Research on product process design and optimisation model based on IoT intelligent computing Optimization of ecological sports innovation teaching path based on multiple intelligence evaluation model Simulation research on music feature recognition based on mobile big data and smart sensors Innovative reform strategy of college music education art practice based on information fusion technology Research on vectorized engineering file management model Coordinated development of international e-business and international express under the digital background Analysis of the current situation of university-city integration development based on data mining technology and exploration of the optimization path Study on tourism development income index calculation of finite element ordinary differential mathematical equation The construction of modern aesthetic education innovative talent cultivation mode in universities based on big data technology Software engineering database programming control system based on embedded system Corporate employee performance mechanism based on incomplete information contest theory Research on international logistics supply chain management strategy based on deep reinforcement learning Application of renewable energy decorative materials in modern architectural design under low-carbon concept Analysis on the path of integrating traditional culture into illustration design based on visual communication An open-sharing platform for physical education course resources based on the MOOC network A Study on Green Consumption Behavior of Young People Empowered by Digital Economy Based on Double Goal Constraints The positive effect of the propaganda of family ethics and family education based on big data technology on the ideological work of youth Research on the Realization Mechanism and Evaluation System of High-Quality Undergraduate Education in Private Universities Based on Deep Learning Innovative reform strategy of Chinese language and literature education practice for college students based on information fusion technology Study on the application of deep learning technology and BIM model in the quality management of bridge design and construction stage Research on the reform path of soccer special class for physical education majors in colleges and universities under the vision of intelligent sports Research on the implementation path of industrial structure optimization in Fujian Province under the goal of “double carbon” Legal Risks and Prevention of the Sharing Economy Based on Artificial Intelligence The information dissemination path of the sense of community of contextual beauty universe based on the hierarchical analysis method - the science fiction film “Dune” as an example Design of a literature-based poetry appreciation system based on perceptron model Simulation analysis of asset pricing based on the Gaussian process Exploring the design of ecological and energy-saving residential buildings adapted to climate change based on a simulated annealing algorithm Electromagnetic properties and structure of superconducting materials based on AHP-FCE model Information dissemination of intangible cultural heritage based on random forest model Remote fault detection and location of power fiber optic cable based on a logistic regression model New Applications on the Flows of Space-like curves specified by Normal acceleration in Minkowski Space ℝ2,1 A Study on Normal Motion of the Torus of Revolution in ℝ3 Evaluation of the effect of dance therapy for children with high-functioning autism based on the LightGBM model General layout design of mountain PV plant based on array spacing planning A study on the effect of different machine learning algorithms on soccer footwork recognition under trajectory tracking theory Quantitative Evaluation of Piano Performance Technique and Style Based on Continuous Discretization Method MATLAB-based simulation of industrial robots in water environment monitoring An innovative teaching model of automotive manufacturing process based on ADDIE model The train of thought and design of university talents training based on ADDIE model from the perspective of ideological and political education Research on the innovation of model based on the cultivation of talents in higher vocational art and design Study on the factors influencing the evolution mechanism of cobalt trade network from the perspective of national competition Analysis of the factors influencing the metabolic risk of students’ body functions in physical education institutions and the construction of a diagnostic model Exploring the benefit distribution mechanism of the reservoir migrant industry based on the logistic regression model Research on the evaluation system and satisfaction of cruise tourism in China based on the decentralized Internet Information-based teaching model of college modeling foundation course based on ADDIE model Construction of social governance capacity evaluation system based on the ADDIE model Optimization of computer-assisted teaching mode in universities based on Dijkstra’s algorithm Analysis of ductility of hybrid fiber ultra-high performance concrete based on improved GA-BP neural network Similarity Solutions of the Surface Waves Equation in (2+1) Dimensions and Bifurcation Optimal decisions and channel coordination of a green supply chain with marketing effort and fairness concerns An Exploration of the Challenges of Cross-border Data Flow for International Investment Law by Counting and Fuzzy Numerical Analysis Algorithms An analysis of the translation process of contemporary Chinese literature based on the Kalman filter algorithm Exploring the optimization path of teaching in college piano course based on deep learning Research on rural employment and entrepreneurship of undergraduates in the context of a rural revitalization strategy Analysis of the framework for realizing core literacy in teaching physical education and health curriculum based on the ordinary differential error approximation method The contemporary value and effective application of red education in college Civic and Political Education Research on the quality of information disclosure of listed companies in the era of big data Construction of an enterprise financial risk management system based on F-score model Research on education management system based on machine learning and multidimensional data modeling Multi-featured multi-scale combination of high-resolution remote sensing images for building extraction Electronic properties of diamond semiconductor materials: based on response surface model Sentiment analysis of domestic movie reviews based on a discrete regression model Optimization of Innovative Teaching Model of College English Reading Based on Perceptual Machine Model China’s Image in German Media in Major Epidemic Prevention and Control Based on Mathematical Statistics Deep learning techniques in modern women’s smart clothing design The evolution from information-based HRM to big data HRM Design of IPR evaluation system based on linear regression model A hybrid physics-data-driven optimization model for grassland grazing management A study on the aesthetic characteristics of ethnic music based on radial basis neural network model Analysis of the Expression of Buddhist Monks’ Literary Activities in the Early Sui and Tang Periods Based on Fuzzy Mathematical Models Does Work Engagement Effectively Predict Subjective Well-Being? : A Meta-Analysis Using R Statistical Software Analysis of the application methods of film and television media and images in the era of big data cloud A study on the application of using big data information technology to implement physics laboratory courses in universities Research on the influence of key audit matters on the audit quality of commercial banks-Evidence from China Air data computer simulation and design credibility assessment considering ADC calculation model Analysis of news communication strategies in the era of full media based on big data mining Performance Evaluations of Audit Institutions That Purchase Social Audit Services On the improvement, innovation and inheritance of stage makeup styling in opera under the background of big data Evaluation Mechanism of Teaching Staff’s Building in Local Vocational Colleges Based on Big Data Technology Teaching reform of university botany courses based on discrete regression algorithm Speed optimization of inland sea vessels based on C.W saving algorithm Research on physical human-computer interaction virtual reality fitness method combined with Unity3D technology An Experiment on University English Translation Teaching Model Based on Big Data-Driven Learning A Study on Multiple Interactive Teaching Models of English in Universities under Information Technology Environment The Innovation of GIS Service Mode Based on “Grid Integration” and “Elastic Cloud” Research on the design of mechanical robot control system for industrial PC in the context of big data Distributed optical fiber sensing technology in operation status monitoring of GIL equipment Research on the digital transformation path of banks in the era of big data Mechanisms influencing the learning effect of ISM network under big data regression algorithm Design of a perceptron model-based physical fitness index monitoring system for sports training Histological and mechanical properties of laser-melted carbon nanotube-toughened Fe-based amorphous coatings Identification of Key Factors Influencing Consumer Purchase in Livestreaming Based on Principal Component Analysis and Combination Weighting Analysis of the Plea Leniency System and Plea Bargaining System in the Era of Big Data The Construction of the integration of ldeological and Political Curriculum for Graduate Students in Foreign Language Studies in the Context of New Liberal Arts and Big Data Political uncertainty and Corporate Philanthropy: Evidence from China Corporate performance management model based on CPS evaluation system Comparative strategies of domestic and foreign ideological and political education in universities in the context of big data Research on the innovation theory of college students’ ideological and political education under the background of big data Research on the problems and reform strategies of government statistics based on big data technology Adaptive fusion of multi-exposure images based on perceptron model Urban park healing landscape based on spatial correlation quantitative model Analysis of robotic calligraphy copying techniques based on linear regression models The impact of industrial-university-research collaborations on innovation output in China’s petroleum and petrochemical industry Research on teaching reform of environmental design majors in colleges and universities based on the integration of rural revitalization into big data Exploring the Path of Integrating Excellent Traditional Culture into Civic Education in Universities in the Internet+ Era Application of Nonlinear Differential Equation in Electronic Commerce Exploring the integration development path of rural tourism and rural revitalization under the perspective of self-media development and communication The moderating effect of creativity on entrepreneurial intention of Chinese vocational college students Design and research of environmentally friendly field sewage purification mechanical device Dissemination and Evolution of Ethnic Traditional Sports Culture Based on Spatial Diffusion Model A Dynamic Export Product Sales Forecasting Model Based on Controllable Relevance Big Data for Cross-Border E-Commerce An analysis of time commitment for college students to online English writing and peer assessment learning The Application of PREMA Model in College Mental Health Education Research on the influence of new media on ideological and political education in colleges Research on network security management monitoring platform based on Internet of things technology Analysis of Industrial Intellectual Property Operation Service Platform Construction Based on the DART Model Study of frictional wear properties of materials for mechanical seals Exploring the construction of an all-round cost management system for investment control in university engineering construction The impact of agricultural international trade on agro-ecological environment based on TOPSIS model Relationship Between Physical Activity Sedentary Behavior and Body Mass Index in Children and Adolescents Based on FIT Model Physical characteristics analysis of judo athletes based on multiple regression equation Evaluation of teaching quality of universities in the context of big data for the cultivation of application-oriented talents Research on the integration development path of rural tourism and traditional culture protection and inheritance based on the integration of big data The application of big data technology in the integration of non-foreign heritage into the construction of college sports curriculum thinking and politics Grid data asset relationship and intelligent classification integrating knowledge graph and Internet of Things Application of economic model optimization algorithm for international trade based on big data technology Forecasting Stock Market Volatility via Causal Reasoning The application of big data technology in rural tourism landscape planning under the background of the intelligent era Synergistic study of cellulose enzymatic factors and cellulase adsorption properties under bioinformatics China’s Stock Market Trend Prediction Model based on Adversarial Learning Text Study of Reader Magazine in the Context of Big Data Financial risk assessment management of state-owned enterprises based on cloud accounting in the era of big data Seroprevalence of brucellosis infection in sheep in China during 2003-2022: A systematic review and meta-analysis An informative teaching model of English-Chinese translation in universities based on the perceptual machine model Research on the integration and development of student management and ideological and political education in universities based on environmental psychology Difference-in-Differences Test for the Effect of Extreme Weather upon Enterprise Productivity The Application of Big Data Technology in the Efficient Development of Cross-Border E-Commerce Industry Analysis of punitive damages in the context of economic law based on the singular value analysis method Influence of Fatigue on Flight Safety: A Structural Equation Modeling Analysis Analysis of artistic features of ancient Chinese literary works based on multi-scale feature fusion network Research and practice on the application of computer virtual technology in arts and crafts nowadays Investigation into the Coincidence between Specialty Setting in Higher Vocational Colleges and Industrial Structure Utilizing a Coupling Coordination Evaluation Framework Research on the intelligent teaching model of integrated English reading and writing classrooms in colleges and universities based on big data technology Research on the influence of new media on the ideological and political education of college students in the background of the Internet and countermeasures The Construction of Judgment Model for Cultivating Intelligent Accounting Professionals in Universities Based on Logarithmic Periodic Power Law Model Digital Regeneration and Database Construction of Hunan Embroidery Needlework under the Perspective of Artificial Intelligence Research on the practice of innovation and entrepreneurship education in universities under the environment of big data Application of digital technology in environmental art design Research on the evaluation system of tourism management classroom teaching based on multimedia big data analysis The application of ARCS motivation model in college oral English teaching A digital teaching model for jurisprudence courses based on a linear regression model Research on Innovation of Translation Teaching and Translation Strategies for College Students in Multimedia Background Under the background of ideological and political education, the path optimization of college students’ consumption outlook education based on AdaBoost model A multi-channel convolutional neural network based on attention mechanism fusion for facial expression recognition Exploring the development of cultural and creative tourism under the perspective of ecological theory of tourism destination management Modeling Analysis of User Consumption Data of Internet Culture Industry in the Context of Emerging Technologies Reference: An algorithm for recognizing the main melody of orchestral music based on artificial intelligence of music melody contour English-Chinese translation strategies based on BERT and multi-similarity fusion of English and American literature Research on the integration of traditional culture into the teaching of ancient literature courses in colleges and universities in the context of big data Design of an enterprise accounting system based on decision tree model Analysis of the factors influencing economic efficiency in the structural change of e-commerce industry Analysis of Ethnic Elements in Xinjiang Music Works Based on PPM Model under the Perspective of “One Belt, One Road Numerical implementation of level set image recovery based on partial differential equation model Design and implementation of a virtual teacher teaching system algorithm based on facial expression recognition in the era of big data The application of new media communication technology in vocational education teaching under the background of big data Legal risk assessment of enterprise labor dispatch employment under clustering algorithm Exploring the optimization of enterprise business management model reform in the digital ecological economy Application of random forest algorithm in the detection of foreign objects in wine Design of microstructure and performance testing of high-pressure ZnO grain boundary layer Design and implementation of a process-aware accounting information system to improve business process management Motion capture method for college basketball training based on AR/VR technology Application of ELM algorithm-based generative adversarial network model in network security Application of genetic algorithm in model music composition innovation Exploring the Practice of Cultivating Business English Talents from the Perspective of Artificial Intelligence The construction of a practical platform for party building and ideological and political education based on information fusion A study on the influence of the spread of Yangming Studies in Japan on the psychology of the Japanese people based on big data analysis Research on personalized recommendation algorithm for micromechanical sensors based on cloud model Research on the value of modern vernacular literature in contemporary rural construction based on ADDIE model Robust speech recognition based on deep learning for sports game review The impact of the financing structure of cultural enterprises on enterprise value under the ACC payment model Model Construction of Influencing Factors of Physical Education Core Quality Cultivation Based on Multiple Linear Regression Research on the operation and management mechanism of cross-border e-commerce shared practice training base Strategies for improving Chinese language proficiency based on artificial intelligence technology The success rate model of college students’ new entrepreneurship based on nonlinear differential equations Research on the application of marketing strategy of national fitness exercise and dance events in the construction of sports culture based on big data technology Strategies for constructing mathematical models of nonlinear systems based on multiple linear regression models Design of reduced-current overcurrent protection circuit based on GBDT model Analysis of Liability for Defective Capital Contribution of Company Shareholders Based on Discrete Regression Algorithm Analysis of the Factors Affecting Innovation and Entrepreneurship of College Students Based on TRIZ Theory Optimization of talent training path of broadcasting and hosting art based on matrix model Research on the path of enterprise management innovation based on multiple logistic regression model Analysis of Folklore Sports Tourism Resources Development and Protection Strategies under the Management of Rural Revitalization Strategy in the Background of Big Data A Hidden Markov Model-Based Network Security Posture Prediction Model A Modern Communication Path for Traditional Chinese Cultural Design Concepts Based on AdaBoost Model Exploring the development trend of digital media fashion illustration art based on the content analysis method Self-efficacy-based change in educational administration style and public management model The impact of CS structured computer-assisted translation system on English linguistics teaching in universities A Study on the Impact of Cloud Computing Performance Efficiency on Task Resource Scheduling The integration of traditional culture and educational drama for young children based on the AdaBoost model The construction of an intelligent English grading teaching model based on partial least squares method Research on innovative system development of university art education in the era of big data Research on optimization design of physics teaching objectives based on information fusion technology Research on the innovation of ideological and political education theory and practice in colleges and universities under the background of big data Electromyographic characterization of limb flexion, extension and their special exercise movements in high level distance runners Study and analysis of wastewater treatment in the refining and chemical industry based on multidimensional data analysis Exploration and practice of combining theoretical teaching and practical teaching to implement course Civics in the context of big data--Take “Microbial Pharmaceutical Technology” as an example Visualization design of talent training paths in university education based on pattern knowledge Research on the design of interactive intelligent toy art experience based on multimodal sensory The development and application of virtual practical teaching based on a clustering algorithm in the development and application of a resource library of college Civics courses Analysis of vehicle paths for sharing e-commerce logistics resources in China Research on Ideological and Political Practice Teaching based on VR technology in the Information Age Design of teaching quality evaluation system for higher vocational education based on data mining technology Innovative talent cultivation strategies for teaching traditional culture and language and literature based on information fusion technology ECOC-based integrated learning method for fault diagnosis in nuclear power plants Research on the optimization and practice of mathematical modeling curriculum systems based on the perspective of big data Research on the influence factors of innovation and entrepreneurship education based on neural network model Exploring the model of laboratory construction and optimization to promote the transformation of research results in the context of big data Deep learning algorithms in enterprise accounting management analysis Research on the integration of non-traditional culture and contemporary visual design based on virtual reality technology Research on the information dissemination method of Chinese culture education based on information dissemination datasetResearch on the information dissemination method of Chinese culture education based on information dissemination dataset Research on AGV cart control system based on fuzzy PID control Optimisation of an integrated water resources management system for the Yellow River based on numerical simulation A study on the landscape evaluation of sculpture vignettes in residential areas based on SBE Research on the cultural innovation system of the old industrial base of Northeast China under the environment of big data Application of Information Fusion Technology in Innovative Teaching of Music Theory Courses in Universities Analysis of the application of computer-aided design in industrial product design based on Deep learning algorithm-based wearable device in basketball motion dynamic analysis Research on the current situation and countermeasures of student employment management in higher education institutions based on multiple regression analysis Research on the integration of curriculum thinking and politics into the construction of grassroots party building and nurturing work under the perspective of Internet+ Study of online learning time and learning performance model based on learning platform Research on the reform and practice of thinking and teaching of computer network technology course based on ant colony algorithm Prediction analysis of slope stability due to soft and weak interlayers based on partial least squares method Effect of post-welding coating process on the organization and properties of MIG-welded T-joints of 6063-T6 aluminum alloy The construction of a new theoretical system of university education development based on the principle of multi-optimization of fuzzy ICDS Designing the presentation of Dunhuang fresco art based on perceptron technology in the context of artificial intelligence Research on the development model of fusion of poetry communication and literary creation based on information fusion technology under the perspective of national fusion Research on the blended teaching path of water conservancy engineering in universities based on big data analysis Model innovation construction of social work participation in grassroots community governance based on fuzzy comprehensive evaluation model Strategies for the transmission of ethnic music culture in college music education based on the background of big data The Impact of Chinese Stories on the Foreign Communication of Shaanxi Local Culture Based on Deep Learning Models Innovative Strategies for the Development of International Chinese Language Education Based on Deep Learning Models Reflections on the Construction of Career Development and Planning System for Counselors in Private Universities in the New Era The application of big data technology in the art of visual communication design with information technology Analysis of the packaging characteristics of creative products in the context of new media based on Bayesian networks Study on the aesthetic laws of VR digital media art on the reception of film art The application of friend recommendation algorithm in the design of traditional handicraft art communication platform The promotion path of high-quality development of rural tourism based on intelligent cloud platform system A study on teaching English in higher education based on an improved deep belief network VAR model-based values education for adolescents and the role of WeChat in it Research on the analysis of traditional music tunes in the context of network information technology A mining method of integrating Civic Science elements into English teaching in higher vocational courses based on information fusion technology Analysis of the Path to Improve the Effectiveness of Ideological and Political Education in Universities Based on Information Fusion Technology Implementation and Assurance Model Construction of Financial BPO Cost Control under Cloud Computing Platform Symbolic semantic design of industrial products based on Big data technology Optimization of smart tourism destination management based on linear regression model Exploring the development of intercultural communication skills of language students in universities based on big data Optimization study of intelligent decision-making system for coal processing plant based on big data analysis Development of a hydraulic pump motor test stand based on mechanical power recovery Analysis of Intelligent Control Strategy for Heavy Media Coal Separation Process Based on Deep Learning Model A study on the impact of COVID-19 class suspension on college students’ emotions based on affective computing model Optimization of Civic Education Paths in Universities Based on the Subordination Matrix Model A study of the relationship between the prosperity of literary novels and the prevalence of the imperial examination system in the Ming Dynasty based on the LDA model Cluster control technology of transmission line intelligent inspection drones based on 5G communication Visualization communication mode and path optimization of data news in the context of big data Cooperative control method of transmission line inspection UAV cluster based on hybrid networking technology Research on the development of watercolor painting education in universities based on smart contract model Energy-saving and noise-reducing integrated task allocation model for machining systems and its application Research on the construction and sustainable development of online teaching model for universities based on deep learning Optimization of the innovation path of practical teaching of college Civics based on VR technology under information fusion technology Speech recognition-based packaging design techniques and graphic design Research on the cultivation mode of big data accounting talents in higher education institutions based on hierarchical analysis method Barriers to Renewable Energy Share of the Grid in the Context of Big Data and Countermeasures The role of LightGBM model in management efficiency enhancement of listed agricultural companies Innovation of product packaging design based on visual communication from a digital perspective Statistical language model-based analysis of the English-Chinese corpus and political discourse Sensitivity Analysis of the Waterproof Performance of Elastic Rubber Gasket in Shield Tunnel Improving online ideological and political precision education in universities based on knowledge mapping A multi-objective optimization algorithm based on the identification of risk spillover intensity measurement in Chinese financial markets A Study on the Multidimensional Expression Form of Ancient Chinese Teaching in Universities Based on Multidimensional Analysis Model Innovation of teaching methods of international Chinese language education in universities based on artificial intelligence analysis technology Exploring the Multiple Meanings of Ice and Snow Sports Culture Construction in Chinese Universities Based on Fuzzy Algorithm The Importance of Emotional Expression in Vocal Performance Art in the Internet Era A Study on Innovative Strategies for Teaching English to College Students Based on Knowledge Mapping Research on urban landscape big data information processing system based on ordinary differential equations Keyword Extraction-based Library Intelligence Services: Challenges, Adaptations and Reinvention Research on the innovation of ideological and political education for college students based on the Civic and Political Science Cloud Education Platform Analysis of the evolutionary path of early civilization agriculture based on the plain Bayesian model A statistical method for massive data based on partial least squares algorithm Construction of an intelligent agricultural irrigation control platform based on PLC technology Colorized visual aesthetics of interior design based on the VAR model Application of machine learning based models in computer network data Optimizing Strategy of Computer Teaching Mode in Universities Based on Continuous Discrete Method Variation in metadiscourse verb patterns in English academic papers from intra- and interdisciplinary analysis Building an efficient classroom for Civics in vocational colleges in the era of new media Research on energy consumption analysis of air conditioning and refrigeration equipment based on perceptron model In-depth analysis of the artistic expression of paper-cutting elements in interior space design Research on the extraction method of traditional elements in environmental art space design based on intelligent algorithm Esearch on the optimization path of campus football teaching based on deep learning mode Analysis of the prospect of the development of university innovation and entrepreneurship courses based on the chain-type intelligent education model Study on the optimization of the quality management path of university physical education teaching in the context of multimedia network technology Exploring the path of integration of rural tourism culture and food industry in the context of big data The construction of hotel information management mode under the trend of low carbon tourism Research and Application of Cross-media Knowledge Discovery Service Based on Deep Learning Model The mechanism of innovation-driven emerging technology generation based on big data fusion in the perspective of technological self-reliance and self-improvement Analysis of the practice in college English listening teaching based on multimedia technology Construction material manufacturing in the context of artificial intelligence and its use in the construction of assembled buildings New Digital Infrastructure, Financial Resource Allocation and High Quality Economic Development in the Internet Era Graphic Design Optimization Method Based on Deep Reinforcement Learning Model Research on composite dynamic disaster prevention and control system of mine earthquake and shock in thick and hard rock mines Research on urban energy Internet planning based on fuzzy comprehensive method Research on innovative strategies of college students’ English teaching under the background of artificial intelligence Electromagnetic interference prediction technology of new energy motor drive system Analysis of interaction experience of sculpture product design based on perceptual machine model Research on the intelligent path of college students’ network ideological and political education based on big data mining technology Research on the application of PLC technology in electrical automation engineering Application of matrix multiplication in signal sensor image perception Analysing the variation of metadiscourse verb patterns in English academic papers from within and between disciplines Cyclic Convolutional Neural Network Model Based on Artificial Intelligence Impact of COVID-19 policy on stock prices of listed property companies Application of the ADDIE Model in the Teaching Practice of Basketball Skills Energy Efficiency Evaluation of HVDC Converter Station Based on Deep Neural Network Model Numerical Simulation and Characteristic Analysis of Music Based on Nonlinear Equations Títul Automatic Extraction and Discrimination of Vocal Theme Based on Quadratic Wave Equation Marginal Scale State Analysis of Cloud Computing Economy Based on a Class of First Order Differential Equations Computer-Aided Design of Hand-Drawn art Food Packaging Design Based on Deep Neural Network Model Innovative Development Model of Ideological and Political Education Under “Self-media” Based on Big Data Thoughts and Design of Ideological and Political Construction Based on the ADDIE Model VR-based computer maintenance practical training platform development design and application research Design and implementation of an integrated management system for discipline construction and postgraduate education in universities Research on innovative human capital for China’s economic development based on STI model In-depth analysis of the artistic expression of paper-cut elements in the design of boat space Construction and intelligent analysis of power grid physical data knowledge graph based on Internet of Things for power system Research on the effects of financial literacy on rural household credit constraint Research on educational resource recommendation system based on MRLG Rec Visual analysis of the trend of mental health changes among Chinese college students in the context of the normalisation of the new crown epidemic A study on the phenomenon of anaphoric correction in college students’ English conversation Design of fitness walker for the elderly based on ergonomic SAPAD model Research on the innovation of collaborative education model of scientific research and teaching in colleges and universities based on the theory of process reengineering The innovative path of diversified vocal music education reform in colleges and universities under the advanced educational concepts of China and the West Rhino application in ceramic packaging design teaching Analysis and countermeasures of cultivating independent learning ability in colleges teaching English based on OBE theory Influencing Factors of Ideological and Political Construction Work based on VSBPC Model Projection of Early Warning Identification of Hazardous Sources of Gas Explosion Accidents in Coal Mines Based on NTM Deep Learning Network Coupling Coordination of Long Triangle Digitization and High Quality Development of Manufacturing Industry based on Differential Equation The application of graph theory teaching method in ideological and political education of discrete mathematics Construction of a personalized learning platform based on genetic algorithm for specialized education in industrial colleges in the context of industry-education integration Analysis of the application of music curriculum education integrating modern network technology Evaluation of capability maturity of digital transformation of manufacturing industry in Yangtze River Delta based on SDAF model Online and Offline Audio-visual-oral English Teaching Model Construction Based on ARCS Research on new ways of ideological and political education in new era universities Application of ecological architecture in architectural design based on information technology integration Strategies for the implementation of aesthetic education in music teaching in colleges and universities under the threshold of big data RETRACTION NOTE Analysis of tennis techniques and tactics based on multiple linear regression model Automatic Detection of Transformer Health Based on Bayesian Network Model Application and value of painting technique in art education based on improved ARMA model 3D Virtual Art Design Method Based on ARCS Model Construction of intelligent terminal equipment for Electric Internet of Things based on edge computing model Analysis of bridge foundation pile detection based on convolutional neural network model Application of deep learning model in computer data mining intrusion detection Defect prediction of big data computer network based on deep learning model Analysis of News Communication Law Based on PSR Model Formative Assessment of College English Teaching Based on the CLA Model Research on the prediction method of string-supported dome cable force based on digital twin technology Exploring the innovation of visual communication design style based on artificial intelligence technology Study on the Synergistic Development of Chinese Traditional Villages Protection and Landscape Development Facilitated by Rural Revitalization Research on the evaluation system and teaching optimization effect of animation aesthetics education based on principal component analysis method Design and application of an online teaching platform for public sports tennis in colleges and universities based on discrete choice regression model Innovative Research on Deep Learning Algorithm in Intelligent Attractions Recommendation Technology Construction of a screening and evaluation system for anti-hepatitis B virus drugs based on quadratic exponential smoothing model An empirical analysis of the impact of Cross-border E-commerce on the competitiveness of SMEs based on the context of big data Research on computer network information image data processing based on machine learning Construction of preschool education resource sharing platform based on matrix model Application of animation design in the digital media art industry based on artificial intelligence technology An applied mathematical model based on discrete regression algorithm for computational prediction of blood collection volume Fractional Differential Equation in the Cost Control System of Cross-Border E-Commerce Optimization of innovative information-based teaching paths in college sports psychology based on principal component analysis Data Information Security Algorithm Based on Chaos and Hash Function Research on the innovative inheritance application of Guangxi minority elements in clothing design under the perspective of rural revitalization A study of English learning anxiety regulation strategies based on the deep learning model Application of power electronic circuit design based on BP artificial neural network in environmental monitoring Research on Curriculum Civic Education and Innovation and Entrepreneurship Education Reform in Undergraduate Universities under the Web-based Teaching Collaboration Platform Optimized reform strategy for quality education of Chinese language and literature education for college students based on information fusion technology Research on the innovation path of university library management and service under the background of big data Construction and practice of a standardized training system for outpatient clinics based on the cultivation of TCM thinking Genetic algorithm-based analysis of heat production prediction in electronic devices Analysis of the Implementation Approach of University Budget Performance Project Based on Equity Realization Perspective A study of multimodal education and discursive reading model in English based on multidimensional cognitive information aggregation theory Teaching Effect Evaluation of Music Education Based on Partial Differential Equation Model Analysis of the effect of music on personal emotional experience and identification of psychophysiological signals The application of body symbols in contemporary art from the perspective of Da Vinci’s theory A Hybrid Stochastic/Robust Planning Model for Integrated Energy System Considering Multiple Uncertainties Railroad freight service quality evaluation system based on a logistic regression model The Design and Development of Network Multimedia Music Teaching Based on Multiple Linear Regression Algorithm Research on the relationship between investment in preschool education and economic growth in Chongqing Deep Learning-based Fuzzy Translation Problem in Chinese-English Epidemic News Reporting Innovation and application of digital reading model for college students based on deep learning model Study of trip card data analysis system under big data Construction of a text complexity grading model for English textbooks in the context of globalization Design and research of big data technology based on e-commerce platform A study of cultural differences in Sino-Thai translation based on big data analysis On the Application of Artificial Intelligence in Local Legislation Big data analysis based on the correlation between live-streaming with goods, perceived value and consumer repurchase Big data methods and news communication innovation from theoretical definition to operational route Design and Practice of Human Geography Field Teaching in the Age of Big Data The innovation path of virtual practice teaching in college Civics class based on the Ridge regression model Application of CAE for mold flow analysis in plastic molding mold design Intelligent control system of port turning line based on WITNESS software Symmetry Analysis and Exact Solutions of Extended Kadomtsev-Petviashvili Equation in Fluids The reform of university English education inspired by cultural differences between China and foreign countries Research on structural damage identification and localization based on artificial neural network New approach to regularise the perturbed two-body problem Analysis of the factors influencing the development of college students’ Civic Science course based on ISO model The development trend of music art based on content analysis method The construction of cross-regional cooperation innovation network governance system based on data fusion technology Analysis of the innovative development path of university civic education based on the era of big data On new aspects of Chebyshev polynomials for space-time fractional diffusion process Rural landscape design strategy based on deep learning model Innovative Development Path of E-Commerce and Civil and Commercial Law in the Information Age Based on Discrete Regression Algorithm Stability of equilibrium price-production of dynamic duopoly Bertrand–Cournot game in a transnational supply chain with asymmetric information Mathematical model on Type 1 diabetes and Healthy state: Mechanisms of β cells on the interaction between M1 and M2 MacrophagesScientific Training Model of Sports Tourism Based on Nonlinear Differential Equation The dilemma and path of rural college students returning to their hometowns for employment and entrepreneurship in the post-epidemic period under the background of big data Financial big data control and intelligent analysis method for investment decision of renewable energy projects Analysis of the dilemma of higher vocational thinking education in China under the background of “Internet+” Analysis of the current situation and development countermeasures of college sports training and management based on the background of artificial intelligence A Review of the Design and Enhancement of Pastoral Culture Creativity in Chinese Rural Ecotourism Research on Computer Network Security Protection Technology Incorporating Full Convolutional Networks Research on the Logical Turn and Practical Path of China’s High-Quality Economic Development in the Context of Digitalization Influencing factors of modern and contemporary decorative pattern design on users’ visual perception characteristics Construction machinery hydraulic transmission system fault analysis and elimination methods Optimization strategy of ideological and political education in colleges and universities based on modern information technology A Review of the Research on Labor Supply Effect of Active Aging Application of traditional cultural elements in landscape design Driving Model of Electronic Information System Based on Agent Modeling and Simulation Research on the path of high-quality development of the rural tourism industry driven by big data technology The application of cloud accounting in enterprise financial decision making in the era of big data Variable combinatorial gap-filling method for single-cell RNA-seq data Research on the development path of integration of rural sports culture and sports tourism in the context of big data Risk Assessment of Financial Markets in the Era of Big Data Based on Eviews Econometric Model Cost Control System of Cross-Border E-Commerce Based on Fractional Differential Equation Fourier transform-based electronic logic information processing architecture design The Development of Enterprise Management Innovation in the Digital Economy Era Based on the Schumpeter Model Neural Networks and Migration Learning Models in Sports Video Course Applications Research on performance evaluation and optimization of college budget management under the background of big data Risks and preventive measures for manufacturing enterprises in the Context of cloud accounting Research and application of Augmented Reality Technology and digital media Technology in mobile visual media Research on Information Visualization of Chinese Cultural Heritage Patterns in the Digital Perspective The modernization strategy of constructing teacher-student relationship in the new era of universities Research on optimal path planning technology for vehicle positioning and navigation system Construction and practice of training system for dance professionals based on OBE teaching model combined with Kinect motion capture technology The construction of environmental cost accounting system - based on ecological perspective Interactive experience of information visualization in mechanical design Analysis of tea culture communication path based on the principal component analysis method Programming application of contemporary jewelry design forms based on Grasshopper software Construction of a multimodal poetry translation corpus based on AdaBoost model Analysis of the practical education model and its value in the context of big data in university civic education Information Fusion Technology-based Approach to Mining Civic Political Elements in College Curriculum Design of a decentralized Internet-based control system for industrial robot robotic arms General Architecture of Sustainable Urban Spatial Development Model Based on Smart Cities Design of a mechanical automatic transmission system for automobiles based on torsional vibration damping Optimization of the quality management path of physical education teaching in colleges and universities integrating modern network technology Construction of a mathematical modeling teaching quality assessment system for universities based on Eviews model Research on Information Literacy Education Model in the Big Data Environment - A Case Study of six Hainan high school Libraries Innovative model of teaching in law experiment center based on LETS software Fuzzy PID control theory in multi-objective optimal longitudinal following of intelligent trolley A Study on the Implications of Critical Discourse Analysis Theory for College English Teaching in the Context of Big Data The Construction of “Party Building + Curriculum Civics” Education Model for Chinese Grassroots Party Organizations in the Context of “Internet+” The artistic aesthetic and cultural value orientation of 3D printing A multidimensional interpretation of Marxist theory based on a decentralized Internet perspective Research on key technologies for connected vehicle autonomous driving based on 5G big data Student management model of college student associations based on ant colony Algorithm Research on practical teaching of Ideological and political education based on VR technology in the information age The Construction of Cultural Translation Research System under Big Data Technology Analysis of factors influencing the development of Civic Education for senior students of Chinese party culture based on ISO model Research on the application of big data technology in enterprise project management An investigation into the practice of blended teaching in English courses based on the BOPPPS model Analysis of student management path optimization in higher education institutions with ISM Strategies for optimising chemical instrumental analysis methods based on the ADDIE model The improvement path of international Chinese education management in universities based on big data technology Analysis of the coupling correlation between environmental protection efforts and economic development level based on artificial intelligence technology Seismic finite element analysis of underground integrated pipe corridor based on generalized reaction displacement method Research on the construction and operation mode of smart city information service system based on IOT technology Innovative reform strategy of artistic practice of university folk dance education based on information fusion technology Biosafety management strategy based on multiple linear regression model Thinking about the strategy and practice path of modern agricultural industry development in the context of big data New ideas of precision teaching development based on the background of big data Design and research of news recommendation system based on perceptron model in big data era Combined application of employment education and big data internet technology based on the context of vocational education reform Research on structural damage identification and localization based on artificial neural network College students' innovation and entrepreneurship model based on probability theory statistics Research on the design and application of intelligent teaching management system of intelligent training room in the background of internet Innovation and entrepreneurship model of higher vocational college students based on probability theory statistics Analysis of distribution network planning with distributed power supply based on ELM algorithm A fuzzy mathematical model-based approach to customer-side energy management for power companies Research on the evaluation of the employment effect of Jiangsu artificial intelligence based on neural network on colleges and universities Rural Tourism Development Planning Based on Nonlinear Differential Equation Analysis of the properties of matrix rank and the relationship between matrix rank and matrix operations Strategies for Marine remote sensing target detection based on deep learning model and internal wave simulation imaging technology Construction of a smart grid load forecasting platform based on clustering algorithm Variation mechanisms of metadiscourse verb patterns in English journal articles from intra- and interdisciplinary perspectives Construction of a refined people management model for SMEs based on discrete regression algorithm Color and composition under big data technology: the art of visual communication in film art FPGA-based Intelligent Logistics Management for Universities Study on the design of old residential district landscape space renewal based on Cite Space from the perspective of big data Digital design and experimental testing of a compressor's suction muffler transmission loss A Study on the Impact of the Internet+ Era on Korean Film Consumer Culture SCP model based on the new energy vehicle collaborative detection configuration method research Research on the innovation path of teaching interior design majors in universities based on big data analysis The cardiovascular promotion of college taekwondo based on fractional differential equation A Systematic Study of Intercultural Listening Strategies in Higher Education Institutions in the Context of Big Data Analysis and research on the economic benefits of employee labor in enterprises in the context of the Internet Design and application of an intelligent communication platform for aesthetics education for internationalization The boundedness of functional differential equations of hospital financial software under information Multi-UAV Aerial Mission Intelligent Assignment Algorithm Based on LightGBM Model Deep learning model-based brand design 3D image construction The Evolution of Marxist Theory of Financial Capital in the ACC Payment Model The character image setting of 3D animation works based on Poisson equation The Impact of College English Teaching on Improving Students’ Writing Effectiveness in the Context of Big Data Research on the interaction between university physical culture education and college students’ physical exercise in the context of big data Innovative research on the construction of experimental teaching platform of economics and management in colleges and universities based on the background of big data The optimization path of core literacy of innovative talents in universities based on the improved Markov model Analysis of the innovation path of university education management informatization in the era of big data Research on visual recognition and positioning of industrial robots based on big data technology Coupled coordination analysis of green finance on economic growth based on big data Information technology system to promote drug production command supervision Exploring English-Chinese Translation Skills Based on Big Data Technology Decentralized Internet-based calligraphy education leads the internal development of aesthetic education in schools Research on the construction and effect evaluation of OMO mode of professional practical training teaching of landscape engineering technology based on virtual simulation technology Theoretical and practical research on mathematical modeling of economy and finance based on artificial intelligence Calculation and evaluation of similarity in sports information resources based on combined algorithm Research on personalized Japanese language teaching model based on big data technology A multidimensional interpretation of Marxist globalization theory based on decentralized internet Analysis of the improvement path of English listening and speaking ability based on big data technology Study on the absorption technology of distribution network with high-proportion distributed power supply Application of BOPPPS teaching model in online and offline blended teaching of college Public Basic Mathematics Information Development and Student Talent Cultivation of Modern Chinese Language and Literature in the Context of Big Data The application of communication art in tea packaging design under the modern aesthetic perspective Grouting reinforcement strategy for tunnel sand layer based on BP neural network Multimodal discourse analysis of automotive websites Research on university laboratory network security based on Cloud Computing Optimization of journalism communication digital education ecology based on SEM model Títul Mobile visual media design based on digital media technology and augmented reality Spatial planning layout design of national land in the context of rural revitalization based on MOLA model Influence of 3D characters image transfer on animation drawing based on detail feature preservation Títul Sports consumption behavior and consumption demand of urban residents in the context of “Internet+” A study of investment decision behavior based on risk analysis Theoretical Innovation of English Teaching Methodology Based on Continuous Discretization Method The use of graphic design elements in commercial architectural design in the context of intelligence Study on the influencing factors of the development of art education in colleges and universities based on the deep learning model Research on the modernization of the spirit of marathon sports culture based on information dissemination mechanism Evaluation mechanism of local universities’ faculty construction based on SOAP technology Analysis of factors influencing social responsibility in private education industry based on multimodal discourse analysis model of big data An analysis of the cultural heritage of traditional Chinese festivals based on the perspective of big data A Markov Chain Prediction Model Based on Rural Tourism Supply and Demand Matching Governance Model from the Perspective of Cultural Tourism Integration Research on the mechanism of cultivating the English listening ability of college students based on the background of big data Study and experimental analysis of the effect of static stretching combined with resistance training on neck and shoulder syndrome in college students in the context of big data Reform and innovation of saxophone teaching mode in colleges and universities based on Bayesian model An empirical analysis of the evolution of piano performance skills based on big data Media-based information display in university libraries based on a generalized differential equation numerical method Exploring the path of high-quality development of teacher education and teaching based on collaborative filtering algorithm Research on detection of parking space based on the combination of magnetoresistance and microwave radar sensor under IoT platform Research on sustainable development mechanism of regional ‘Artisan Workshop’ under big data environment Innovative Teaching Strategies for Aesthetic Arts in Higher Education Institutions Based on Big Data Technology Application of hybrid kernel function in economic benefit analysis and evaluation of enterprises The analysis method of the impact of missing audit information on the securities investment decisions based on Logistic regression models Research on the close-range photogrammetry accuracy of 3D digital interactive platform of Hunan intangible cultural heritage Research and implementation of visual question and answer system based on deep learning Títul Research on Wireless Network Coverage for Transformation and Upgrading of Exhibition Management with Artificial Intelligence Technology Study on the application of multi-angle imaging related technology in the construction process The combination application of Civic Education and Big Data Internet Technology based on the background of college education reform Economic statistical strategies for the transportation industry based on time-varying parametric state space models The digital economy is an important path to boosting common prosperity Public Management Model Based on Mathematical Equation of Statistics of Probability Theory Optimization path of corporate ESG performance and compensation performance management under carbon neutral target New anergy tide control strategy based on Eviews econometric model Optimization of vocal singing training method based on intelligent big data technology The construction of blockchain platform for engineering museums based on vectorized image processing technology Green supply chain innovation management strategy based on the combination of low carbon economy and e-commerce with big data technology Numerical simulation analysis of load-bearing capacity at joints of symmetrical cantilever-assembled bridges based on the logistic regression model Research on the current situation and countermeasures of cultivating talents in recreational sports under the perspective of artificial intelligence The Construction of a Coordinated Integration System of Rural Tourism and Habitat Environment in China Based on Coupled Coordination Degree Model Multi-objective Evolutionary Algorithm Supported Construction of Architectural Window Design Model Based on Visual Comfort - A Case Study of Office Buildings in Cold Regions Optimization analysis of cross-border e-commerce marketing strategy based on the SCOR model Construction and implementation of teacher support services model under “5G+Smart Education” Probabilistic neural network-based diagnosis of blockage faults in air conditioning and refrigeration units The Meaning, Value, and Realisation of Internet-based Culturally Responsive Teaching Analysis of digital humanistic knowledge production based on natural language processing Design of language assisted learning model and online learning system under the background of artificial intelligence An experimental study of the carbohydrate exchange method combined with aerobic exercise to intervene in the physical health of obese college students Design of a text evaluation and interaction system for university English textbooks based on a perceptual machine model in the context of globalization Comparative analysis of CR of ideological and political education in different regions based on improved fuzzy clustering Research on loyalty prediction of e-commerce customer based on data mining The use of red cultural and creative design in tourism cultural and creative design based on the background of big data Innovative measures of student management by counselors in higher education institutions under a big data environment Digital terrain interactive editing technology for landscape planning and design based on deep learning LightGBM model applied in the teaching course of Civic Education integrating red culture Research on personalized recommendation method of preschool e-learning resources Key technology research on decentralized Internet-based smart agriculture platform Optimization of cross-border e-commerce marketing strategy based on deep learning model An innovative study of art teaching strategies for preschool children based on big data analysis The function of ideological and political education of campus culture in the context of big data and its realization path The use of new media technology in the creation of media animation under the threshold of big data Research on the construction of early warning model of customer churn on e-commerce platform Research and Development of “Gathering Green” Digital Cultural and Creative Collection Creative Platform under the Technical Support of Big Data and Advocacy of Rural Revitalization: A Typical Practice Based on Qingdao Coastal Villages Evaluation and prediction of regional human capital based on optimised BP neural network A Regionalization Study of Market-Based Allocation of Data Factors in China A study of local smoothness-informed convolutional neural network models for image inpainting IoT-based interaction design of smart home products for elderly families A multidimensional interpretation analysis of Marxism globalization theory based on distributed Internet Strategy for financing mode optimization in international trade supply chain based on deep learning model Early warning and detection of geological disasters based on intelligent genetic algorithm Exploring the Application of Modern Fine Arts Artistic Modeling and Color in Modern Art Design Based on Information Fusion Technology Decisions of competing supply chain with altruistic retailer under risk aversion Research on China’s tourism marketing model in the data perspective: based on ecological perspective Research on human resource management performance evaluation based on BP algorithm Problem identification and solution of voice change phenomenon in vocal singing based on the AHP method A study on the effect of music on college students’ depression and anxiety based on big data analysis Inferring the role of fiscal decentralization and carbon taxes through the ARDL approach Some Necessary Conditions for Feedback Functions of de Bruijn Sequences A new model of tax governance in the context of the integration of traditional industries and the digital economy Improvement of the financial management supervision system of universities in the context of big data Analysis of the current situation and teaching strategies of university table tennis teaching in the context of big data Fractional Differential Equations in Sports Training in Universities Current situation and training strategies of preschool students’ skills in the Internet era Construction of sustainable development professional cluster in private universities based on data mining model 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 Innovative cultivation path of great craftsmanship based on logistic regression model AdaBoost model-based rural governance co-integration and sharing mechanism Research on Fault Prevention and Maintenance System of Automatic Substation Primary Equipment Based on Decision Tree Algorithm The construction of innovation system of college physical education reform based on Bp neural network The Construction of Cultural Identity in Multimodal Discourse Analysis under the Perspective of Media Convergence Analysis of the impact of college students’ innovation and entrepreneurship on human resource index of science and technology enterprises based on logistic regression model Research on online and offline double-loop teaching of college students’ mental health education based on cluster analysis algorithm Noise Reduction of Cable Partial Discharge Vibration Signal based on EEMD-CIIT method Application of image processing technology based on hierarchical analysis in visual communication system Analysis of the influence path of Marx’s thought in contemporary college students’ Civic Education based on regression analysis A study on the influence of soccer culture on physical education in China's universities based on linear regression analysis Research on the cultivation mechanism of “double-creative” talents in ethnic regions with the integration of industry and education in the context of the Internet Reform and innovation of Civic Education combined with deep and intensive learning Research on the organization of public space relations in commercial complex buildings in the context of big data A hybrid online and offline teaching model of professional English for Internet+ education platform The use of traditional Chinese elements in modern interior design in the context of multimedia A Study on College English Reading Teaching for Multimodal Teaching Model Application of biofilm-membrane bioreactor in municipal wastewater treatment Research on Tourism Environment Carrying Capacity Evaluation of Tourism Demonstration Area Based on Objective Optimization Method in the Perspective of Territorial Tourism Regional Logistics Routing Optimization System Based on Fractional Differential Equation Modeling Orientation and triage of preschool students’ interest development based on deep learning model Exploring a hybrid online and offline English teaching model based on model hierarchy analysis AHM-FC Model in the Evolution Analysis of Ideological and Political Subjects System Construction of Intercity Culture and Xinjiang Music Integration in the Context of “One Belt, One Road” Based on SCP Model Simultaneous localization and mapping of mobile robots with multi-sensor fusion 3D Scene Simulation System of Japanese Teaching Based on Finite Element Equation Assessment of tax-related risks in corporate betting agreements based on vector autoregressive model A deep learning model-based approach to financial risk assessment and prediction Multi-Governance of Basketball Event Organization in Ethnic Areas Based on PESTEL Analysis Model Design of a linear regression model-based Internet exit anomaly detection method Building Tilt Scanning Measurement Based on Binary Linear Regression Analysis Exploring the application of composite materials in ceramic design based on fuzzy numerical analysis Construction of law and economics litigation service platform based on multimedia retrieval Application of motion capture technology based on dance big data in dance retrieval Research on the innovative development model of ideological and political education based on big data and self-media environment Design of WeChat Public Service System for Toilets in Tourist Attractions Based on Adaptive Recommendation Algorithm The Innovation and Application of Computer Multimedia-assisted Teaching Methods in College English Teaching Research on the immersive multimedia virtual interactive experience technology of the Great Wall World Heritage based on VR vision system Deep learning-based fault diagnosis and localization method for fiber optic cables in communication networks Effect of low-intensity exercise therapy combined with health education on quality of life and blood pressure in hypertensive patients A Study on Innovative Teaching Strategies of English in Universities Based on VAR Model Research on the construction of enterprise financial management information based on feature set Research on the integration and innovation of red culture and ideological and political education in universities in the new media era Analysis of the impact of ADDIE education model based on logistic regression model on teaching contemporary cultural and creative product design Exploring the Construction and Practice of College English Blended Teaching Model Based on Fuzzy Comprehensive Teaching Evaluation Model Research on the optimization of prefabricated building preset scheme integrating BIM technology and BiLSTM model Research on practical education model of mental health development of college students in higher education institutions in the context of big data Correlation analysis between the quality of physical activity and public health based on artificial intelligence technology Badminton players’ trajectory under numerical calculation method Evaluation of the Integration Path of Ideological and Political Elements in English Major Courses Based on the ADDIE Model Application of multiple regression models in the analysis of kinematic parameters in competitive gymnastics Research on the structure of corporate financial management objective system based on BRP method Analysis of the influencing factors of college students’ mental health literacy based on multiple linear regression model Scale and efficiency of China’s radiation industry based on LightGBM model Analysis of the effectiveness of short video news dissemination based on data mining technology The construction of a mathematical model for college English interactive distance teaching Application of Data Mining Algorithms in Power Marketing Predictive Analytics Analysis of music teaching technology based on a data mining model Research on the Development of Young Teachers’ Informatization Teaching Ability in Universities Based on Big Data Technology Interactive texture replacement of cartoon characters based on deep learning model Application of Multiple Linear Regression Model in the Sustainable Development of National Traditional Sports Analysis of improved particle swarm algorithm in wireless sensor network localization Analysis of using big data to achieve precise employment of college students Exploring Innovative Strategies for Teaching English in Higher Education with the Support of Big Data The Origin and Significance of Research on Music Education Reform and Talent Cultivation Based on Evaluation Index Analysis of media content recommendation in the new media era considering scene clustering algorithm Study on the optimization of the cultivation path of finance professionals in universities in the digital era The generalized matrix equation for systematic evaluation of oral Russian self-study The application of computer VR technology in physical education Research on the method of ideological and political education in college physical education based on knowledge mapping Evaluation of Corporate Social Responsibility and Core Competitiveness Based on GA-SVM Model Gymnastic movement recognition based on support vector machine classification model Research on the construction and reform path of online and offline hybrid English teaching model based on time series Extraction of Design Factors of Chinese Dance Culture based on Analytic Hierarchy Model Cultural and artistic dissemination of traditional Chinese silk patterns in the 17th-18th centuries in the context of big data Application of traditional symbols in interior decoration based on VR technology Theory of physical education ecosystem based on SFIC model Research on the integration of online teaching resources in higher education institutions under the perspective of industry-education integration The integration of flipped classroom into university physical education teaching reform practice from the perspective of multimedia The Analysis of the Expression Form of Ideological and Political Elements in Philosophy Courses Based on Multimedia Information Fusion Strategy Diversified Integration of Civics Teaching Resources in Universities Based on Discrete Regression Model Study on the rehabilitation training effect of exoskeletal diseases based on the skeletal muscle geometry modeling method Exploring the teaching practice of visual communication design in colleges and universities under the background of big data Dance Rehearsal System Based on Linear Partial Differential Mathematical Equation Big data-based output-oriented teaching competency development for mathematics teacher trainees Research on dynamic detection method of bridge vehicle load based on optimization algorithm Deep Learning Based Sports Video Classification Research Design of energy big data and carbon emission monitoring system based on perceptron model in the context of carbon neutral and carbon peaking A model of online opinion dissemination based on vector autoregressive model of emotional information entropy Application of decision tree algorithm mining model in career planning goal simulation Multimodal construction of human movement dataset under the development of physical dance teaching in colleges and universities Visual Communication Design Method Based on Multimedia Information Processing Technology and Its Application Optimization of Teaching Path of Artificial Intelligence Programming Course in the Context of New Engineering Construction Application of short video recommendation technology in classical music teaching Reading promotion mode of university libraries in the context of information development The application of video text generation technology in assessing the effectiveness of teaching ethnic traditional sports Design of online art education system based on 3D virtual simulation technology Using Multimedia Information Retrieval Technology to Optimize the Strategies of College English Teaching Research on the current situation and development countermeasures of Chinese sports industry companies in the context of big data Study on the work-hardening behavior and tissue property analysis of high-strength magnesium alloy An innovative approach to teaching physical education integrating modern network technology Research on quality engineering management effectiveness improvement strategy of universities based on fuzzy clustering maximum tree algorithm Research on fault feature extraction and early warning of rolling bearing vibration signal of generator set Construction of customer-aware grid interactive service system based on neural network model Optimization analysis of transmission characteristics of wireless energy transmission system based on dynamic tuning algorithm Research on the construction of personalized learning system supported by big data in education Exploration of digital media art professional design talent class training based on K-mode algorithm Research on environmental impact assessment of ecotourism development oriented to cloud model Numerical simulation method of aluminum alloy heat treatment process based on BP neural network Research on digital transformation innovation of the exhibition industry in the era of big data A structural model of teachers’ teaching competencies based on multimodal affective features of support vector machines An analysis of the innovation strategy of student management in universities based on big data Research on information visualization for digital media design methodology based on big data technology Analysis on the innovative education mode of the integration of information technology and traditional teaching in the era of big data Research on the physical training of athletes in ice and snow sports based on big data Innovation and exploration of construction project management based on BIM platform of big data Rural tourism service design based on collaborative filtering algorithm after epidemic normalization The Planning & Designing of Urban Building Water Supply and Drainage Engineering in AI Era Innovation of China’s international trade methods based on the perspective of cross-border e-commerce Research on the influence factors and improvement path of rural e-commerce development based on neural network The theory of innovation and entrepreneurship education practice with the integration of modern information technology and new engineering Analysis of the technical and tactical evolution characteristics of college men’s soccer based on simulated annealing algorithm The effect of fitness qigong exercise on college students’ physical fitness based on big data technology Research on fabric yarn detection based on improved fast R-CNN algorithm A study on the management of big data technology in financial decision-making of enterprise cloud accounting Research on the innovation of the path of ideological and political education in universities based on data mining Exploring the application of virtual space in spatial design in the era of artificial intelligence Empirical evidence of coupling and coordination between circular economy and foreign trade based on big data Research on high quality development system of vocational education based on improved particle swarm optimization algorithm A strategy study based on artificial intelligence data analysis of rural governance into tourism industry development research Exploration of the innovative development path of university civic education based on data mining algorithm Study on the Flipped Classroom Teaching Model of “Business English Translation” in the Context of Big Data The Application and Exploration of Curriculum Ideology and Politics in the Innovation and Entrepreneurship Education of Medical College Students Based on Hierarchical Analysis Method Research on brand operation strategy of integrating traditional culture into the modern tourism industry based on big data analysis A Study on English Teachers’ Behavior and Teaching Effectiveness in Universities Based on Big Data Technology The Fit of Constructivist Teaching Theory and Foreign Language Teaching Reform in the Background of the Internet Era Research on intelligent recommendation algorithm of literature based on knowledge graph technology Heritage development of traditional culture in folk art education based on the decentralized Internet Research on the construction of sports statistics index system based on AMOS model Intelligent algorithm-based analysis of corporate financial decisions in the era of cloud accounting Bias detection and knowledge graph comparison analysis for medical record datasets The use of management accounting and financial accounting in financial management based on multiple linear regression algorithm Construction of intelligent practice system of college Civics teaching based on VR technology in the information age A Green Supply Chain Management Strategy for E-Commerce Based on Multiple Blockchain Technology Exploring Innovative Strategies for Teaching English to College Students Based on Data Mining Theory Application of nonlinear regression theory based on edge computing to mathematical modeling in universities The innovation path of agricultural products e-commerce marketing mode under the background of “live broadcast + short video” Coupling research of Confucianism and Chinese philosophy based on data mining model A Study on the Influence of Ecological Translation Theory on University English Translation Teaching in the Context of Big Data Analysis The construction of a localized teaching model of the Orff music teaching method based on big data analysis Exploring the reform of college mental health education based on multi-source data A study on the application of non-fiction writing in writing courses in local universities based on a decentralized Internet model Analysis of high quality collaborative development path of university civic education based on Rete’s pattern matching algorithm An Exploration of Chinese Language International Education Exchange and Cooperation Model Based on Random Forest Model Optimization of Teacher Incentive Mechanism and Policy Supply in Rural China Based on Judgment Matrix A Study on Risk Management of Commercial Banks’ Home Mortgage Loans Based on Risk Management Framework Research on multimedia intelligent algorithm based on recognition and detection of table tennis ball striking action A study on the application of creative writing in literature teaching based on multiple linear regression algorithm Analysis of the effect of user-understanding-based retrieval system improvement on the application of intelligent archive management The positive impact of increased government bailout on weakening corporate default risk Teaching reform and innovation of vocational development and employment guidance courses in colleges and universities based on random forest model Innovative Research on Synergistic Development of Digital Integrated Media and Visual Design Based on Kruskal Algorithm Analysis of the application of Internet multimedia technology in the mixed teaching of public physical education Modeling the connection between oil painting creation and university students’ inspiration in the context of “Internet+” Exploring the relationship between digital transformation of enterprises and “information infrastructure” in the new infrastructure perspective - based on industrial connection The cultivation system of cross-media narrative ability of scriptwriter talent based on cluster model Exploring the path of reforming college mental health education curriculum based on big data technology The path of optimizing and improving the teaching innovation ability of visual communication based on the SWOT model Research on the effective way of mental health education based on artificial intelligence technology The Structure and Influencing Factors of Students’ Innovation and Entrepreneurship Ability Based on the Structural Equation Model The Influence of Green Entrepreneurship Orientation on Enterprise Performance Based on the TPB Model Computer Security Active Defense Technology Based on Bayesian Model Visual Operation and Maintenance Monitoring of Power System Data Network Based on Neural Network Model Design Method and Application of Intelligent Sports Equipment Based on Stochastic Differential Equation Color Processing System of Art Color Based on Fractional Differential Equation Global efficiency estimation of complex networks and regional technological and economic development based on fractal network model DMAIC Model’s Relative Efficiency Analysis of Input and Output in Cultural Construction of University Library and Mental Health Education of College Students Integrated Operation and Maintenance of Power System Communication Based on the Markov Model Oscillation and Asymptotic Behavior of a Special Delay Third Order Nonlinear Neutral Functional Differential Equation Statistical Analysis of Export Waybill Data of Cross-Border E-Commerce Based on ISM Model The construction of teaching quality evaluation system of health management majors in universities based on information fusion technology Research on the effective guidance method of college soccer training activities based on SAQ training method Analysis of intelligent agent operation strategy of power system scheduling based on intelligent optimization algorithm A study on the measurement and standardized assessment model of student learning outcomes in vocational institutions Research on standardization and quantitative extraction of information of ancient building components based on BIM Innovative exploration of the implementation path of teaching reform of law courses based on Internet technology Building a “party building + political thinking” model for grassroots mass organizations in China in the era of big data Zagreb Connection Indices for Metal Trihalides The challenges of ideological and political education in universities based on the Internet environment and its optimization path Research and reflection on college physical education classroom teaching based on SSGAN model Analysis of power system scheduling operation mode based on multi-objective optimization algorithm Adaptation of the COVASIM model to incorporate non-pharmaceutical interventions: Application to the Dominican Republic during the second wave of COVID-19 Karnauph Classifier: A Hybrid Mathematical Model for Data Classification An Improvement of Parameter Estimation Accuracy of Structural Equation Modeling using Hybridization of Artificial Neural Network in the Entrepreneurship Structural Model Mathematical model for portraits of members in large-scale department stores Analysis of the Innovation of University Students’ Education Management Based on the APT Model Construction of College Vocal Music Innovation Teaching Mode Based on ARCS Model The Clustering Effect Analysis of College Marxist Theory Network Propagation Based on Ant Colony Intelligent Algorithm Effects of Aerobic Training on Body Function Based on Multiple Linear Regression Analysis Research on the cultivation path of craftsmanship in university education based on fuzzy hierarchical analysis Research and strategy of university education and teaching reform based on intelligent education platform Limit cycles of a generalised Mathieu differential system The nonlinear effects of ageing on national savings rate – An Empirical Study based on threshold model Research on Hazard Analysis and Control Strategy of Power System Dispatching Operation Based on Information Fusion Technology Exploring the online interaction model of college English based on deep learning network Research on the identification and integration of folk dance creation elements based on big data technology Research on the path of high-quality development of tourism in Hainan based on international comparison Virtual Museum Scene Design Based on VRAR Realistic Interaction under PMC Artificial Intelligence Model Research on the artistic expression form of traditional cultural imagery in sculpture modeling based on DE-GWO model Construction Cost Control and Management Based on Mapping Model and BIM Research on innovative cultivation mode of English and American literature translation talents based on internet environment Improved K-SVD Model in Higher Vocational Physics Teaching Research on the quality control strategy of marine engineering based on big data technology Dance Emotion Characteristic Parameters Based on Deep Learning Model Analysis of energy storage capacity optimization of distribution network based on quadratic planning algorithm under large scale DG access BIM Model Design of Deep Foundation Pit Engineering Based on BP Network Civic education reform based on deep reinforcement learning model Analysis of quantitative management of online intelligent monitoring of tailing ponds based on the perspective of safety prevention and control The Innovative Development Model of Ideological and Political Education Based on Big Data and We Media Analysis of rural tourism culture advertising content based on LSTM-CNN model Construction of network mathematics model for college English mixed teaching Optimization of college physical education curriculum based on G-DINA Strategic Policy Innovation of Regional Development Strategy Transformation in the New Era Based on Progressive Differential Model Optimization of local ethnic music teaching transmission path based on logistic regression model Vocational Education Agglomeration Promoting Innovation and Entrepreneurship Based on Spatial Dubin Model Exploring the Construction of Curriculum System of Theater and Film Studies Based on ADDIE Model Innovative research on propagation modes of short video works based on digital technology Analysis of the effect of compound training for explosive power on improving the psychological resilience of football athletes Construction of feature extraction model for machine foreign language translation evaluation system Exploration on the path of ideological and political education and cultural education in colleges and universities from the perspective of red culture Effect evaluation of ideological and political guidance in university party construction based on hierarchical analysis model Analysis and Evaluation of Ecotourism Resources in China Based on RIAM Model Can policy coordination facilitate unimpeded trade? An empirical study on factors influencing smooth trade along the Belt and Road A study of interactive furnishing design in the context of digitalization with a view to functional requirements A study of Japanese language sense and evaluation based on the basic structure of sentence S-V-O Research on design of customer portrait system for E-commerce A practical investigation of cultivating students’ art innovation ability based on word vector model Research on rule extraction method based on concept lattice of intuitionistic fuzzy language Prediction of mechanical equipment fault diagnosis based on IPSO-GRU deep learning algorithm Application of data mining model in English text writing training system Challenges and content structure optimization of ideological and political education in universities based on structural equations Design and evaluation of intelligent teaching system on basic movements in PE A Hierarchical Analysis Structure Model for the Integration and Optimization of Sports Industry Digitalization and Tourism Industry Exploration of the system of evaluation system of university teachers’ titles based on blockchain technology Exploration and Practice of College English Reading Teaching Reform in the Context of Deep Learning Construction of an economic environment scheduling system based on the multi-objective fuzzy optimization model Analysis of the evolution of modern Chinese history based on data mining Statistical Analysis of Advanced Mathematics Teaching Quality Evaluation Based on Quantile Regression Model Analysis of music teaching technology based on a data mining model The curriculum optimization exercise system of college physical aerobics based on partial differential equation Prediction of Cyberspace Security Data Based on the Markov Chain Model Scheduling Optimization of hotel supply chain based on heterogeneous multipopulation ant colony algorithm The application of multiple regression model in interactive English classroom teaching Sports Talent Training System of Sports Aerobics Based on Fractional Differential Equation Analysis of the fusion development of traditional culture concept and interior art design based on 3D scene analysis Research on evaluation system of cross-border E-commerce platform based on the combined model Financial customer classification by combined model Influence of displacement ventilation on the distribution of pollutant concentrations in livestock housing New Green’s Function Method for Solving Underground Oil Seepage Problems The zero-Hopf bifurcations of a new hyperchaotic system Retraction: Wei, Wei and Lu, Liu. “The influence of X fuzzy mathematics method in basketball tactics scoring” Applied Mathematics and Nonlinear Sciences, vol.7, no.1, 2022, pp.677-684 Retraction of: Pan, Liurong, Alshalabi, Riyad, Li, Pingfen, Naminse, Eric Yaw and Tan, Fuqiang. “Analysis of digital humanistic knowledge production based on natural language processing” Applied Mathematics and Nonlinear Sciences, vol.0, no.0, 2023, pp.-. https://doi.org/10.2478/amns.2022.1.00029 Retraction Retraction: Retraction of: Mundewadi, R. A. and S, Kumbinarasaiah. “Numerical Solution of Abel's Integral Equations using Hermite Wavelet” Applied Mathematics and Nonlinear Sciences, vol.4, no.2, 2019, pp.395-406 A new expansion auxiliary equation method for traveling wave solutions of the simplified MCH equation and the ZKBBM equation Geometric Properties of a Linear Complex Operator on a Subclass of Meromorphic Functions: An Analysis of Hurwitz-Lerch-Zeta Functions Retraction Study of Enterprise Resource Optimization Scheme from the Perspective of Knapsack Problems