This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
The manufacturing industry has played a very important role in pushing for technological innovation. It can be said that the level of manufacturing development will have an important impact on technological innovation. Intelligence and automation have become very lively topics in today’s society. Researchers [1–3] will integrate artificial intelligence into machine manufacturing to drive the development of the entire industry. This promotes the continuous upgrading and transformation of machinery manufacturing. In addition, this can also highlight its own competitive advantages in optimization and enhance core competitiveness [4–6]. At present, artificial intelligence has covered all walks of life, and its application scope is becoming wider and wider, but the links involved in machinery manufacturing are very complex and changeable. The integration of new technologies still requires constant running-in. How to make full use of artificial intelligence to upgrade the improvement of manufacturing level and quality has become the focus of the current industry. By analyzing the application advantages of artificial intelligence in machinery manufacturing and its automation, the application situation at different levels is expounded, and then, the positive impact of artificial intelligence on the development of the manufacturing industry is revealed.
To meet the spiritual needs of people and the needs of the country, the application of musical instruments, such as the piano, is more extensive. Among them, due to the complex structure of the piano, there are many failures. The most common one is the mechanical failure of the keyboard [7–9]. Due to the prolonged use of the keyboard mechanism, the mechanism may be deformed or damaged, thus affecting the normal operation of the piano. Therefore, it must be implemented immediately to conduct regular inspections of the keyboard action mechanism. In the research process of conventional mechanical malfunction identification method, there are always shortcomings. At present, the traditional feature extraction method mainly includes wavelet analysis [10–12], Empirical Mode Decomposition [13, 14], Ensemble Empirical Mode Decomposition [15, 16], wavelet packet analysis [17, 18], and Complete Ensemble Empirical Mode Decomposition with Adaptive Noise decomposition [19, 20]. Traditional feature extraction and malfunction classification method rely heavily on manual engineering and expert knowledge. In particular, with the advent of the era of industrial big data and the development of sensor technology, traditional feature extraction and malfunction classification method have been unable to meet the diagnostic needs under massive data. In this context, the development and promotion of intelligent malfunction identification have begun. Intelligent malfunction identification refers to the application of machine learning theories such as artificial neural networks, support vector machines, and deep neural networks to machine malfunction identification. However, the traditional recognition method is given to the traditional algorithm such as artificial neural network or support vector machine to realize the calculation process. Due to the shallow network structure, their ability to extract complex malfunction features is limited. In recent years, deep neural networks such as deep autoencoders and deep convolutional neural networks have been widely used to build end-to-end intelligent identification models, reducing the dependence on manual labor and expert knowledge, and greatly promoting the development of intelligent malfunction identification. Based on a convolutional neural network, Zhao et al. [21] extracted features from mechanical vibration data and used long-term and short-term memory networks to judge malfunction conditions. The diagnostic accuracy of this method has been improved, but the scope of application is small. Senger and Karim [22] used the improved random forest method to obtain useable mechanical malfunction feature vectors through the mechanical principal features, thereby constructing a malfunction identification model. Through research, it can be seen that this method has a strong anti-interference ability, but the calculation process is complicated and takes more time.
Aiming at the shortcomings of the above identification method, the mechanical malfunction identification method is designed based on the BP optimized by GA and based on the principle of wavelet packet analysis through the extraction of mechanical features, the construction of network models, and the design of model parameters. In addition, high-precision identification and identificationing results of mechanical malfunctions in piano keyboard strokes are obtained. Before elaborating on the main text, for the convenience of readers, we intend to use the following abbreviations to replace the cumbersome words in the text. The main contents include replacing BP neural network with BP and replacing the genetic algorithm with GA. This substitution is only for the convenience of reading the article and does not involve grammatical issues of the overall terminology.
2. Design of Mechanical Malfunction Identification and Analyze Method
In the process of mechanical malfunction identification, all diagnostic analysis behaviors need to be based on mechanical characteristic signals. Through the extraction of feature vectors, basic data are provided for subsequent malfunction identification. Firstly, the acoustic wave sensor is used to collect the corresponding keyboard vibration signal, and the interference information in the signal is removed by soft threshold denoising, including high-frequency noise signal and ultra-low-frequency signal trend item. Then, the preprocessed signal is decomposed by multilayer wavelet packet analysis, which is an upgraded algorithm of the wavelet transform. The influence of the number of decomposed layers and the selected wavelet basis function on the decomposition result is obvious. In the process of mechanical signal analysis, the wavelet basis function needs to meet the requirements of orthogonality, regularity, and compactness. According to the previous research [23–25], this paper selects “db10” to decompose the collected acoustic signal with 5 layers of wavelet packets, which is used to explore the distribution of mechanical signals in the frequency domain. Next, the decomposed results are processed by the normalization method, and the eigenvectors of the frequency channel and the overall eigenvectors are obtained, respectively. The detailed process of wavelet packet decomposition is shown in Figure 1.
[figure(s) omitted; refer to PDF]
In the figure, Dj,k represents the original signal and f represents the signal frequency. It can be seen that the original signal is decomposed into 3 layers.
According to the feature extraction results, to ensure that the processing speed of the neural network is improved, the network input nodes are minimized so that the network speed can be improved. In this way, the purpose of selecting the feature quantity in the mechanical data can be achieved.
2.1. BP Optimized Based on GA
As one of the data-driven method, BP does not require complex mathematical calculations but only relies on the computing power of computers. By correcting the weights and thresholds of the learning samples in BP, we can improve the nonlinear fitting effect. Because the information synthesis ability of BP is extremely powerful, this intelligent prediction method can be applied to other scientific research fields and has wide adaptability. However, the recognition system also has certain problems. It mainly includes the selection of the initial threshold and weight of the neural network, the construction of the overall framework of the neural network, and the problem of how to correctly and reasonably select the prediction output function.
GA is a parallel random search optimization method that simulates the natural genetic mechanism and biological evolution theory. Based on the biological evolution principle of nature, it is introduced into the coding tandem group formed by the optimized parameters. Individuals are screened according to a chosen fitness function and by the selection, crossover, and mutation in genetics. Individuals with good fitness values are retained, and individuals with poor fitness values are eliminated. The advantages of genetic algorithms are mainly manifested in three main aspects. Moreover, its applicability has been recognized by domestic and foreign scholars and institutions.
GA optimization-based BP includes three parts: neural network structure determination, GA optimization, and BP prediction. Among them, GA is used to optimize the initial weights and thresholds of BP so that the optimized BP can better predict the output. GA finds the optimal initial weights and thresholds for BP neural network through selection, crossover, and mutation operations.
Aiming at the analysis of the malfunction identification, the problem of the hammering machinery belongs to the field of nonlinear pattern recognition and is suitable for the recognition problem of BP. Therefore, in the process of malfunction identification, it is necessary to optimize the overall identification system by setting the relevant GA factors based on the BP, building a network model, and expressing the output part of the model to the malfunction identification result file. The input part of the network model is the malfunction identification of the hammering machinery, and the BP model optimized by the GA is used to complete the real-time judgment of the mechanical malfunctions of the keyboard hammering. The application of the BP recognition system based on GA optimization is shown in Figure 2.
[figure(s) omitted; refer to PDF]
Typically, the operation of a BP model consists of two parts. On the one hand, there is the working link, in which the connection weights of different nodes need to be fixed. The calculation of the network model starts from the input layer, and through various levels of calculation, the output value of each node is obtained. On the other hand, there is the learning link, in which the output is guaranteed to be a fixed value, and each connection weight is calculated in reverse from the output layer, to modify each connection weight in the reverse calculation process of the neural network model. Figure 3 exhibits the operation procedure of the simplest neural network.
[figure(s) omitted; refer to PDF]
In the figure, X1 and X2 represent neurons corresponding to the input layer. h represents the computational error of the hidden layer and the output layer.
The BP network belongs to a multilayer feedforward neural network, which transmits the signal forward and transmits the error backward. The results of each training prediction are different, which is due to the randomness of the parameter selection of the BP network, and the initial value of each time is different. And the BP network is easy to fall into the local optimum in the process of evolutionary learning, the proficiency speed is slow, and the global optimum cannot be found. GA includes population initialization, fitness function, selection operation, crossover operation, and mutation operation. It is a global search algorithm. Combining the local search ability of the BP with the global search ability of the GA makes up for the random defect in the parameter selection of the BP, and the prediction results are more accurate.
In the actual operation process, the initial weights and thresholds of the BP can be obtained according to the individual, and the BP is trained with the training data to predict the system output, and the absolute value of the error between the predicted output and the expected output and E is used as the individual fitness. The formula for calculating the value F is as follows:
GA selection operation has many methods such as the roulette method and the tournament method. When we choose the roulette method, that is, the selection strategy based on the fitness ratio, the selection probability pi of the individual can be expressed as follows:
The crossover operation method of the kth chromosome and the lth chromosome at j is as follows:
We can select the jth gene of the ith individual to perform the mutation operation to complete the overall process of the GA.
Based on the idea of biological evolution, the GA performs genetic operations on the solution domain to find the optimal value and the corresponding optimal fitness value. GA optimization BP is divided into three parts, namely, BP structure determination, GA optimization, and BP prediction. The main content of the first part is to determine the BP structure according to the number of input and output parameters and then determine the individual length of the GA. The main content of the second part is to use the GA to optimize the parameter value. Each individual in the population contains a network ownership value and threshold value, and the minimum value of the fitness function is found through selection, crossover, and mutation operations. Finally, the BP prediction uses the network initial weights and thresholds corresponding to the optimal individual to assign values, and the function output is predicted after training. The basic process of genetic algorithm optimization of the neural network is shown in Figure 4.
[figure(s) omitted; refer to PDF]
2.2. Calculation Parameters of Malfunction Identification Model
In the model calculation process, to ensure good communication between the input layer and the output layer, it is necessary to enable the concealed layer to receive and extract the output layer information and transmit the processed information to the output layer. The research on the number of concealed layers shows that it has a non-negligible impact on the computing power of the prediction system. As the number of layers increases, the computing power will increase accordingly. However, it also increases the computation time of the prediction system. Neural network structures all contain a concealed layer. Taking into account the computational accuracy of the network, the appropriate number of neurons is determined by increasing the quantity value of concealed layer nodes. In the process of determining the number of neurons in the concealed layer, it is indispensable to analyze the input and output of the prediction system.
Simultaneously, two transfer functions are needed in the BP structure to safeguard the accuracy and real-time performance of data transmission. The sigmoid activation function is used to complete the information transfer at different levels. Because the range of output values involved in malfunction identification is small, the sigmoid function can be selected for both transfer functions.
In the process of model application, it is also necessary to determine the learning efficiency. On the one hand, based on the experience, the learning rate of network training is selected, and then, the value of numerical experimental error is used to analyze whether the network learning rate meets the requirements. On the other hand, when the network is trained for a long time and cannot produce a large degree of error reduction, it proves that the selected learning efficiency cannot meet the requirements. Through the continuous trial calculation and back-calculation process, we can obtain the computational network model required for error prediction. Figure 5 exhibits the variation law of numerical experimental error with respect to training time.
[figure(s) omitted; refer to PDF]
As shown in Figure 5, when the number of training times reaches the optimal value, the experimental error of the network will reach the minimum value. Beyond this range, there will be a state of overtraining, increasing the range of training errors. For each network trial calculation, the optimal training times of the model can be determined through a mapping relationship curve similar to that shown in Figure 6.
[figure(s) omitted; refer to PDF]
To sum up, the operation of the mechanical malfunction identification system based on the GA optimization neural network proposed in this paper can be completed in Figure 6.
3. Brief Description of Experimental Monitoring and Experimental Results
3.1. Case Verification and Analysis
To ensure that the designed malfunction identification method can exert good performance in practical application, an experimental test is carried out. The mechanical transition data set of keyboard stringing is used, which contains 300 fundamental wave data, including multiple sets of single-string and multistring malfunction data. Since the ratio between the two is set to 10 : 2, the purified signal data extracted from multiple sets of experiments are used to verify the correctness, rationality, and adaptability of the proposed method. Due to the designed diagnostic method, it is based on the BP optimized by GA.
Among them, the typical signal collected is shown in Figure 7.
[figure(s) omitted; refer to PDF]
According to the calculation principle of GA and BP, the GA optimization BP algorithm is realized in MALTAB. The graph of adaptation degree with increasing computation time is shown in Figure 8.
[figure(s) omitted; refer to PDF]
According to the above calculation results, the optimal parameter values, namely, weights and thresholds, are obtained. Then, we can assign optimal initial weights and thresholds to the neural network. Finally, it is output after training 1000 times with the training data.
At the beginning of the experiment, the number of neurons must be decided, and the number of input neurons for the identification subnet is set to n = 10. The number of output neurons is represented by L, and here, we set L = 7. The value range of the number of hidden layer nodes is set between 6 and 16. Table 1 summarizes the analysis data of the preprocessing results of the numerical experiments.
Table 1
Relevant training results of BP.
The number of concealed layer nodes | Training error | Training step |
6 | 4.37e − 4 | 532 |
7 | 1.64e − 4 | 346 |
8 | 1.22e − 4 | 235 |
9 | 1.02e − 4 | 219 |
10 | 9.87e − 5 | 200 |
11 | 9.62e − 5 | 168 |
12 | 1.01e − 4 | 212 |
13 | 1.35e − 4 | 378 |
14 | 1.38e − 4 | 352 |
15 | 1.25e − 4 | 333 |
16 | 1.23e − 4 | 311 |
According to Table 1, when the number of concealed nodes is 9, 10, 11, and 12, the training error will change. It can be clearly found that when the numerical value of the total number of nodes is 12, the number of training steps of the neural network is the smallest, only 168 steps. Figure 9 is the training error curve of the overall system. Figure 10 shows the relationship between the training error and the number of concealed nodes.
[figure(s) omitted; refer to PDF]
Since the network converges in step 168, the number of nodes in the concealed layer of the BP network is set to 11. The above parameters are used for mechanical malfunction Identity, and two conventional malfunction identification methods are selected for testing under the same conditions. Through the comparison of experimental results, the performance of different malfunction identification methods is analyzed.
To show the accuracy of the prediction method, the optimized BP is compared with the traditional neural network. The comparison errors of the 100 groups of training data obtained in the experiment are shown in Figure 11. It can be seen from Figure 10 that the prediction error of the BP is relatively large compared with the measured relative variables of mechanical failure, and the maximum has reached −0.4. The error of the network optimized by the GA is basically kept up and down the horizontal axis, the error is small, and the maximum error is less than 0.1. The above analysis results show that it can basically reflect the changing trend of mechanical failure variables in the spatial dimension.
[figure(s) omitted; refer to PDF]
In order to further verify the reliability of the experimental results, as shown in Figure 12, the root mean square difference of the two methods is compared. The comparison results are consistent with the results obtained by experimental error.
[figure(s) omitted; refer to PDF]
Figure 13 is an overall model data display effect diagram. We can clearly draw the following viewpoints that when training rounds reach 225, the training losses of the three methods gradually stabilize. However, the analysis shows that the stability of the designed diagnostic method is better, and the overall loss is significantly reduced compared with the other two conventional traditional prediction methods. This also proves the advanced nature and adaptability of the aforementioned method.
[figure(s) omitted; refer to PDF]
3.2. Comparison of Experimental Results of Single-String Malfunction Identification
For single-string mechanical malfunctions, it is divided into 3 test sets for malfunction identification testing, and the single-string malfunction identification results are recorded. In addition, we calculated the diagnostic accuracy of different malfunction identification methods through the previously formulated calculation program. The specific experimental results are shown in Table 2.
Table 2
Comparison of single-string malfunction identification accuracy.
Method | Accuracy of test identification | Average accuracy | ||
U1 (%) | U2 (%) | U3 (%) | ||
Proposed method | 90.53 | 93.27 | 93.75 | 92.51 |
Traditional method 1 | 84.34 | 88.79 | 90.68 | 86.94 |
Traditional method 2 | 87.16 | 88.79 | 87.51 | 87.85 |
From the accuracy comparison relationship in Table 2, it can be found that the identification result of the aforementioned method optimized by GA is obviously better than the two conventional methods. The diagnostic accuracy of the method in this paper is higher than 90%, and the average accuracy is 92.51%. The average diagnostic accuracy of the two conventional methods was 86.94% and 87.85%, respectively. Through multiple network model training, the number of layers of the BP is increased, various intelligent parameters in the BP network are optimized, and the malfunction identification accuracy is effectively optimized. Compared with the two conventional traditional methods, the diagnostic accuracy was increased by 2.57% and 5.66%, respectively.
3.3. Comparison of Experimental Results of Multistring Malfunction Identification
Similarly, for multistring mechanical malfunctions, it is divided into 3 test sets for malfunction identification testing, and the single-string malfunction identification results are recorded. We can calculate the diagnostic accuracy of different malfunction identification methods through a preset program. The specific experimental results are shown in Table 3.
Table 3
Comparison of multistring malfunction identification accuracy.
Method | Accuracy of test identification | Average accuracy | ||
U1 (%) | U2 (%) | U3 (%) | ||
Proposed method | 91.27 | 90.18 | 89.68 | 90.38 |
Traditional method 1 | 85.71 | 83.57 | 84.54 | 86.41 |
Traditional method 2 | 83.93 | 84.03 | 81.46 | 83.32 |
From the accuracy comparison relationship in Table 3, it can be found that the identification result of t the aforementioned method optimized by GA is obviously better than the two conventional methods. The diagnostic accuracy of the method in this paper is higher than 89%, and the average accuracy is 90.38%. The average diagnostic accuracy of the two conventional methods was 86.41% and 83.32%, respectively. Through multiple network model training, the number of layers of the network is increased, the various intelligent parameters in the BP network are optimized, and the malfunction identification accuracy is effectively improved. Compared with the traditional method, the diagnostic accuracy is increased by 5.76% and 7.15%, respectively.
To sum up, the identification design method of the aforementioned method optimized by GA has better malfunction identification performance for mechanical malfunctions. The introduction of this method based on coding calculation provides a new innovative idea for solving similar engineering cases.
4. Conclusion
(1) From a global and local perspective, the experimental operator can optimize the parameters of BP through GA and organically combine the global search ability of GA with the local search ability of BP. In this way, the defects caused by the randomness of weights and thresholds in the actual algorithm can be compensated to the greatest extent. The identification method proposed here has more accurate prediction results and better innovation than traditional prediction ideas.
(2) In view of the shortcomings of the traditional malfunction identification method, a learning model is constructed through BP, and reasonable malfunction identification model parameters are set by using its learning mechanism and nonlinear mapping level. The results show that the designed malfunction method improves the performance of mechanical malfunction identification, which makes the field of mechanical malfunction detection have a better development prospect. The research results have achieved the expected goal, and more in-depth research will be conducted on mechanical malfunction identified in the future.
(3) It has certain engineering significance in the processing of mechanical construction. According to the current practical application situation, the practical direction of artificial intelligence in mechanical design and manufacturing and its automation mainly includes mechanical design, information processing, and malfunction identification which brought an important impetus that cannot be ignored.
Acknowledgments
This work was supported by Hebei University Science and technology research project “Intelligent maintenance of production line based on digital twin and deep learning”(QN2022201).
[1] A. Abid, M. T. Khan, H. Lang, C. W. de Silva, "Adaptive system identification and severity index-based fault diagnosis in motors," IEEE, vol. 24 no. 4, pp. 1628-1639, DOI: 10.1109/tmech.2019.2917749, 2019.
[2] P. Dolezel, M. Dvorak, "Computer game as a tool for machine learning education," Proceedings of the 2017 21ST INTERNATIONAL CONFERENCE ON PROCESS CONTROL (PC), pp. 104-108, .
[3] A. Adouni, D. Chariag, D. Diallo, M. Ben Hamed, L. Sbita, "FDI based on artificial neural network for low-voltage-ride-through in DFIG-based wind turbine," ISA Transactions, vol. 64, pp. 353-364, DOI: 10.1016/j.isatra.2016.05.009, 2016.
[4] B. W. Liu, Z. Y. Ji, T. Wang, Z. Tang, "Failure identification of dump truck suspension based on an average correlation stochastic subspace identification algorithm," APPLIED SCIENCES-BASEL., vol. 8 no. 10,DOI: 10.3390/app8101795, 2018.
[5] L. Dong, W. Shu, D. Sun, X. Li, L. Zhang, "Pre-alarm system based on real-time monitoring and numerical simulation using internet of things and cloud computing for tailings dam in mines," IEEE Access, vol. 5, pp. 21080-21089, DOI: 10.1109/access.2017.2753379, 2017.
[6] H. A. Abbass, S. Elsawah, E. Petraki, R. Hunjet, "Machine Education: designing semantically ordered and ontologically guided modular neural networks," Proceedings of the 2019 IEEE SYMPOSIUM SERIES ON COMPUTATIONAL INTELLIGENCE (IEEE SSCI 2019), pp. 948-955, .
[7] J.-P. Li, G. Thompson, "Mechanical failure analysis in a virtual reality environment," Proceedings of the Institution of Mechanical Engineers - Part E: Journal of Process Mechanical Engineering, vol. 219 no. 3, pp. 237-250, DOI: 10.1243/095440805x28258, 2005.
[8] V. V. Shpeı̆zman, L. V. Zhoga, "Kinetics of failure of polycrystalline ferroelectric ceramics in mechanical and electric fields," Physics of the Solid State, vol. 47 no. 5, pp. 869-875, DOI: 10.1134/1.1924847, 2005.
[9] J. Y. Liu, B. F. Song, Y. G. Zhang, "Competing failure model for mechanical system with multiple functional failures," Advances in Mechanical Engineering, vol. 10 no. 5,DOI: 10.1177/1687814018773155, 2018.
[10] Y. Zhao, R. L. Shan, H. L. Wang, "Research on vibration effect of tunnel blasting based on an improved Hilbert-Huang transform," Environmental Earth Sciences, vol. 80 no. 5,DOI: 10.1007/s12665-021-09506-9, 2021.
[11] D. B. Sun, Q. Wang, X. Y. Xue, S. Zhang, "Damage degree assessment based on lamb wave and wavelet packet transform," PROCEEDINGS OF THE 2019 31ST CHINESE CONTROL AND DECISION CONFERENCE (CCDC 2019), pp. 3179-3184, .
[12] Y. Azimi, S. H. Khoshrou, M. Osanloo, "Prediction of blast induced ground vibration (BIGV) of quarry mining using hybrid genetic algorithm optimized artificial neural network," Measurement, vol. 147,DOI: 10.1016/j.measurement.2019.106874, 2019.
[13] J. Lai, K. Wang, J. Qiu, F. Niu, J. Wang, J. Chen, "Vibration response characteristics of the cross tunnel structure," Shock and Vibration, vol. 2016,DOI: 10.1155/2016/9524206, 2016.
[14] G. S. Zhong, L. p Ao, K. Zhao, "Influence of explosion parameters on wavelet packet frequency band energy distribution of blast vibration," Journal of Central South University, vol. 19 no. 9, pp. 2674-2680, DOI: 10.1007/s11771-012-1326-5, 2012.
[15] Y. C. Gong, Z. J. Wang, G. Y. Xu, Z. X. Zhang, "A comparative study of groundwater level forecasting using data-driven models based on Ensemble empirical mode decomposition," Water, vol. 10 no. 6,DOI: 10.3390/w10060730, 2018.
[16] L. Ai, S. H. Muggleton, C. Hocquette, M. Gromowski, U. Schmid, "Beneficial and harmful explanatory machine learning," Machine Learning, vol. 110 no. 4, pp. 695-721, DOI: 10.1007/s10994-020-05941-0, 2021.
[17] Z. C. Li, Y. Deng, G. Y. Zhang, X. Yang, "Determination of best grading of wavelet transform in deformation measurement data filtering," Geomatics and Information Science of Wuhan University, vol. 36 no. 03, pp. 285-288, DOI: 10.13203/j.whugis2011.03.006, 2011.
[18] J. Zhang, Z. X. Pan, Y. X. Zheng, Y. Li, "Research on extraction method of vibration signal trend item," ACTA Electronic Journal, vol. 45 no. 01, pp. 22-28, 2017.
[19] H. Jin, Q. Wu, C. Fan, "Research on energy distribution characteristics of post-disaster distress signal based on CEEMDAN-WPT joint denoising," Journal of Nanjing University of Science and Technology, vol. 44 no. 02, pp. 194-201, 2020.
[20] M. Yang, J. Wang, X. Zhou, Q. Guo, "De- noising method based on CEEMD and wavelet packet," Journal of Nanjing University of Posts and Telecommunications (Natural Science Edition), vol. 38 no. 2, pp. 41-47, 2018.
[21] N. Zhao, C. Li, H. Jia, F. Wang, Z. Zhao, L. Fang, X. Li, "Acoustic emission-based flow noise detection and mechanism analysis for gas-liquid two-phase flow," Measurement, vol. 179,DOI: 10.1016/j.measurement.2021.109480, 2021.
[22] R. S. Senger, M. N. Karim, "Neural-network-based identification of tissue-type plasminogen activator protein production and glycosylation in CHO cell culture under shear environment," Biotechnology Progress, vol. 19 no. 6, pp. 1828-1836, DOI: 10.1021/bp034109x, 2003.
[23] S. Taylor, T. Park, I. A. Eckley, "Multivariate locally stationary wavelet analysis with the mvLSW R package," Journal of Statistical Software, vol. 90 no. 11,DOI: 10.18637/jss.v090.i11, 2019.
[24] X. Li, X. Zhang, P. Zhang, G. Zhu, "Fault data detection of traffic detector based on wavelet packet in the residual subspace associated with PCA," APPLIED SCIENCES-BASEL, vol. 9 no. 17,DOI: 10.3390/app9173491, 2019.
[25] E. Rajabi, G. Ghodrati Amiri, "Generation of critical aftershocks using stochastic neural networks and wavelet packet transform," Journal of Vibration and Control, vol. 26 no. 5-6, pp. 331-351, DOI: 10.1177/1077546319879536, 2020.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2022 Meng Wang. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. https://creativecommons.org/licenses/by/4.0/
Abstract
Current technology trends have been gradually integrated into the production of all walks of life, which play an indispensable part in promoting the intelligent development of enterprises, and have brought a greater impact on production and reformation. With the rapid development of the economy and technology, the manufacturing industry has played a very important role. For this reason, the introduction of artificial intelligence into machinery manufacturing can not only improve production efficiency but also save labor and reduce labor costs. The application of artificial intelligence in machinery manufacturing has a critical good role in promoting industrial upgrading and transformation. This time, through the application of smart algorithms in machinery manufacturing and its automation, we expect that such a technological revolution can provide a new development prospect for the development of manufacturing intelligence and automation. Taking the malfunction identification of string striking machinery as an example, this paper studies the smart identification method of mechanical malfunction based on multisensor. In the process of malfunction identification of keyboard stroke machinery, the accuracy of malfunction identification results is low due to the influence of the identification model. Moreover, a malfunction identification and analysis method for keyboard stroke machinery based on BP optimized by GA is proposed. The mechanical data of keyboard chords are acquired by sound-sensitive sensors, and the data features are extracted by wavelet packet decomposition. Based on the optimized BP, a mechanical malfunction judgment model is constructed, and various parameters in the model are calculated. The results show that the intelligent identification method proposed has exhibited strong adaptability and superiority compared with the traditional method.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer