Abstract

The rapid development of computer networks has enabled information technology to penetrate many fields, providing unprecedented opportunities for all aspects of our lives. In order to allow students to acquire necessary knowledge and skills through efficient learning, this article studies the design and development of educational technology courses based on hybrid metaheuristic algorithms to optimize neural networks. This paper proposes a metaheuristic algorithm and explains the simulated annealing algorithm and microregular annealing algorithm in detail. Using these algorithms, a mathematical model of the normal scheduling problem was also constructed, and the mathematical model was applied to the design and development of educational technology courses. In addition, the neuron model in the neural network and the activation function of the neural network are discussed from various aspects. In the experiment, according to the needs of students, a learning platform for educational technology courses was designed and developed. The experimental results of this article show that there are significant differences in the starting point of the ability level of learners for different majors. Education majors have a higher level of understanding of educational technology courses; 38.20% of students know well, while art majors have a low level of understanding of education technology courses, with 36.05% of students majoring in art.

1. Introduction

In the process of deepening education reform, cultivating high-quality talents with innovative spirit has become the historical mission of education. The widespread application of modern information technology in education is represented by multimedia and network technology. It has had a significant impact on the traditional teaching style, teaching methods, content, and teaching methods. Correspondingly, the application of network technology in teaching is more and more extensive, and the form of networked teaching is becoming more and more abundant. MOOC, microclasses, and online learning have all become new forms of education in the Internet age. “Education should face modernization, face the world, and face the future,” and the use of new educational technology is one of the measures of education modernization. Schools of all levels and types should carry out current educational technology activities and fully apply new educational technology methods to specific teaching activities.

The ability of educational technology undoubtedly occupies an important position in the professional skill system of teachers. The advantage of the traditional classroom is that it can play the leading role of teachers, the teaching level is quite high, and it can also promote the emotional exchange between teachers and students. The disadvantage is that the basic role of students is not fully reflected, resources are limited, and students rely on teachers to a high degree. Through online learning, students can use computer communication and multimedia technology for multidimensional, resource-intensive, time-limited, and personalized learning. The problem is that the role of teachers is not fully reflected, and students’ “learning ability” is obviously limited. In this case, we need to learn how to better design and develop educational technology courses. The analysis of learning needs is the prerequisite of teaching planning. The success or failure of learning need analysis is related to the success or failure of teaching results, which helps to understand the real needs of educational technology teaching, provide teaching design to meet the individual learning needs of students in different disciplines, and also help improve students’ academic performance.

Regarding the design and development of educational technology courses, scholars at home and abroad have conducted research on this. Ritzhaupt et al. designed to document the design, development, and evaluation of statistical courses tailored for doctoral students in educational technology in an online program. Using quantitative and qualitative data sources, it proved the use of real and relevant data sets based on peer-reviewed publications in the field of education technology, and it was found that students’ statistical anxiety levels decreased significantly in three key areas [1]. Olusola and Kolapo investigated the perceptual relevance of preservice teachers to educational technology content, digital tools, and their performance in educational technology courses. This study was conducted on 261 preservice teachers, and the results showed that students’ perception of educational technology courses is highly relevant. The correlation coefficient is 0.015, which shows the positive correlation between preservice teachers’ perception of educational technology courses and the final exam scores of the course semester [2]. Matsukawa et al. use topic modeling based on potential Dirichlet assignments to analyze approximately 60,000 data sets collected by a university over the past nine years to analyze the free descriptions obtained through the course evaluation questionnaire. Then, according to a series of steps, the extracted 170 topics were annotated, and the effectiveness of the annotation was verified [3]. Sletten aims to examine the relationship between two variables, namely, students’ perceptions of the flipped model and their self-regulated learning (SRL) behavior, and the impact of these variables on flipped classroom performance. In this study, 76 participants from the flipped introductory biology course were asked about their views on the use of the SRL strategy and the flipped model. Through regression analysis, it is found that students’ cognition of the flip model positively predicts students’ use of several SRL strategies [4]. In order to explore the development of self-regulation in the flipped classroom environment, Çakıroğlu and Öztürk conduct problem-based learning activities in the flipped classroom to promote self-regulation. Thirty undergraduates from the Department of Mechatronics participated in this study. Through the experiences of students and teachers, including their opinions and behaviors, self-regulation skills are discussed [5]. Huang et al. investigated the characteristics of deep and superficial learning methods in online students’ responses to teachers’ qualitative feedback on multistage, poorly structured design projects. In addition, it examines the relationship between learning methods and two learner characteristics: cognitive beliefs (EB) and closed needs (NFC). Four emerging themes were identified, in which the learning methods of students spread from deep to superficial learning: the number of feedback items processed, the understanding of feedback, the quality of processing feedback, and overall thinking [6]. Hussain et al. adopt a student-centered approach and implement a “flipped classroom” model in engineering courses to achieve constructivism (i.e., learning based on experience) and individualized learning for students. A new method based on fuzzy logic is designed to evaluate students’ survey responses from qualitative survey data. The flipped classroom model helps students improve their grades and strengthen their interaction with teachers and peers [7]. The results of these studies may all help other scholars to strive to achieve personalized learning based on experience and students, but their research is not comprehensive.

The innovations of this paper are the following: (1) This paper introduces a metaheuristic algorithm to solve the optimization problem and chooses the simulated annealing algorithm and the microregular annealing algorithm suitable for this research to solve the problem. (2) The design and development of educational technology courses based on the hybrid metaheuristic algorithm to optimize the neural network, which is studied in this paper, use the fusion of metaheuristic algorithm and artificial neural network to solve the current problems in the field.

2. Design and Development Method of Educational Technology Courses Based on the Hybrid Metaheuristic Algorithm to Optimize the Neural Network

2.1. Metaheuristic Algorithm

Compared with the optimization algorithm, the metaheuristic algorithm is an improvement of the heuristic algorithm [8, 9]. It combines two types of random algorithms and local search algorithms and, aiming at a specific problem, iteratively obtains an approximate optimal solution that can be used to calculate a given problem under the complexity of time and the complexity of a given area [10]. The overview diagram of the metaheuristic algorithm is shown in Figure 1.

2.1.1. Simulated Annealing Algorithm

The simulated annealing algorithm is derived from the principle of solid annealing and is a probability-based algorithm. The solid is heated to a sufficiently high level and then allowed to cool down slowly; when heating, the internal particles of the solid become disordered with the temperature rise, and the internal energy increases. When cooling slowly, the particles gradually become orderly, reaching an equilibrium state at each temperature and finally reaching the ground state at room temperature, and the internal energy is reduced to a minimum. The simulated annealing algorithm is an extension of the local search algorithm [11]. Different from the local search algorithm, it selects the high-cost state in the neighborhood with a certain probability. This is a proposed global search algorithm. The general algorithm flow of the simulated annealing method is shown in Figure 2.

2.1.2. Microregular Annealing Algorithm

The microregular annealing algorithm was proposed by Michael Creutz in 1983, and it is also the process of simulated annealing, but the microregular annealing algorithm focuses on the energy change process of the system, not the change of the system temperature [12, 13]. Among them, in the simulated annealing algorithm, there is a process of a greedy mechanism, which can accept a new state that increases the value of the objective function and uses another mechanism to accept a new state that deteriorates the value of the objective function to a certain extent. The conditions for deteriorating the new state are becoming more and more demanding, and the poor state is accepted with a small probability according to the Metropolis criterion [14]. Compared with these two mechanisms, only one mechanism is used in the microregular annealing algorithm to accept the next state. It accumulates all the energy to change in each inner cycle of annealing and accepts the current bad state as long as the accumulated energy taken away is positive.

The microcanonical Monte Carlo simulation method is based on the concept of microcanonical system [15]. In this simulation technology, is no longer directly dependent, and the form of the distribution function becomes where is the initial energy value and is the energy of momentum in state .

Assume that is a positive number and the initial value is generally equal to zero. At this time, the form of is

The initial system state can be arbitrarily configured. When released with 0 initial energy, it will randomly enter the state area and try to modify the current state. If this action can reduce the power consumption of the system, it will absorb the energy difference involved [16, 17], which is

Among them, and , respectively, represent the system energy corresponding to the old and new distribution schemes.

2.2. Mathematical Model of Normal Arrangement Problem

When the conventional scheduling problem cannot be solved manually, the simulated annealing algorithm and the microrule algorithm in the metaheuristic algorithm used in this article are used to solve the conventional scheduling problem.

There are students, subjects, and classes. Each student ’s grade for each subject is . Most students will have old classmates or friends, and sometimes, some of them will have “enemies” who often conflict. For each student, there are two corresponding lists containing old classmates and enemies of the same gender. All students will be assigned to classes.

