Mobile QR Code QR CODE

2024

Acceptance Ratio

21%


  1. (School of Education, Jingzhou University, Jingzhou, 434000, China zqw7142023@126.com)



Dynamic time warping, K-means, English teaching, Temporal data, Learning path planning

1. Introduction

{W}ith the development of education, English plays an indispensable role in the workplace, academic research, tourism, and daily life [1]. Under the background of digital transformation, traditional teaching model cannot meet the needs of English education [2]. Therefore, this paper aims to build an automatic English teaching platform and analyze the key algorithms in the platform. As the online English teaching platform often needs to deal with a large amount of data information, K-means clustering algorithm, as an iteratively solved clustering analysis algorithm, has the characteristics of simple algorithm and fast algorithm, can handle large-scale data sets, and has high efficiency [3]. When the cluster distribution among clusters is relatively dense and the feature difference between cluster classes is large, the K-means clustering algorithm can often obtain superior clustering effect. However, the results of K-means algorithm are easily affected by the initial centroid selection, which may lead to the emergence of local optimal cases. Aiming at this shortcoming of K-means algorithm, the optimization of K-means algorithm is studied, and dynamic time warping (DTW) algorithm is proposed. DTW algorithm is a similarity matching algorithm used for time series data, which can overcome the effects of speed, scale, direction changes, and noise interference in time series data. It has achieved good application results in speech and gesture recognition. It can play an important role in time series pattern matching, especially in situations where the temporal data length is inconsistent, the speech speed is different, the amount of data is large, and noise interference is high [4,5]. To this end, the K-means clustering algorithm and DTW are combined to construct an intelligent platform for English automatic teaching. This platform can automatically evaluate and teach based on student input. At the same time, self optimization and adjustment can also be made based on student performance and feedback to improve teaching effectiveness. The innovative point of this study is as follows. The combination of K-means clustering algorithm and DTW algorithm improves the classification of complex data and clustering analysis of time series, aiming to improve the accuracy and efficiency of automated evaluation and teaching. The study has four parts. The first part is to analyze the current research status for the improved DTW algorithm. The second part describes the application of the improved DTW in English teaching and the model construction. The third part analyzes the performance of the improved DTW. The last part is a summary of the entire text.

2. Related works

K-means clustering and DTW algorithm are often used in data clustering processing. To handle complex problems such as image segmentation, Das et al. developed an optimization algorithm based on K-means for performing rough clustering. The proposed method was compared with traditional and natural inspired optimization algorithm based image segmentation techniques. The accuracy of the proposed clustering method in cluster number 2 was greater than 97% [6]. To analyze the normalization effect and its impact on the performance of ML algorithm, Neo Adan et al. improved the ML algorithm based on K-means and K-means Euclidean distance. According to experimental analysis, the optimized algorithm was beneficial for reducing computational costs and improving the classification performance [7]. To analyze the penalized spherical k-means problem, Tian et al. approximated the multi commutative local search using the K-means algorithm. The research results indicated that the model based on K-means could effectively improve the robustness of the algorithm, achieve minimum clustering, and reduce the total penalty cost [8]. Due to computational complexity limitations, the DTW algorithm is difficult to apply to large datasets. Therefore, Guo et al. optimized the memory model to reduce the dependency between memory access transactions and data. Experiments showed that this method could significantly improve the computational efficiency of the DTW algorithm [9]. To improve the throughput of operations, Chen et al. proposed a mixed signal DTW accelerator that utilized mixed signal time-domain computation. Time pulses encoded and processed signals. Experimental results showed that this research method improved the throughput of the system by more than 9 times [10].

