Abstract

With the increasing development of electronic computers and the popularization of computer technology, management systems have been widely used in the society. With the continuous improvement of the teaching system, the methods of education and teaching are also quietly changing, especially in the field of higher vocational education. Due to the characteristics of vocational education, it makes “training project progress control” and “teaching resource integration” the teaching requirements of “distribution,” “strictly restricting daily work habits,” “improving professional quality,” and “teachers’ effective control of the quality of students’ personal projects” that have become increasingly urgent needs in vocational colleges. There is a certain gap between the standards and quality of talent training in our country’s applied undergraduate colleges, and the society’s requirements for high-skilled talents and practical teaching in applied undergraduate colleges are a necessary condition for cultivating high-skilled talent. This subject research takes the mechanical manufacturing professional practice teaching system as the research object, conducts in-depth investigation and research in applied undergraduate colleges, explores the status quo of the mechanical manufacturing professional practice teaching system of applied undergraduate colleges, and analyzes the reasons for the problems. In this study, six classes of mechanical manufacturing majors in six applied undergraduate colleges were selected as the experimental group and the control group for comparison. The experimental group adopts an embedded mechanical manufacturing professional teaching system based on deep learning. In daily teaching, the control group used traditional teaching methods to learn. The questionnaire understands the role of the embedded machinery manufacturing professional teaching system in teaching from four aspects: practical teaching curriculum, practical teaching content, practical teaching equipment, and practical teaching teachers. Experiments have proved that more than half of the people think that the teaching effect of the current mechanical manufacturing professional practice teaching courses is average; only 17.18% think that the classroom is good, and 24.36% think that the classroom is poor. This shows that the construction of similar engineering professional practice is in line with the major itself, and the teaching system has theoretical guiding significance, which is conducive to the seamless connection of mechanical manufacturing majors and industrial positions in applied undergraduate colleges; it is conducive to continuously improving the core competitiveness of mechanical manufacturing majors in industrial and applied undergraduate colleges.

1. Introduction

In recent years, as the country vigorously develops vocational education, vocational education has achieved unprecedented development, but talent training still cannot meet the changes in job requirements of industry, enterprises, and the needs of social and economic development. Application-oriented undergraduate colleges and universities are particularly prominent in mechanical manufacturing. On the one hand, the technology, skills, and literacy of students trained by the school cannot meet the requirements of enterprises for talent. On the other hand, for the rapid updating and upgrading of machinery industry technology and the large demand for talents, the contradiction between the quantity and quality of school personnel training has become increasingly prominent. The fundamental reason lies in the fact that applied undergraduate colleges ignore practical teaching and lack the necessary conditions for students to carry out practical teaching. In other words, it is the consequence of the imperfection of the practical teaching system. However, as far as the current level of vocational education is concerned, if a large amount of innovation is not carried out, it will inevitably result in a shortage of highly skilled talents to meet the requirements of the machinery industry for talent standards, and such vocational education can be sustained.

At this stage, for domestic schools that have opened machinery manufacturing majors, many schools have used CAD teaching software. The current simulation system has relatively large functional limitations and cannot be effectively integrated with other multimedia equipment. It is often used in the teaching process. The functions of uploading courseware and downloading materials are not available. Posadas H pointed out that the problems existing in practical teaching in applied undergraduate colleges include outdated concepts of practical teaching, outdated practical teaching equipment, lack of characteristics of practical teaching materials, and the construction of teaching staff for practical teaching that needs to be strengthened [1]. Shen Z believes that, to improve the practical teaching management level of applied undergraduate colleges, the following approaches should be adopted: clear practical teaching objectives of mechanical manufacturing, and timely grasping industry needs and industry frontier information, to enrich the content and methods of practical teaching [2]. Diamond S believes that the goal and philosophy of practical teaching in applied undergraduate colleges should be to improve comprehensive professional ability; in terms of teaching conditions and guarantees, we should focus on the construction of teachers, teaching materials, and training bases [3].

Since the end of the last century, foreign countries have begun to study distance education and training based on computer technology and virtual reality technology. For hardware equipment, simulation equipment is used to replace them, and computer technology is used as the premise to simulate the appearance and function of traditional equipment, realizing the resource data sharing of the system. Ellis DE believes that practical teaching in applied undergraduate colleges should be based on professional competence requirements and establish a target system and build a content system centered on enriching practical teaching [4]. At the same time, it should build a school-enterprise collaborative teaching operation and management system and optimize professional competence as the leading multievaluation system. Garud R pointed out that the construction of the teaching system of applied undergraduate college’s needs to be oriented towards cultivating students’ ability, and the specific ability requirements of the profession or industry should be run through the practical teaching system [5]. Hebda believes that it is necessary to build a platform that can support practical teaching in applied undergraduate colleges, and it should build an information resource database based on network sharing; integrate resources to build a practical teaching environment suitable for applied undergraduate colleges; and strengthen the full training of practical teaching teachers [6].

This article mainly analyzes the basic content of basic courses for the major of mechanical manufacturing. Study the current teaching status and existing shortcomings, explore ways to use modern educational technology to reform the basic courses of machinery manufacturing, and rebuild a new teaching content system. According to the reconstructed teaching content system of the basic courses of mechanical engineering, under the guidance of modern education thought, teaching theory and learning theory, combined with the development, design principles, and basic theory of the network teaching system, explore the ideal teaching structure and learning under the network environment mode and optimize the design of the network teaching system for basic courses of mechanical engineering. This subject research takes the mechanical manufacturing professional practice teaching system as the research object, conducts in-depth investigation and research in applied undergraduate colleges, explores the status quo of the mechanical manufacturing professional practice teaching system of applied undergraduate colleges, and analyzes the reasons for the problems. The questionnaire understands the role of the embedded machinery manufacturing professional teaching system in teaching from four aspects: practical teaching curriculum, practical teaching content, practical teaching equipment, and practical teaching teachers.

2. Teaching System of Embedded Mechanical Manufacturing Specialty Based on Deep Learning

2.1. Deep Neural Network
2.1.1. Deep Neural Network Algorithm

Deep learning is currently the most valuable research direction. It is characterized using big data to process signals, which is extremely complex. In this case, it will lead to data redundancy, so deep learning is used to solve such problems [7].

The training data represents dimensional input vectors. For a deep neural network with hidden layers, and , respectively, represent the weight and bias of the layer [8, 9]. Suppose that the output of the layer is , and is the input of the network. A training sample is input from the input layer, and the feedforward operation of the network can be written as represents the activation function of the neuron. The output of the network is defined aswhere b represents the corresponding parameter. Among them, , are data labels. Then, each data in the training sample is learned so that the DNN can find a parameter to make the loss function as small as possible [10].

2.1.2. Stacked Autoencoder

The output of the layer is . The training sample is sent to the layer autoencoder for encoding and decoding, which can be written as

Among them, represents the parameters of the layer autoencoder. Feature extraction is performed by minimizing the training error between the original data and the reconstructed data, as follows:

(1) Sparse Autoencoder. The sparse autoencoder includes the sparse constraint of hidden layer activation, which is realized by adding KL divergence term to the objective function:

Among them, is the number of neurons in the hidden layer, and the KL divergence term can also be described as the relative entropy, denoted as

(2) Shrink Autoencoder. A rule item is added to the error function of the autoencoder, mainly to suppress the disturbance of the training sample in all directions. Its mathematical expression is

Among them, is the hidden layer output Jacobian matrix with respect to the weight , represents the square of the Jacobian matrix norm, and the feature of the hidden layer indicates that it is robust to small changes in the input value [2].

2.1.3. Clustering

(1) Self-Organizing Mapping Network. In the training process, the input data is sent to the network through the neurons in the input layer. Input data , where represents the number of input data [3, 4]. In the training process of time , randomly select the training sample from the training data. If the output layer neuron is the winning neuron, then

Among them, is the distance measurement function, and is the number of neurons in the output layer. Then, use the update rule to modify the weight vector of the winning neuron as follows:

Among them, is the variable learning rate, which gradually decreases with the increase of time.

(2) Gaussian Mixture Model. Regardless of the regularity of the data, multiple Gaussian models based on Gaussian probability density functions can be used for fitting [11]. The Gaussian mixture model refers to a probability distribution model with the following form:

Among them, represents a dimensional continuous value data vector, is the number of models, is the probability of being selected for the category in the sample set, and . is the Gaussian distribution density, representing the Gaussian model component, and its function is expressed as