represents the th student, ; represents the th subject, ; represents the th class, ; represents the gender of the student , equal to 1 is a girl, and equal to 0 is a boy; is a binary variable; when , student is assigned to the th class; when , the opposite is true, because a student can only be assigned to one class, so there is ; is a binary variable, when means student . If you are assigned to class and do not have an old classmate of the same gender, the opposite is true when , there is obviously ; is an integer variable that indicates how many conflicting pairs of students in class .

The similarity of the number of people in each class can be expressed as the value of the following formula as small as possible:

A similar number of girls in each class can be expressed as the value of the following formula as small as possible, and similar formulas can be used for boys:

The students in each class have at least one old classmate of the same gender, which can be expressed as the value of the following formula as small as possible:

Students who have had conflicts should avoid being placed in the same class, which can be expressed as the value of the following formula as small as possible:

For course , we can calculate the average grade of each class . The difference between the maximum average score and the minimum average score in all classes can be used as a scalar for the difference in the course scores. All courses have similar average grades in each class, which can be expressed as the value of the following formula as small as possible: where is the average weight of the course .

For the course , we can sort students’ grades from small to large, use to represent the highest grade of , and divide this sequence into [] parts; excluding the last part, every other part has elements; each part can calculate the average score: where is a nonnegative number less than or equal to []. From these average grades, we can construct the score of a template class. This class has [] students, and the grade is . Then, we use to represent the student scores of the ranking of the course in class . The following formula is the standard deviation of the grades of course for class and template class, denoted by :

The similarity of the score distribution of each course in each class can be expressed as the value of the following formula as small as possible: where is the distribution weight of course .

Now, we can get the formula that considers all factors at the same time:

Add formula (8) to formulas (12), (13), (14), and (15), and add

Among them, , , , , , and are the calculation weights of the corresponding formulas. The function value of the sum of these formulas is called the objective function value. It can be known from the derivation process of the formula that the smaller the objective function value, the better the current result, which means that the current result meets the requirements.

2.3. Neural Network
2.3.1. Neuron Model

The basic processing unit of a neural network is a neuron, which is a simulation of a biological neuron [18, 19]. The connection between each neuron and its corresponding neuron is biologically called a synapse. In the mathematical model, we call each synapse the weight of the network, and the neural network trains the network by adjusting these weights [20, 21].

represents the input of the neuron, and is the connection weight. Use a certain calculation to combine the effects of the input signal to give the total effect, expressed by . According to different calculation methods, the expression of is different. The following is the simplest linear weighted summation form, namely,

The output is the value after the action of the excitation function . In this way, the mathematical expression of the above model is

In the formula, is the threshold of neuron and is the net input, which is the total effect of combining the effects of the input signal by a certain operation.

2.3.2. The Excitation Function of the Neural Network

After the neuron gets the network input, it should give the corresponding output [22]. Used to perform the transformation of the network input obtained by the neuron, this is the activation function, also known as the activation function [23, 24]. Typical activation functions are linear function, nonlinear function, threshold function, and sigmoid function. The four function images are shown in Figure 3.

2.3.3. Linear Function

The most basic activation function in a neural network is a linear function, and its role is to appropriately amplify the input signal obtained by the neuron [25]. Its form is

In the formula, is the magnification factor and is the displacement. Both and are constants.

2.3.4. Nonlinear Ramp Function

Choosing a linear function will affect the performance of the neural network and may also make the performance of a multilevel neural network become a single-level network. Therefore, we introduce a nonlinear ramp function.

The nonlinear ramp function is a piecewise linear function. The value range of the function is in the range :

Among them, is a constant, and is usually specified. It is called the saturation value, which is the maximum output of the neuron.

2.3.5. Threshold Function

The threshold function is also called the step function. Its function is to determine whether the network input obtained by the neuron exceeds the set value θ. The form of the function is

where , , and are all nonnegative real numbers and is the threshold.

Usually, people use its binary form:

Sometimes, 0 in the above formula is also changed to -1; then, it becomes the following form:

2.3.6. S-Shaped Function

The sigmoid function is also called the compression function, and it is the most widely used. The sigmoid function is also called the logistic function. It is used for the output of hidden layer neurons. The value range is (). It can map a real number to the interval of () and can be used for binary classification. The effect is better when the feature difference is more complicated or the difference is not particularly large. Its form is

In the formula, are constants.

The general form of this function is

At this time, the saturation value of the function is 0 and 1, and the hyperbolic function or extended square function can also be used. When taking the expansion function,

The saturation values are still 0 and 1. When taking the hyperbolic function,

Saturation values are -1 and 1.