In response to the low proficiency in college English teaching, Hou et al. proposed an interactive foreign language teaching software. After system testing, the experimental group's English speaking and listening u-values were less than 0.06, and the reading score ${P}$-value was 0.054 [11]. Chen et al. proposed an online English oral education platform based on the Internet of Things to address the low fluency and operability in current online English oral teaching platforms. The experimental results indicated that the platform network delay designed in the study ranged from 0.27 s to 0.38 s. The required costs and development time were reduced by approximately 50% [12]. Sun et al. combined artificial intelligence modules with knowledge recommendation for this system. Compared with commonly used teaching assistance systems, an online English teaching system was developed. After testing and application, the system could improve learning efficiency [13]. The traditional English teaching model often overlooks English emotional expression and English background. Therefore, Zhang et al. constructed a new English teaching platform using computer platforms and multimedia technology. Experiments showed that research platforms could better predict the characteristics of English grammar and English emotions in teaching [14]. To overcome the high average absolute error in English teaching information, Wang et al. proposed a new method for pushing English teaching information based on an intelligent adaptive learning platform. This method could save more than half of the time [15].

In summary, K-means clustering and DTW algorithms can effectively handle large amounts of data and analyze multidimensional time series data. However, there is currently limited research on the application of these two algorithms in English teaching. For this purpose, the study integrates K-means clustering and DTW algorithm, aiming to continuously improve and upgrade traditional English teaching platforms to adapt to constantly changing market and student needs.

3. Application of improved DTW algorithm in English automatic teaching intelligent platform

To achieve automated English teaching and optimize the allocation of English resources, based on the DTW algorithm, clustering algorithm is introduced to optimize DTW. An English automatic teaching intelligent platform based on K-means PDTW algorithm is constructed.

3.1 Optimization strategy of DTW algorithm for automatic English teaching

The traditional English teaching method has many problems, such as large number of students, too much content and limited class time, which limits the quality and efficiency of English teaching [16]. DTW algorithm is a common technique in time series pattern matching, especially in speech recognition, which can compare the similarity between two time series [17]. Therefore, the study attempts to construct an English intelligent teaching platform based on the DTW algorithm, dynamically adjusting teaching strategies to meet the personalized needs of students. The DTW algorithm first defines two time series. The definition method is shown in Eq. (1).