Among them, , mean , and variance .

According to the transformation [12, 13], GMM can be expressed as

Take the logarithm of the GMM likelihood function, and maximize its log likelihood function as follows:

The above-mentioned expression regarding the nonlinear function of parameter cannot directly maximize the parameter but uses the maximum likelihood parameter estimation iteration to obtain an expectation maximization algorithm in a special case [14, 15]. The number of clusters is preset in the clustering, and then the variable is introduced to represent the probability that the training data comes from the model, and the posterior probability is calculated as

In each EM iteration, to ensure the monotonic increase of the parameter likelihood value, the following reestimation formula is used:

Among them, , , and , respectively, point to any element in the quantities , , and [16].

2.2. Construction of the Curriculum Auxiliary Teaching System
2.2.1. The Specific Design Strategy of the Curriculum Auxiliary Teaching System

First, the layout should be reasonable, and the overall style should be consistent. Each interface may have a different style, but the overall layout should be reasonable, and the style is the same. The position of the text box should be moderate, the color matching should be coordinated, and the intervention of pictures, movies, and animations should be coordinated with the text box [17, 18]. Generally, the interface design should properly arrange teaching information, operation information, and clearing methods on the screen. To attract the attention of students, you can use reverse display or flashing. The way of clearing information on the screen cannot be ignored. A good way to clear the screen will increase the beauty and stimulate students’ interest in learning.

2.2.2. Training Goals and Characteristics of Machinery Manufacturing Majors

With the rapid development of modern manufacturing, the machinery manufacturing industry has become the pillar industry of the secondary industry, and it has also promoted the changes in the connotation and extension of the machinery manufacturing profession [19, 20], which is prominently manifested in the demise of low-tech jobs and the increase in high-tech jobs, Enterprises have very high requirements for these new professional positions, and the difficulty of vocational education for mechanical talents is greatly increased. Under this new situation, through these basic courses, students will be trained to master the theoretical knowledge of the major, strengthen the vocational skills training of students in applied undergraduate colleges, and maintain and improve students’ process design, processing, testing technology, and management ability, equipment maintenance capabilities.

2.2.3. The Nature of Machinery Manufacturing and Its Teaching Rules

The machinery manufacturing profession trains application-oriented high-skilled talents. Specifically, it trains professional skills rather than academics, and process-based management rather than design-based management professionals. Teaching requires the application of basic theoretical knowledge and the cultivation of practical ability, and the teaching of professional courses should be more targeted and practical [21]. Therefore, the mechanical manufacturing profession should emphasize the applicability and adaptability of the talent model.

2.2.4. Based on the Current Level of Technological Development of Knowledge Economy

The progress of science and technology shows the latest knowledge and scientific achievements, reflects the deepening of human cognition, and is timely incorporated into the core content of vocational education [22]. Various teaching methods emerge one after another. In the continuous enrichment and renewal of teaching activities, advanced technologies such as computer-aided equipment, electronic teaching materials, library network resources, and academic database are applied to practical vocational teaching, breaking the previous traditional teaching mode and breaking through the obstacles of region, time, and space, so that the teaching materials of applied undergraduate colleges must adapt to these changes. Application-oriented colleges and universities must change their training objectives and enrich the curriculum model according to the actual needs of the school.

3. Experimental Design of the Teaching System for Embedded Mechanical Manufacturing

3.1. Test Subject

In this study, six classes of mechanical manufacturing majors in six applied undergraduate colleges were selected and set as the experimental group and the control group for comparison. The experimental group used the deep learning-based embedded mechanical manufacturing professional teaching system for daily teaching, and the control group used traditional teaching methods. These students spent roughly the same time learning the mechanical manufacturing course [23]. After the application research was over, a total of 300 questionnaires were distributed to all students, all of which were recovered. The results of the statistical questionnaire were analyzed. The questionnaires included practical teaching curriculum settings, practical teaching content, practical teaching equipment, and practical teaching teachers. Understand the role of embedded machinery manufacturing professional teaching system in teaching in all aspects.

3.2. Experimental Method