3. Experiments and Experimental Results

3.1. Learning Resource Needs

Learning resources are all things that can help a person study and work effectively. In a broader sense, learning resources are the general term for things that provide learning. Learning resources support and promote learning. It should also include elements such as personnel, tools, strategies, methods, and environment. Learning resources in a narrow sense refer to learning content and learning resources, providing platform-based learning resource design to meet teaching and learning needs. The quality of platform resources directly affects students’ learning interest and enthusiasm and also affects students’ academic performance [26, 27]. The research process of this experiment is carried out through the method of a questionnaire survey, which analyzes the views of learners on learning resources and also provides different kinds of learning resources.

3.2. Overall Design of the Platform

According to demand analysis, a learning platform for educational technology courses is designed and developed. The main modules of the platform include the student service center, curriculum resource center, teacher service center, interactive communication center, and management center.

3.2.1. B/S Structure

The B/S structure, that is, the client only needs to access the server resources through the browser, is a change and improvement to the C/S structure. The common architecture diagram of the B/S structure is shown in Figure 4. The B/S architecture is an improvement from the C/S architecture, which can be said to be a three-tier C/S architecture, which shows that the relationship between the two is not general. B/S broke away from C/S. Later, with the rapid development of WEB technology and the deepening of people’s dependence on the network, B/S became the most popular network architecture in one fell swoop.

3.2.2. Multilayer Structure Mode

The multilayer structure pattern is developed on the basis of the three-layer structure pattern. The business logic layer in the three-layer structure pattern is further decomposed according to the needs and decomposed into more layers. This system uses a multilayer structure model in the development structure, which is composed of five layers: user interface, business logic layer, business rule layer, data access layer, and database, as shown in Figure 5.

3.3. Design of the Questionnaire

The main purpose of designing the questionnaire is to determine the needs of the learners of educational technology courses and the needs of the learners for blended teaching. The overall questionnaire is designed mainly through three aspects: the basic background of learners, teaching needs, and educational technology learning needs. Then, it is divided into five small parts. The first part is mainly to obtain the personal background information of the survey object and the background of the survey object. The second part mainly obtains the actual learning needs of the surveyed subjects in offline learning. The third part is to obtain the actual needs of the survey respondents in traditional online classrooms. The fourth part is presented in the form of a scale, which is divided into five levels. It mainly obtains the knowledge level of the survey subjects before learning the content of educational technology courses and investigates the starting level of the two types of knowledge, software skill level and theoretical knowledge. The fifth part is mainly to obtain the survey object’s learning expectations in educational technology courses.

Since the online questionnaire survey tool is relatively mature, the questionnaire is divided into two parts. The questionnaires are distributed on a trial basis using manual and online questionnaire survey platforms, which can save manpower, material resources, and financial resources and help data collation and analysis. The trial issuance of the questionnaire is to test the rationality of the questionnaire itself, whether it meets the research requirements and whether the results obtained meet the purpose of the research. Whether the questionnaire meets expectations, it is necessary to pass the reliability and validity test of the questionnaire.

3.3.1. Reliability Analysis of the Questionnaire

In this study, the questionnaire used the alpha coefficient method established by Cronbach to test the reliability, which is the commonly used reliability test in the attitude scale method. Different research scholars have given different limits for the boundary value of the coefficient, as shown in Table 1.

In this study, a preliminary questionnaire was issued to 50 learners of education majors. The effective data was 50. The reliability of the returned questionnaire was analyzed through SPSS22. The test results are shown in Table 2.

It can be seen from Table 2 that the scale is used to test the skills, knowledge, ability, and theoretical knowledge of educational professional learners, and the questionnaire scale value is 0.775, greater than 0.7, indicating that the test scale has high overall reliability and high internal consistency. On the current situation of learners’ skill knowledge, the coefficient value is 0.768, greater than 0.7, indicating that this part has high item reliability and does not need to make major changes to this topic.

3.3.2. Validity Analysis of Questionnaire

In this study, the validity of the overall questionnaire is analyzed. Before the validity analysis of the questionnaire, the KMO value analysis of the data is first tested. The KMO value is the standard to judge whether the data is suitable for factor analysis. The expression boundary of the KMO value is shown in Table 3.

3.4. Experimental Investigation Results

Figure 6 shows the survey results of students’ grades, genders, and majors.

The survey results of students’ learning styles and learning resource types are shown in Figure 7.