(1)
$ \left\{\begin{aligned} & A=\{a_{1} ,~a_{2} ,~a_{3} ,~...,~a_{i} \},\\ & B=\{b_{1} ,~b_{2} ,~b_{3} ,~...,~b_{j} \}. \end{aligned}\right. $

In Eq. (1), $A$ and $B$ are two different time series. $i$ and $j$ are the lengths of $A$ and $B$, respectively. $a$ and $b$ represent the time points in $A$ and $B$, respectively. The distance between the two sequences $A$ and $B$ is displayed in Eq. (2).

(2)
$ D(i,j)=(a_{i} -b_{j} )^{2} . $

In Eq. (2), $D$ is the Euclidean distance calculation Eq.. Compared to Euclidean distance, DTW distance can more accurately measure the similarity between time series. The superiority of DTW is shown in Fig. 1.

Fig. 1. Euclidean distance and DTW distance.

../../Resources/ieie/IEIESPC.2025.14.2.165/image1.png

In Fig. 1, compared to Euclidean distance, DTW distance has compression and stretching effects on time. It can dynamically plan and find the optimal path [18]. The DTW distance calculation is as follows. Firstly, the distance matrix between each point in the sequence is calculated. Next, the path of a matrix from the bottom left corner to the top right corner is determined to minimize the sum of elements along the path. The next grid point is shown in Eq. (3).

(3)
$ D_{next} =\min \left\{\begin{aligned}&{D(n+1,m)}, \\&{2D(n+1,m)}, \\ {D(n,m+1)}.\end{aligned}\right. $

In Eq. (3), $D(n,m)$ is the distance between $a_{n} $ and $b_{m} $ for the $(n,m)$-th element. The operational principle of the DTW algorithm is to extend and shorten two time series to calculate their similarity. It decomposes the problem into several sub problems through dynamic programming. The optimal solution of the sub-problem is solved to obtain the optimal solution of the original problem. Next, the cumulative distance operation of DTW is performed, as displayed in Eq. (4).

(4)
$ G(n+1,m+1)=G(i,j)+D_{next}. $

In Eq. (4), $G$ is the cumulative distance. Fig. 2 is a schematic diagram of the cumulative distance calculation process for DTW.

Fig. 2. Schematic representation of the calculation steps of the DTW algorithm.

../../Resources/ieie/IEIESPC.2025.14.2.165/image2.png

Fig. 2 shows the cumulative distance calculation matrix for DTW. The first column of the grid starts from bottom to top. In addition to calculating the distance between the corresponding points, the distance between adjacent grids below should also be added to achieve distance accumulation. The conventional DTW algorithm has high computational complexity, long computation time, sensitivity to noise and outliers. It is also prone to mismatches. To this end, improvements are made on the basis of the DTW algorithm. K-means clustering algorithm is introduced to impose distance and conditional constraints on DTW, aiming to improve the performance and the DTW. The improved DTW search path is dynamically bent and split. The expression is shown in Eq. (5).

(5)
$ \left\{\begin{aligned} & X_{a} =1/3(2i-j), \\ & X_{b} =2/3(2j-i). \end{aligned}\right. $

In Eq. (5), $X_{a} $ and $X_{b} $ are the inflection points after path optimization. Next, the lengths of $i$ and $j$ are re-restricted. The limiting condition is shown in Eq. (6).

(6)
$ \left\{\begin{aligned}&{2i-j\ge 3}, \\&{2j-i\ge 2}. \end{aligned}\right. $

In Eq. (6), the length constraint specifies that when calculating the cumulative distance between two sequences, the lengths of the two sequences must be equal. If the lengths of two sequences are not equal, then in the process of calculating the cumulative distance, there will be a mismatch of points at the corresponding positions. This makes the calculated cumulative distance inaccurate. At this point, multi-scale DTW is introduced, which calculates the DTW distance at different scales and then integrates the results of each scale to obtain the final similarity. This method enables the DTW algorithm to perform well at different scales. It can handle sequences with unequal length. The optimized DTW is shown in Fig. 3.

Fig. 3. Pathway changes before and after the global constraint improvement.

../../Resources/ieie/IEIESPC.2025.14.2.165/image3.png

Fig. 3 shows the path changes of the optimized DTW algorithm. Specifically, the multi-scale DTW algorithm divides the time series into multiple subsequences and calculates the DTW distance for each subsequence. These subsequences can be of fixed length or dynamically adjusted based on the length of the time series. According to this approach, the multi-scale DTW algorithm can better handle length mismatch problems. The dynamic programming can be applied to find the optimal path. In each calculation step, the similarity of the entire time series is considered and the optimal matching point pair is selected. In summary, the study introduces clustering algorithms and optimizes DTW with multi-scale and global constraints, ultimately forming the K-means-PDTW algorithm. It provides the main technology for the intelligent platform design of English automatic teaching.

3.2 Design of an English automatic teaching intelligent platform based on K-means-PDTW algorithm

At present, there are some problems in English teaching, such as asymmetrical teaching test and untimely feedback, which makes it difficult for students to improve their English level due to the lack of sufficient support and guidance in the process of English learning [19,20]. Therefore, based on the K-means-PDTW algorithm, an intelligent platform for English automatic teaching is designed. Firstly, the weight of the learning path is calculated. The matrix calculation is shown in Eq. (7).

(7)
$ W=[w_{\chi } {}_{\lambda } ]_{\alpha \times \beta }. $

In Eq. (7), $\alpha $ and $\beta $ are the sets of knowledge points and edges in English teaching videos, respectively. $\chi $ and $\lambda $ are different sets of knowledge points. Next, the initial pheromones of the learning path are recorded, as shown in Eq. (8).

(8)
$ \tau _{\chi \lambda } =w_{\chi \lambda } . $

In Eq. (8), $\tau $ is the initial pheromone for learning, reflecting the frequency and familiarity of students learning knowledge points. Simultaneously, learning pheromones is related to the learner's path length, time required to complete learning tasks, and learning outcomes. In teaching, due to the correlation between knowledge points, the initial pheromone of learning can be updated. The expression is shown in Eq. (9).

(9)
$ \tau _{\chi \lambda } `=(1-\rho )^{(\lambda -\chi )} \tau _{\chi \lambda } +\Delta \tau _{\chi \lambda } {}^{*} . $

In Eq. (9), $\rho $ is the volatilization factor for learning initial pheromones. Then, to calculate the learning effectiveness of the knowledge points, heuristic information is used for representation, as shown in Eq. (10).

(10)
$ \eta _{\chi \lambda } =ckp_{\chi \lambda } . $

In Eq. (10), $c$, $k$, and $p$ represent block processing, known decision, and exploratory decision, respectively. They are used to understand the learning situation of learners. Finally, the learning path for English teaching is planned based on the initial pheromone and heuristic information of students. The learning path planning framework based on the K-means-PDTW is displayed in Fig. 4.

Fig. 4. Learning pathway planning framework for the K-means-PDTW.

../../Resources/ieie/IEIESPC.2025.14.2.165/image4.png

In the learning path framework, the differences in the learning path are analyzed after inputting temporal data, exercise test data, and learning interaction behavior data. The expression is shown in Eq. (11).

(11)
$ PDTW=\varphi \cdot DTW . $

In Eq. (11), $\varphi $ is the attenuation coefficient. Then, clustering algorithms are used to classify the learning abilities and knowledge reserves of different students. Their initial pheromone and initial pheromone update data are collected. At the same time, through automatic English teaching, the knowledge point mastery and the interaction between knowledge points are integrated to form heuristic information data. The calculation method for the knowledge point mastery is shown in Eq. (12).

(12)
$ S=\left(\!\!\begin{array}{ccc} {S_{11} } & {...} & {S_{1x} } \\ {...} & {...} & {...} \\ {S_{y1} } & {...} & {S_{xy} } \end{array}\!\!\right) . $

In Eq. (12), $x$ denotes the student quantity. $y$ is the number of exercises. The corresponding knowledge matrix of the test question can be obtained, as shown in Eq. (13)

(13)
$ F=\left(\!\!\begin{array}{ccc} {f_{11} } & {...} & {f_{1y} } \\ {...} & {...} & {...} \\ {f_{l1} } & {...} & {f_{ly} } \end{array}\!\!\right). $

In Eq. (13), $l$ denotes the knowledge points in the exercise. Then, the heuristic information data and initial pheromone update data are simultaneously input into the transfer matrix to form the final learning path planning. The transition matrix is shown in Eq. (14).

(14)
$ P=\left\{\begin{aligned}&[\tau _{\chi \lambda } `]^{\sigma } \cdot [\eta _{\chi \lambda } ]^{k} ,&&(\chi ,~\lambda ), \\ &0,&&\text{otherwise}. \end{aligned}\right. $

In Eq. (14), $\sigma $ and $k$ are the influence coefficients of $\tau $ and $\eta _{\chi \lambda } $ on transfer, respectively. The learning effect of students is shown in Eq. (15).

(15)
$ TE_{u,l} =ckp_{u,l} \cdot \frac{T_{i} }{T} . $

In Eq. (15), $u$ and $T$ represent student identity and course duration, respectively. The classification of learning methods for the English automatic teaching intelligent platform based on the K-means-PDTW is displayed in Fig. 5.

Fig. 5. Classification of learning methods of English automatic teaching intelligent platform.

../../Resources/ieie/IEIESPC.2025.14.2.165/image5.png

Fig. 5 shows the classification of learning methods for the designed English automatic teaching intelligent platform. The designed platform can automatically process, analyze, and judge input English language data, which enables the platform to quickly and accurately process a large amount of English language data. To meet the different learning needs and preferences of users, in the design of an English automatic teaching intelligent platform based on K-means-PDTW algorithm, English automatic teaching is divided into different learning methods such as graphic and text learning, audio learning, video learning, etc. Displaying English language knowledge and skills such as vocabulary, grammar, and reading comprehension through graphic and textual means can provide more intuitive and easily understandable learning content. This is suitable for users who need to master basic language knowledge and skills. The audio learning method allows users to engage in listening and speaking exercises anytime and anywhere, making it convenient for users to learn English anytime, anywhere. The provided English listening and speaking exercises help users improve their English listening and speaking abilities. The video format provides comprehensive learning content such as English speaking, writing, and speeches, presenting more realistic and vivid language scenes and learning experiences. This is suitable for users who need to improve their practical English application skills.

4. The application effect evaluation of K-means-PDTW in English automatic teaching

To verify the teaching effectiveness of the English automatic teaching platform, based on the clustering results and accuracy of the algorithm, the language recognition accuracy in the teaching environment, the teaching duration optimization, and English teaching effectiveness are analyzed.

4.1 Performance analysis of improved DTW algorithm in automatic teaching intelligent platform

The clustering algorithm was used to improve the DTW algorithm. An intelligent platform for English automatic teaching was constructed. Firstly, the proposed K-means PDTW algorithm was validated for performance. The experiment was performed in MATLAB 2017b and simulated using Simulink. Table 1 displayed the experimental environment settings.

Table 1. The experimental basic environmental parameters.

Parameter variables

Parameter selection

Overall implementation platform

Simulink

Operating system

Windows10

Operating environment

MATLAB

PC side memory

4GB

CPU main frequency

2.4TGHz

Global procurement unit

RTX-2070

Central Processing Unit

i7-8700

Data storage

MySQL data bank

Visual Tools

Pajck32 5.09

Simulink was used as the overall implementation platform in the experiment. The operating platform is Windows10. Using MATLAB as the experimental environment, the memory of the PC side memory is 4GB, and the CPU frequency is 2.4TGHz. Data was stored in MySQL database, and the visual tool in the experiment was Pajck32 5.09. The DAP dataset in UCI (University of California) was tested. The classification result before and after combining SA-GA was statistically analyzed. The DAP dataset is a commonly used classification experiment dataset, called the ship dataset, which is a type of multivariate analysis dataset. The dataset contains 200 samples, divided into 4 categories with 50 data in each category. Each contains 5 attributes. Next, to analyze the superiority of the K-means-PDTW algorithm in the application of English automatic teaching platforms, SSE and DB indicators were selected. The research algorithm was compared with Hierarchical Clustering, OPTICS, and HC-PDTW algorithms. The analysis results were shown in Fig. 6.

Fig. 6. Comparison of SSE and DB metrics.

../../Resources/ieie/IEIESPC.2025.14.2.165/image6.png

Fig. 6(a) shows the comparison results of SSE indicators for each algorithm. SSE is the squared error sum in the predicted values of the regression model. A small value of SSE indicates good performance of the algorithm model. In Fig. 6(a), the SSE of the four algorithms rapidly decreased after reaching four clusters. Regardless of the number of clusters, the proposed algorithm was always at the lowest value. When the number of clusters was 8, the SSE value of the research algorithm was 13.3, which was 2.3, 2.8, and 6.2 units lower than the Hierarchical Clustering, OPTICS, and HC-PDTW algorithms, respectively. Fig. 6(b) shows the comparison results of DB metrics for each algorithm. The DB indicator represents the power attenuation degree of sound. A low DB value indicates that the algorithm performs well in recognizing and analyzing audio in the course. In Fig. 6(b), the DB value of the research algorithm remained below 5 after the cluster group exceeded 6. It was also the lowest value. The average DB value of the research algorithm was 4.4, which was 4.2, 6.7, and 7.3 lower than the average DB values of the Hierarchical Clustering, OPTICS, and HC-PDTW algorithms, respectively. Overall, the algorithm used in this study had a small calculation error and the lowest power attenuation of sound. Next, the clustering effects of the four algorithms were analyzed. The results were shown in Fig. 7.

Fig. 7. Clustering comparison of different algorithms.

../../Resources/ieie/IEIESPC.2025.14.2.165/image7.png

Fig. 7 displays the clustering analysis comparison of different algorithms on the learning level of students. Fig. 7 (c) displays the clustering performance. In the figure, there was an unclear boundary between data objects in the OPTICS algorithm. There were intersections between data points from different datasets. The clustering effect was not ideal. The HC-PDTW algorithm and Hierarchical Clustering algorithm improved the unclear dataset boundaries in the OPTICS algorithm, but the data points were still relatively scattered. The proposed algorithm effectively improved the weaknesses of the other three algorithms. There was no crossing between data points. The clustering effect of data points was significant. After calculation, the Mahalanobis distances of the three samples in the initial, intermediate, and advanced stages of the research method were 1.58, 1.03, and 0.81, respectively. Compared to the OPTICS algorithm, the Mahalanobis distances were 0.72, 0.73, and 0.47 less. Compared to the HC-PDTW algorithm, the Mahalanobis distances were 0.45, 0.43, and 0.55 less. Compared to the Hierarchical Clustering algorithm, the Mahalanobis distances were 0.34, 0.43, and 0.54 less, respectively. From this, the clustering effect of the research method is the best. Finally, the accuracy of different algorithms under different numbers of learners is analyzed. The accuracy analysis results were shown in Fig. 8.

Fig. 8. Comparison of accuracy of different algorithms.

../../Resources/ieie/IEIESPC.2025.14.2.165/image8.png

Fig. 8(a) displays the accuracy comparison results under different numbers of base learners. As the base learners increased, the complexity of the model also increased, which was beneficial for detecting the fitting situation of different algorithms. In Fig. 8(a), the accuracy of the research algorithm exceeded 0.8 when the base learners exceeded 2. When the base learners were 3, the maximum value reached 9.2. This was 0.21, 0.14, and 0.32 higher in accuracy than the Hierarchical Clustering, OPTICS, and HC-PDTW algorithms, respectively. Fig. 8(b) displays the accuracy comparison results under different classification point splitting numbers. The average accuracy of the research algorithm was 0.91, which was 0.21, 0.08, and 0.15 higher than the average accuracy of the Hierarchical Clustering, OPTICS, and HC-PDTW algorithms, respectively. In summary, the algorithm has low error rate, low sound attenuation rate, good clustering effect, and high data accuracy, providing key technologies for the intelligent platform construction of English automatic teaching.

4.2 Teaching effectiveness analysis of English automatic teaching intelligent platform

To further analyze the application effect of the English automatic teaching intelligent platform, the different sounds and signals that occur during the teaching process are modal decomposed to analyze the platform's recognition for noise and classroom sounds in complex teaching environments. The recognition result is shown in Fig. 9.

Fig. 9. Classroom different voice recognition results.

../../Resources/ieie/IEIESPC.2025.14.2.165/image9.png

In Fig. 9, the explanation sound, coughing, door closing, and car honking were identified and classified. The results showed that the maximum correlation coefficient between the system platform and the recognition of explanatory sounds was 0.7-0.8. The center frequency was within 1500. The center frequency variance was within 200. Compared to other noises, its center frequency and center frequency variance were the smallest. The research system platform can effectively recognize different sounds. It has good stability in extracting frequency features of different audio. The correlation coefficient, center frequency, and center frequency variance of the whistle sound are the most dispersed, mainly due to the significant fluctuation in the frequency characteristics of the whistle sound. Next, the teaching duration of different learning stages were selected to analyze the degree of course goal achievement and teaching effectiveness of learners in each stage on the system platform. The analysis results were shown in Fig. 10.

Fig. 10. Teaching time of students at different stages of learning.

../../Resources/ieie/IEIESPC.2025.14.2.165/image10.png

Fig. 10(a) shows a comparative analysis of the teaching duration in primary stage students. There was a significant fluctuation in the original duration when video knowledge points were different. When the knowledge points were 50, the system required a longer duration. However, when using a research system for teaching, as the number of teaching knowledge points increased, the teaching duration remained below 800 minutes, saving more than twice the original average duration. Fig. 10(b) shows a comparative analysis of teaching time for advanced scholars. The results indicated that students in the advanced stage required longer teaching time compared to students in the primary stage. However, compared to the original required teaching time, the teaching time using the research teaching system was reduced by an average of nearly 300 minutes. Finally, the teaching effectiveness of the English teaching system was analyzed from three aspects: English listening, English speaking, and English reading. The research system was compared with English teaching platforms based on Hierarchical Clustering and HC-PDTW algorithms. The results were shown in Fig. 11.

Fig. 11. Comparison of the English teaching effect of the different models.

../../Resources/ieie/IEIESPC.2025.14.2.165/image11.png

Fig. 11 displays a comparison of confusion matrices for three models. Fig. 11(a) displays the teaching results of the Hierarchical Clustering model in English speaking, listening, and reading. Fig. 11(b) displays the teaching results of the HC-PDTW. Fig. 11(c) displays the teaching results of the research model. In English listening teaching, the teaching effectiveness of the research model was 21.3% and 12.2% higher than that of the Hierarchical Clustering and HC-PDTW models, respectively. In English oral teaching, the teaching effectiveness of the research model was 20.8% and 14.5% higher than that of the Hierarchical Clustering and HC-PDTW models, respectively. In English reading teaching, the teaching effectiveness of the research model was 22.1% and 13.5% higher than that of the Hierarchical Clustering and HC-PDTW models, respectively. In summary, from the three dimensions of speech signal recognition accuracy, teaching duration optimization, and English teaching effectiveness, the research model has more advantages.

5. Conclusion

English, as an internationally recognized language, is highly valued by schools and parents. However, the traditional English teaching model cannot meet the personalized needs of students. To this end, based on dynamic time warping algorithm and incorporating clustering algorithm, a smart platform for English automatic teaching is designed. From the experiment results, when the number of clusters was 8, the SSE value of the research algorithm was 13.3, which was 2.3, 2.8, and 6.2 lower than the Hierarchical Clustering, OPTICS, and HC-PDTW algorithms, respectively. The proposed algorithm had a significant clustering effect on data points. For the proposed method, the Mahalanobis distances of the three samples in the beginner stage, intermediate stage, and advanced stage were 1.58, 1.03, and 0.81. When the base learners exceeded 2, the accuracy of the research algorithm exceeded 0.8. When the number of base learners was 3, the maximum value reached 9.2. The maximum correlation coefficient of the research system platform for speech recognition was 0.7-0.8. The center frequency was within 1500. The center frequency variance was within 200. Compared to other noises, its center frequency and center frequency variance were the smallest. With the increase of teaching knowledge points, the teaching duration remained below 800 minutes, saving more than twice the original average duration. In English oral teaching, the teaching effectiveness of the research model was 20.8% and 14.5% higher than that of the Hierarchical Clustering and HC-PDTW models, respectively. In summary, the teaching platform has superior English teaching effects. There are shortcomings in the research. There is relatively little research on student face recognition in the classroom. In the future, it is possible to strengthen the analysis of student class status.

REFERENCES

1 
Y. Han and W. Yin, ``The effect of multimedia teaching platform based on virtual technology on students' English learning motivation,'' International Journal of Electrical Engineering Education, vol. 7, no. 9, pp. 453-467, 2021DOI
2 
L. Wang, X. Jia, H. Cui, and B. Zhang, ``An interactive practice platform of English mobile teaching in colleges and universities based on open API,'' International Journal of Continuing Engineering Education and Life-long Learning, vol. 3, no. 2, pp. 78-89, 2022.DOI
3 
H. Mohanty, S. Champati, B. L. P. Barik, and A. Panda, ``Cluster quality analysis based on SVD, PCA-based k-means and NMF techniques: An online survey data,'' International Journal of Reasoning-based Intelligent Systems, vol. 15, no. 1, pp. 86-95, 2023.DOI
4 
Z. Li, C. Tang, X. Zheng, W. Zhang, and L. Cao, ``Unified K-means coupled self-representation and neighborhood kernel learning for clustering single-cell RNA-sequencing data,'' Neurocomputing, vol. 9, no. 11, pp. 89-101, 2022.DOI
5 
R. T. Philips, S. J. Torrisi, A. X. Gorka, and E. Monique, ``Dynamic time warping identifies functionally distinct fMRI resting state cortical networks specific to VTA and SNc: A proof of concept, Cerebral Cortex, vol. 6, pp. 6-17, 2021.DOI
6 
A. Das, A. Namtirtha, and A. Dutta, “Lévy–Cauchy arithmetic optimization algorithm combined with rough K-means for image segmentation,'' Applied Soft Computing, vol. 5, no. 6, pp. 345-362, 2023.DOI
7 
I. Nio-Adan, I. Landa-Torres, E. Portillo, and D. Manjarres, ``Influence of statistical feature normalisation methods on K-Nearest Neighbours and K-Means in the context of industry 4.0,'' Engineering Applications of Artificial Intelligence, vol. 111, no. 2, pp. 104-117, 2022.DOI
8 
X. Tian, L. Gai, Y. Xu, and G. Zhao, ``Approximation algorithms for spherical k-means problem with penalties using local search techniques,'' Asia-pacific Journal of Operational Research, vol. 8, no. 12, pp. 656-668, 2023.DOI
9 
H. Guo, B. Xu, S. Zhao, and Y. Yue, ``CUDA-based parallelization of time-weighted dynamic time warping algorithm for time series analysis of remote sensing data,'' Computers & Geosciences, vol. 7, no. 11 pp. 231-243, 2022.DOI
10 
Z. Chen and J. Gu, ``High-throughput dynamic time warping accelerator for time-series classification with pipelined mixed-signal time-domain computing,'' IEEE Journal of Solid-State Circuits, vol. 4, no. 9, pp. 16-27, 2020.DOI
11 
X. Hou and Z. Zhang, ``Multi-interaction English teaching platform based on internet of things,'' International Journal of Continuing Engineering Education and Life-long Learning, vol. 6, no. 3, pp. 67-78, 2022.DOI
12 
S. Chen, ``Design of internet of things online oral English teaching platform based on long-term and short-term memory network,'' International Journal of Continuing Engineering Education and Life-Long Learning, vol. 31, no. 1, pp. 104-115, 2021.DOI
13 
Z. Sun, M. Anbarasan, and D. P. Kumar, ``Design of online intelligent English teaching platform based on artificial intelligence techniques,'' Computational Intelligence, vol. 12, no. 1, pp. 233-245, 2020.DOI
14 
Y. Zhang, N. Li, and T. Zhou, ``Analysis of multimedia combination-assisted English teaching mode based on computer platform,'' Advances in Multimedia, vol. 9, no. 8, pp. 786-794, 2022.DOI
15 
M. Wang and Y. Wang, ``Research on English teaching information pushing method based on intelligent adaptive learning platform,'' International Journal of Continuing Engineering Education and Life-long Learning, vol. 2, pp. 31-45, 2021.DOI
16 
W. E. Alberth and L. Uden, ``Whats app with English language teaching? Some practical ideas and strategies,'' International Journal of Applied Mechanics, vol. 12, no. 3, pp. 123-136, 2020.DOI
17 
Y. Burstyn, A. Gazit, and O. Dvir, ``Hierarchical dynamic time warping methodology for aggregating multiple geological time series,'' Computers & Geosciences, vol. 150, no. 8, pp. 104-124, 2021.DOI
18 
C. J. Hagen, B. T. Reilly, J. S. Stoner, and J. R. Creveling, ``Dynamic time warping of palaeomagnetic secular variation data,'' Geophysical Journal International, vol. 1, pp. 23-34, 2020.DOI
19 
H. Li, ``Time works well: Dynamic time warping based on time weighting for time series data mining,'' Information Sciences, vol. 547, pp. 592-608, 2021.DOI
20 
S. Choudhuri, S. Adeniye, and A. Sen, ``Distribution alignment using complement entropy objective and adaptive consensus-based label Refinement for partial domain adaptation,'' Artificial Intelligence and Applications, vol. 1, no. 1, pp. 43-51, 2023.DOI

Author

Qianwen Zhang
../../Resources/ieie/IEIESPC.2025.14.2.165/author1.png

Qianwen Zhang obtained her master’s degree in applied linguistics with TESOL(2013) from the University of Sheffield, Sheffield. Presently, she is working as a Teacher in the School of Education, Jingzhou University, Jingzhou. She was invited as a resource person to deliver various academic talks on applied linguistics and English education. She has published articles in more than 10 international reputed peer reviewed journals and conferences pro- ceedings. Her areas of interest include applied linguistics, English education and literature.