This study uses the methods commonly used in social survey research to test the questionnaire and make supplements and modifications based on the results of the test and then issues the questionnaire. From the design of the questionnaire to the final determination and review of the questionnaire, it was all carried out and completed under the guidance of relevant experts and scholars. The research tool used in the questionnaire survey method is the questionnaire. This article divides the results of the questionnaire survey into 5 grades to score. Among them, grade 1 means completely disagree, grade 2 means no objection, grade 3 means disagree, grade 4 means agree, and grade 5 means cannot agree more. Score is to judge the degree of agreement with this point of view.

3.3. Establishment of the Model Evaluation Index System

According to the basic characteristics of the viewpoint, the evaluation indicators can be divided into three levels. The first and second levels cannot directly reflect the value of the viewpoint, while the third-level indicators can be used as the basis for evaluation.

3.4. Statistical Data Processing Method

ImageJ 2x software was used to collect the images of Western blotting results, and GraphPad Prism 4 software was used for mapping and analysis. The experimental results are all expressed as mean ± standard deviation, and SPSS13.0 was used for statistical analysis. P < 0.05 indicates that the difference is statistically significant.

4. Experimental Embedded Teaching System of Mechanical Manufacturing

4.1. Evaluation Index System Based on Index Reliability Testing

According to the experimental process, different indicators can be obtained as shown in Table 1:

It can be seen from Figure 1 that the data obtained from the settings of practical teaching courses, practical teaching content, practical teaching equipment, and practical teaching teachers have an acceptable impact on this experiment (α > 0.7). It can be seen that the scores obtained in this questionnaire survey are credible to a certain extent, and the results obtained this time can be further studied.

4.2. Survey Results
4.2.1. Analysis Based on the Setting of Practical Teaching Courses

Practical teaching courses are an effective carrier for applied undergraduate colleges to implement practical teaching. Without practical teaching courses, it is often impossible to implement practical teaching of mechanical design and production majors. The specific conditions are shown in Table 2.

Regarding the setting of practical teaching courses, 55.76% think that the total number of practical teaching courses offered by our school is less than 20%, and 28.37% think that the total number of practical teaching courses offered by our school is between 20% and 60%; only 15.87% think that the total number of practical teaching courses offered by this school is more than 60%. It can be seen that there are few practical teaching courses for mechanical manufacturing majors in applied undergraduate colleges, as shown in Figure 2.

The effect of existing practical teaching courses is also an important part of the practical teaching system.

Regarding the effect of practical teaching courses, in the survey, we found that as many as 56.13% of the respondents think that the effect of practical teaching courses is poor; 27.39% think the effect is fair; and 16.48% think the effect is relatively good. In the survey, when the practical teaching courses were reasonable, 46.73% thought that the rationality was relatively poor, 37.43% thought it was fair, and only 15.84% thought it was reasonable. The specific situation is shown in Figures 3 and 4.

4.2.2. Analysis Based on Practical Teaching Content

The types of practical teaching in applied undergraduate colleges should cover three forms of school, practical teaching, practical teaching, and productive practical teaching. The specific conditions are shown in Table 3.

Regarding the content of practical teaching, in the survey, we found that the main content of school practical teaching is still mechanical design professional practical teaching, followed by practical teaching, but the proportion is small, and there is almost no productive training. It can be seen from this that the productive training of mechanical design majors in applied undergraduate colleges needs further expansion, and the needs of the teaching content system have been completed. The specific situation is shown in Figure 5.

4.2.3. Analysis Based on Practical Teaching Equipment

The equipment used in the practical teaching courses of the mechanical manufacturing major of applied undergraduate colleges is the basis of practical teaching and the key factor for practical teaching. The specific conditions are shown in Table 4.

Regarding the issue of practical teaching equipment, during the survey, we conducted investigations and studies on the current situation, frequency of use, and permission of use of practical teaching courses. As many as 56.32% of the respondents believe that the practical teaching equipment for mechanical design majors is insufficient. 23.38% think the number of equipment is okay, and only 20.30% think the number of equipment is relatively large; the specific situation is shown in Figure 6.

4.2.4. Analysis Based on Practical Teaching Teachers