It can be seen from Figure 7 that for the learning method of online learning resources, a total of 94% of students will choose to use online learning as the primary or secondary learning method, and only 6% use other learning methods, indicating that most learners prefer online learning [28, 29].

A survey of online learning resources frequently used by learners found that 42% chose to use textual materials; 29% chose to use video and audio learning resources, such as sound files and video files; 18% chose online courses, for example, learning recorded in the classroom; 11% choose other learning resources.

The survey results of students’ use of the Internet and autonomous learning are shown in Figure 8.

In terms of Internet usage, the Internet is used in the dormitory the most, with 42.3% of students using Internet in the dormitory. In terms of self-directed learning, 29.65% of students will study independently on a regular basis, and the number of people who study independently occasionally accounts for 66.37% of the total number of students, of which only 3.98% of students rarely study independently. From the data point of view, most learners have experience of autonomous learning or often learn independently, and the online learning of this teaching mode requires learners to carry out autonomous learning, and the ability of autonomous learning plays an important role in promoting teaching.

This study investigated the theoretical knowledge and skills currently possessed by learners of different majors by formulating a scale. The scale is divided into five levels, namely, “very understanding,” “comprehensive understanding,” “average,” “not so familiar,” and “never heard.” The potential meaning of the average score of the scale is that the higher the average score, the less familiar the learner is with the theory; the lower the average score, the more familiar the learner is with the theory; the result is shown in Figure 9.

It can be seen from Figure 9 that education majors know more about educational technology courses, and 38.20% of them know very well, while art majors do not understand this well, with 36.05% art majors. Both said that they had never heard of this course.

The status quo of learners’ software skills was investigated, and the results are shown in Table 4.

It can be seen from Table 4 that the average score of learners in each software is less than 3. The level of familiarity is also caused by the professionalism of the software itself. According to the statistical results, it can be found that there are significant differences in software skills among professional learners.

With regard to the course online learning platform, when learners encounter problems, they hope for teachers’ response, with the survey results of response speed shown in Figure 10(a). Teaching requires learners to carry out independent online learning in their spare time. The survey results of how long learners think the online learning time should be after class per week are shown in Figure 10(b).

From Figure 10(a), learners expect to get more than 80% of teachers’ responses within half a day. Therefore, when developing blended teaching, tutors should ensure when learners are learning and when learners encounter problems. The teachers’ reply within half a day meets the learning needs of most learners. According to Figure 10(b), the proportion of learners who study online for less than 3 hours after class is more than 80%. Therefore, when designing offline learning resources, the weekly learning time should be controlled within 3 hours.

4. Discuss

On the starting point of learning, there are significant differences in the starting point of learners’ ability level due to different majors. The learning of theoretical knowledge and software skill knowledge in educational technology courses needs to understand the degree that learners have mastered in advance. This study discusses the two aspects of learners’ theory and software based on data statistics.

Because students often use different online learning resources, different ways for students to learn online learning resources are defined. Video and audio transmission is a considerable network resource. If you download resources to learn, it will take a long time and more effort. Students are more willing to participate in online learning. Therefore, from the research on the use of student resources, it can be seen that audiovisual and online courses are relatively important learning resources. If students use online learning more, it can save a lot of time.

5. Conclusions

The purpose of building a learning platform in the learning of educational technology courses is to help students make full use of the classroom and network to promote their more effective learning. The learning platform of educational technology courses designed in this paper not only provides a friendly platform and rich resources for learners’ learning but also provides teachers with appropriate teaching modes to optimize their teaching effect. The platform realizes the complementary advantages of classroom teaching and network teaching and provides strong support for teachers and students. This platform can realize students’ self-evaluation during online learning. For all, it is also easier to grasp the key and difficult points of teaching and implement individualized teaching. At the same time, it also promotes the communication between teachers and students and strengthens the interaction between teachers and students. However, when comparing and discussing with other colleges and universities, there are certain limitations and the scope of the survey is limited. At the same time, some studies may not be able to fully understand the real situation of the students, so the design research in this area needs further improvement.

Data Availability

No data were used to support this study.

Conflicts of Interest

The authors state that this article has no conflict of interest.

Acknowledgments

This work was supported by the Key research base of Humanities and Social Sciences in Sichuan colleges and Universities-key project of Sichuan Research Center for early development and education of 0-3-year-old children “Research on the construction of diversified and integrated infant care service system” (SCLS19-01) and a doctoral innovation fund project of School of Educational Sciences of Xinjiang Normal University—Research on the development of education in Xinjiang (XJNUJKYA2015).