Practical teaching courses are different from general theoretical courses in applied undergraduate colleges, and, at the same time, different from general practical training courses. It is a teaching content that emphasizes the improvement of students’ practical ability. This requires teachers to be experts or practical ability experts. Experts and this type of teacher are the key direction of teacher construction in applied undergraduate colleges, and it is also the shortcoming of teachers. The specific situation is shown in Table 5.

Regarding the question of practical teaching faculty, in the survey, we found that 100% of applied undergraduate colleges and universities lack practical teaching curriculum teachers, especially excellent technical personnel with corporate work experience. When investigating the teaching effect of teachers in existing practical teaching courses, more than half of the people believed that the current teaching effects of practical teaching courses in mechanical manufacturing majors were average. Only 17.18% thought the lessons were good, and 24.36% think that the class is poor, and the specific situation is shown in Figure 7.

4.3. Testing of the Embedded Machinery Manufacturing Professional Teaching System
4.3.1. System Function Test

The function of the system mainly includes the main functions such as registration, login, setting function, task management function, task formulation function, production activity function, production query function, and called virtual factory environment function, as shown in Table 6.

According to the information in the table, it can be concluded that the test is successful, and the system is operating normally.

4.3.2. Running Status Test Analysis

Test the number of different users, errors, configuration server interruption, or configuration server failures (0 means no, 1 means yes). Draw conclusions and analyze and put forward corresponding countermeasures and suggestions on this basis as shown in Figure 8.

According to the data in the figure, it can be seen that when the number of logging in to the system is 100, the system is not very smooth at the beginning; when the number of logging in to the system reaches 500, the system starts to operate abnormally, and it is performed at the same time when 500 people login operation of the system will not cause the configuration server to be interrupted or the configuration server fails. Therefore, at least 50 people simultaneously log in to the system, and the operating system will not cause excessive lag.

5. Conclusions

Aiming at the current situation that the traditional basic curriculum system of machinery manufacturing is not suitable for the current talent training goals, this article puts forward the idea of teaching reform of basic courses of machinery manufacturing. On this basis, a network teaching system for basic courses of mechanical engineering is researched and developed. The knowledge structure and ability structure that machinery manufacturing professionals should have clarify the training objectives of machinery manufacturing professionals, adjust them in time according to the needs of social talents, and highlight the cultivation of students’ comprehensive qualities and abilities, so that students can be on a generous basis that there is a broad space for development. In this study, six classes of mechanical manufacturing majors in six applied undergraduate colleges were selected and set as the experimental group and the control group for comparison. The experimental group used the deep learning-based embedded mechanical manufacturing professional teaching system for daily teaching, and the control group used traditional teaching methods. These students spent roughly the same time learning the mechanical manufacturing course. After the application research was over, a total of 300 questionnaires were distributed to all students, all of which were recovered. The results of the statistical questionnaire were analyzed.

The practical teaching system of applied undergraduate colleges is an important part of the education of applied undergraduate colleges and the carrier of talent training in applied undergraduate colleges. It is for optimizing the existing practical teaching system of applied undergraduate colleges and achieving the teaching goals of applied undergraduate colleges. It is of great significance and is a necessary means for application-oriented undergraduate colleges to provide characteristic teaching and improve teaching quality. This study takes students of mechanical manufacturing majors in six universities as research objects and conducts research through literature research methods, survey research methods, and other methods. It is found that the current practical teaching system of mechanical manufacturing majors in applied undergraduate colleges has deviations in practical teaching awareness. The practical teaching curriculum system is unreasonable.

This paper studies the applicability of basic course textbooks for mechanical manufacturing majors in applied undergraduate colleges at a micro level, sorts out related research, and builds applicability evaluation standards for basic course textbooks for mechanical majors in applied undergraduate colleges. We conducted questionnaire surveys and interviews with students and teachers of mechanical manufacturing and automation majors in some applied undergraduate colleges and universities majoring in mechanical manufacturing and automation and found that the textbooks of professional basic courses are applicable to a good degree. However, there are some problems. Some solutions and suggestions are proposed for these problems.

Data Availability

The data supporting the results presented in the study are included within the manuscript.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by Scientific Research Project of Hunan Provincial, Department of Education, under project number 20A287; General Education Project of Teaching Reform in Colleges and Universities of Hunan Province, under project number HNJG-2020-1018; and Hunan Educational Science Planning Project, under project number XJK21CGD047.