Next Article in Journal
Analysis of Energy Security Based on Level of Alignment with the Goals of Agenda 2030
Previous Article in Journal
The Cost Reduction Potential of Demand Response in Balancing Markets from a System Perspective
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Neuro-Fuzzy Framework for Fault Prediction in Electrical Machines via Vibration Analysis

by
Karolina Kudelina
* and
Hadi Ashraf Raja
Department of Electrical Power Engineering and Mechatronics, Tallinn University of Technology, 19086 Tallinn, Estonia
*
Author to whom correspondence should be addressed.
Energies 2024, 17(12), 2818; https://doi.org/10.3390/en17122818
Submission received: 12 April 2024 / Revised: 29 May 2024 / Accepted: 5 June 2024 / Published: 7 June 2024
(This article belongs to the Section F: Electrical Engineering)

Abstract

:
The advent of Industry 4.0 has ushered in a new era of technological advancements, particularly in integrating information technology with physical devices. This convergence has given rise to smart devices and the Internet of Things (IoT), revolutionizing industrial processes. However, despite the push towards predictive maintenance, there still is a significant gap in fault prediction algorithms for electrical machines. This paper proposes a signal spectrum-based machine learning approach for fault prediction, specifically focusing on bearing faults. This study compares the effectiveness of traditional neural network algorithms with a novel approach integrating fuzzy logic. Through extensive experimentation and analysis of vibration spectra from various mechanical faults in bearings, it is demonstrated that the fuzzy-neuro network model outperforms traditional neural networks, achieving a validation accuracy of 99.40% compared to 94.34%. Incorporating fuzzy logic within the neural network framework offers advantages in handling complex fault combinations, showing promise for applications requiring higher accuracy in fault detection. While initial results are encouraging, further validation with more complex fault scenarios and additional fuzzy layers is recommended to fully explore the potential of fuzzy-neuro networks in fault prediction for electrical machines.

1. Introduction

Nowadays, electrical machines play a pivotal role across various applications and industries, significantly contributing to efficiency and productivity enhancements. Their extensive utilization underscores the importance of ensuring proper maintenance to uphold operational integrity. From small appliances to large-scale industrial machinery, electrical machines are integral components of daily life. Despite their benefits, various damages combined with environmental factors can adversely affect the performance of induction machines during operation, impacting their effectiveness, maintenance requirements, and lifespan. Given the indispensable nature of these motors across diverse industrial sectors, preventing such failures is crucial and necessitates vigilant attention [1].
In today’s landscape, every energy system represents a complex mechanism vulnerable to damage. Monitoring numerous parameters is imperative to ensure operation and prevent unforeseen failures [2]. Furthermore, certain fault patterns present in the signals can serve as indicators of imminent failure. Therefore, incorporating condition-based monitoring is essential to remain informed and to make informed decisions regarding machine maintenance. Rapid advancements in information technologies, particularly cloud computing and the Internet of Things (IoT), introduce enhanced diagnostic capabilities—predictive maintenance—leveraging big data and numerical models of systems for greater efficiency [3,4].
Many studies focusing on intelligent health monitoring heavily rely on machine learning techniques [5]. Artificial neural networks stand out as a widely used set of methods [6]. Owing to their adaptability, nonlinearity, and capacity to approximate arbitrary functions, neural networks have demonstrated effectiveness in condition monitoring and prediction. Through training, they discern intricate dependencies between input and output data, enabling generalization [7]. Consequently, neural networks are hailed as a versatile solution applicable to a myriad of problems. Authors in [8] propose a diagnostic method for bearing based on vibration signals and convolutional neural networks. In [9], a vibration-based bearing fault diagnosis approach with the usage of convolutional neural network is presented. The authors in [10] propose a diagnosis method that combines frequency-domain signal analysis with lightweight neural networks. In [11], the authors present a method that trains deep neural networks with convolutional autoencoder and kernel density estimation to define an optimal threshold for anomaly detection. The authors in [12] propose a method based on a multi-attention convolutional neural network for accurate fault diagnosis. In [13], the authors explore the effectiveness of image-based approaches for machine fault diagnosis via convolutional neural networks.
At the same time, fuzzy logic offers a flexible approach capable of handling variables within these parameters. This alternative decision-making method presents numerous advantages. The authors in [14] present an approach for wind turbine condition monitoring using a fuzzy inference system. In [15], partial discharge monitoring of medium-voltage switchgears is discussed. The authors in [16] propose a health monitoring method for lithium-ion batteries. In [17], the authors present techniques of fault diagnosis for a three-phase voltage-source inverter. The authors in [18] introduce a multiclass adaptive neuro-fuzzy classifier combined with feature selection techniques for detecting and classifying faults in photovoltaic arrays.
As discussed, fuzzy logic approaches are predominantly utilized for fault classification rather than prediction. Hence, one of the distinctive aspects of this study was to explore the potential of fuzzy logic in prediction tasks, which represents a novel direction compared to prevailing methodologies in the field. This study examines two approaches to assess the accuracy of machine learning models and determine if results can be enhanced by integrating fuzzy logic with machine learning. The novelties and contributions of this manuscript are as follows:
  • This paper presents a novel integration of fuzzy logic into neural networks, creating a fuzzy-neuro network specifically for fault prediction in electrical machines. This innovative approach combines the decision-making strengths of fuzzy logic with the pattern recognition capabilities of neural networks, resulting in significantly higher accuracy for detecting complex fault patterns in bearings.
  • This study introduces a unique methodology by applying machine learning to the signal spectrum of vibration data for predicting bearing faults. This focus on analyzing vibration spectra in the frequency domain provides a more precise and reliable means of fault detection, distinguishing it from traditional time-domain analysis techniques.
  • This research demonstrates that incorporating a fuzzy logic layer within a neural network framework achieves a validation accuracy of 99.40%, outperforming the traditional neural network’s 94.34%. This improvement highlights the effectiveness of the fuzzy-neuro network in handling intricate fault combinations, showcasing its potential for applications requiring high accuracy in fault prediction.

2. Bearing Faults and Experimental Setup

Bearings are pivotal components within rotating machinery. Various internal and external factors can impact bearing performance during motor operation, including material fatigue, improper lubrication, contamination, mechanical damage, and shaft currents. Any unforeseen failure can have fatal consequences in production. To avoid such risks, consistent condition monitoring remains imperative.
A substantial amount of qualitative data is essential to effectively train the system to predict potential machine failures. The main challenge revolves around the quantity and quality of training data available. For this reason, an experimental test bench was devised for data gathering, as illustrated in Figure 1.
As shown, the setup comprises a testing machine, loading machine, and acquisition system (Dewetron, Grambach, Austria). The tests were conducted at the rated speed in steady state. The parameters of the testing and loading motor are presented in Table 1.
To ensure the accuracy of fault pattern training, we considered various operational conditions of the rotating machine. Signals were extracted from parameters such as current, voltage, torque, speed, and vibration to analyze fault impacts. However, the vibration spectrum plays a pivotal role in analyzing damaged bearings. For this reason, the vibration signals were prioritized. During the experiments, vibration measurements were carried out utilizing a triaxial accelerometer with a range of ±100 g, strategically positioned over the shaft. Testing encompassed different motor loads, spanning from 0% to 100%. Furthermore, data collection occurred in diverse control environments, including grid-fed, scalar control, and direct torque control systems.
As shown in Figure 2, this study focused on the most prevalent mechanical bearing faults: faulty outer ring, faulty inner ring, and damaged cage. The faults were manually implemented to the healthy bearings. Both healthy and faulty cases were placed in the test motor for examination. Data were meticulously collected and recorded through the acquisition system, resulting in an extensive array of datasets detailing the bearings’ condition.

3. Methodology

The suggested methodology encompasses several key steps aimed at effectively predicting faults in electrical machines. Initially, the process begins with data gathering directly from the machine utilizing sensors, ensuring comprehensive coverage of relevant information. Subsequently, the collected data undergo thorough pre-processing, which includes denoising techniques and conversion to the frequency domain, enhancing the quality and suitability of the data for analysis. Following pre-processing, the data are utilized for fault prediction using a combination of machine learning and fuzzy logic models. The methodology of the suggested approach is presented in Figure 3.
Focusing on specific frequency components within the harmonic spectrum is crucial to ensure the timely detection of failures. These components are identifiable in the frequency domain through fast Fourier transforms of the machine’s signal. Since bearing faults primarily manifest in the vibration spectrum, emphasis was placed on analyzing vibration patterns. Figure 4 presents an initial comparison of various mechanical faults on the vibration spectrum, potentially arising within the bearings. The fault notably impacts the frequency range of 0 to 1000 Hz the most prominently. However, for algorithm training purposes, the most significant range lies within 0 to 500 Hz.
As seen, there are distinct regions where the fault impact is the most pronounced. However, it is essential to investigate the effect of faults on fundamental harmonics before delving into their influence on side harmonics. Then, understanding how damages alter side harmonics becomes a logical progression. Consequently, fault patterns can be extracted from each signal and compared with healthy signals, facilitating system training. The vibration signals captured by the system inherently contain some level of noise attributed to external factors. Although denoising techniques such as wavelet transformation or applying smoothing functions tailored to vibration signals are typically considered, they have yet to be factored into the preliminary analysis. For now, the signal remains untreated to assess the potential impact of denoising methods in subsequent stages. For denoising purposes, a combination of low-pass filtering and median filtering is employed. This method ensures effective noise reduction without compromising the integrity of the information. While there may be concerns about information loss, particularly in scenarios involving low power signals and the use of microcontroller boards, the data acquisition process utilizing Dewetron minimizes such risks. Therefore, the approach adopted here mitigates the potential for information loss to a significant extent.
Once the signals are collected, the samples are shifted to the frequency domain for initial analysis to see if the healthy and faulty cases have unique frequency components. For the initial study, the collected samples were classified as either healthy or faulty signals. The data samples are then further divided with a ratio of 70–30% into training and testing data sets. The total number of initial samples collected for this study is 4 million, with each data sample consisting of every unique frequency component. The overview of the algorithms is shown in Figure 5.
Typically, conventional computer programs make inflexible “yes or no” decisions by employing logic operations based on two-valued logic, which functions with either “1/0” or “true/false”. In contrast to this binary logic, fuzzy logic can handle variables within these parameters. The primary configuration of the fuzzy logic block is depicted in Figure 6. It comprises fuzzification, where linguistic variables undergo transformation into fuzzy sets via the utilization of membership functions. Fuzzy linguistic variables are employed to express qualities that extend across a specific spectrum. The central component of the fuzzy logic block comprises fuzzy rules or sentences constructed in the form of IF-THEN rules:
IF x is A, THEN y is B
The rule base manages linguistic sentences to perform logic operations within the fuzzy block. The inference engine executes fuzzy implications for arriving at solutions. Defuzzification then converts variables from fuzzy sets into tangible, real values.
Fuzzy logic decisions offer distinct advantages, outlined as follows:
(1)
Rule-Based Sentences: Fuzzy logic employs rules presented in sentence form, facilitating readability for process operators. These rules can be constructed using everyday vocabulary, such as ‘high’, ‘low’, and ‘increasing’, enabling operators to integrate their practical experience directly.
(2)
Incorporation of Expert Knowledge: Fuzzy logic allows decision-makers to consider numerous inputs, leveraging the advantage of including expert knowledge in decision-making.
(3)
Natural Language Interface: Fuzzy logic algorithms interface with natural language, setting it apart from other methods. This characteristic enhances its accessibility and user-friendliness.
(4)
Nonlinear System Capability: The fuzzy logic block generally operates as a nonlinear system and can handle multiple inputs and outputs. Variables can be combined in “IF–THEN” rules using the connectives AND/OR. Rules are executed in parallel and provide recommended actions, even if conflicts arise. The controller is responsible for resolving these conflicts.
However, there are also several disadvantages:
(1)
Tuning Parameters: Fuzzy logic decisions involve more tuning parameters than classical approaches, making them potentially more complex. Additionally, tracing data flow during execution is challenging, which complicates error correction.
(2)
Understanding and Implementation: While fuzzy logic has merits, other techniques are well understood, easily implemented, and widely adopted in various applications.
(3)
Lack of Simple Equation: Due to its structure, fuzzy logic lacks a straightforward equation and mathematical apparatus, making system analysis challenging. Consequently, ensuring system stability becomes a complex task.
In this study, the approach is to compare a normal neural network algorithm and a fuzzy neural network algorithm, where a fuzzy logic layer is defined between the neural networks to smooth out the results further and achieve higher accuracy. The general overview of the training algorithm is shown in Figure 7. The training and testing were performed in Python 3.7.
The training for the machine learning algorithms is similar, with the only difference being the introduction of the fuzzy layer as one of the hidden layers of the algorithm. Different configurations were considered for the number of neurons and hidden layers to achieve optimized results for an artificial neural network, and the most optimized one was selected from within. To keep the comparison similar, the same configuration was also applied in the case of fuzzy logic integration. The other settings were also optimized based on the initial results of the training algorithm, whereas the most optimal activation function was selected for this scenario. In further studies, algorithms are also being trained using different activation functions to check on the results. There is also a check for early stoppage in case of overfitting in algorithm training.
For the initial study, the neural network training consists of 5 hidden layers, 1 input and 1 output layer. The number of neurons in each layer of the neural network is shown in Table 2 for each case; this is taken to have a better understanding of the comparison. Also, optimizing the algorithms further with changes in the number of neurons did not generate any different results. There is an early stop function to check for overtraining and to achieve the most optimized result for the trained algorithm.
During the initial optimization phase, multiple tests were conducted to refine the algorithm, with an early stoppage implemented to prevent overtraining. Beyond a specific threshold, increasing the number of neurons resulted in a decline in algorithm performance. For future reference, a statistical model will be utilized to further optimize neuron selection, enabling comparisons of both models under identical conditions for valuable insights into future enhancements. Figure 8 shows the algorithm’s pseudo code.
It explains the algorithm’s implementation step by step, including the hidden layers, where a fuzzy layer is used instead of the usual neural network layer for the second case. This is used to help give more options to the weight adjustment of neural network hidden layers and induce a control layer in between to achieve better results.

4. Results

Once the model is trained, it undergoes blind validation using test data samples that were separated at the start of the training process. The validation accuracy is calculated for both the traditional neural and fuzzy-neuro network models, as presented in Figure 9. In this study, the training was conducted over a maximum of 350 epochs, with an early stopping mechanism to prevent overtraining and ensure optimal machine learning model performance.
The validation accuracy results for both models are summarized in Table 3 below:
The fuzzy-neuro network significantly outperforms the traditional neural network, achieving a validation accuracy of 99.40% compared to 94.34%. An improvement of more than 5% demonstrates the good capability of the fuzzy-neuro network in accurately predicting faults. Moreover, the results suggest that the fuzzy-neuro network’s advantage will be even more pronounced in more complex scenarios involving multiple types of faults. The model can further refine weight adjustments by incorporating additional fuzzy logic layers, leading to even higher accuracy. This scalability and adaptability make the fuzzy-neuro network a promising solution for sophisticated fault detection tasks in electrical machines.
The substantial increase in accuracy can be attributed to the integration of fuzzy logic within the neural network framework. Fuzzy logic allows the model to handle uncertainties and approximate reasoning more effectively than traditional binary logic, which is particularly beneficial in the context of fault prediction where data can be noisy and complex.
  • The fuzzy-neuro network’s ability to manage complex fault patterns stems from its flexible rule-based approach. This leads to a more robust and nuanced fault detection system capable of identifying subtle differences between healthy and faulty states.
  • The results indicate that the fuzzy-neuro network is more accurate and adaptable to varying conditions. As industrial machines operate under diverse and often unpredictable environments, the ability of the fuzzy-neuro network to adapt to different types of faults and operational scenarios is a significant advantage.
  • The higher accuracy achieved by the fuzzy-neuro network also reduces false positives and negatives. This is crucial in industrial applications, where the cost of undetected faults (false negatives) or unnecessary maintenance (false positives) can be substantial. By minimizing these errors, the fuzzy-neuro network contributes to more efficient maintenance schedules and reduces the risk of unexpected machine downtime.
  • The fuzzy-neuro network model’s high accuracy and robust performance shows potential for real-time fault detection and predictive maintenance systems. Implementing such a model in real time could provide continuous monitoring and immediate fault diagnosis, further enhancing operational efficiency and machine longevity.
The integration of fuzzy logic within neural networks presents a significant advancement in fault prediction for electrical machines. The fuzzy-neuro network’s good accuracy, adaptability, and potential for real-time application make it a valuable tool for enhancing predictive maintenance and ensuring the reliability of critical industrial machinery.

5. Conclusions

Diagnostics of electrical machines has always been an essential aspect of industrial research. With the revolution in industrial applications, more emphasis has been placed on predictive maintenance rather than scheduled maintenance. With more research moving towards condition monitoring and real-time fault detection, neural network-trained models have become essential to current fault detection methods.
This paper presents a conceptual short comparison between fault detection using neural network-trained models and fuzzy-neuro network-trained models. It introduces a technique to utilize fuzzy control logic within the neural network to train models that can be utilized for fault detection with better accuracy. It can be seen from the results that the fuzzy-neuro network-trained models show 5% more accuracy for validation cases as compared to the neural network-trained models for the same data set.
It can be interpreted that fuzzy-neuro models can be used to train more complex models especially where the number of faults integrated in a single model is more than five as the accuracy of neural network-trained models start going down with complex combinations.
The proposed method is still in its early stages of development and validation; hence, it needs to be applied to more complex cases to verify its accuracy. It might also need more optimization and testing to achieve the best configuration and combination of neural networks with fuzzy logic to achieve optimal results. Hence, more work is needed to find out the exact restrictions or limitations of the method and how they can be addressed.

Author Contributions

Conceptualization, K.K. and H.A.R.; methodology, H.A.R.; software, H.A.R.; validation, K.K.; formal analysis, K.K. investigation, H.A.R.; resources, H.A.R.; data curation, H.A.R.; writing—original draft preparation, K.K.; writing—review and editing, H.A.R.; visualization, K.K.; supervision, H.A.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Song, L.; Wang, H.; Chen, P. Step-by-Step Fuzzy Diagnosis Method for Equipment Based on Symptom Extraction and Trivalent Logic Fuzzy Diagnosis Theory. IEEE Trans. Fuzzy Syst. 2018, 26, 3467–3478. [Google Scholar] [CrossRef]
  2. Raja, H.A.; Kudelina, K.; Asad, B.; Vaimann, T. Fault Detection and Predictive Maintenance for Electrical Machines. In New Trends in Electric Machines—Technology and Applications; IntechOpen: London, UK, 2022. [Google Scholar]
  3. Sun, Y.; Qiang, H.; Xu, J.; Lin, G. Internet of Things-Based Online Condition Monitor and Improved Adaptive Fuzzy Control for a Medium-Low-Speed Maglev Train System. IEEE Trans. Ind. Inform. 2020, 16, 2629–2639. [Google Scholar] [CrossRef]
  4. Karakose, M.; Yaman, O. Complex Fuzzy System Based Predictive Maintenance Approach in Railways. IEEE Trans. Ind. Inform. 2020, 16, 6023–6032. [Google Scholar] [CrossRef]
  5. Kudelina, K.; Vaimann, T.; Asad, B.; Rassõlkin, A.; Kallaste, A.; Demidova, G. Trends and Challenges in Intelligent Condition Monitoring of Electrical Machines Using Machine Learning. Appl. Sci. 2021, 11, 2761. [Google Scholar] [CrossRef]
  6. Wang, J.; Zhao, R.; Wang, D.; Yan, R.; Mao, K.; Shen, F. Machine health monitoring using local feature-based gated recurrent unit networks. IEEE Trans. Ind. Electron. 2017, 65, 1539–1548. [Google Scholar] [CrossRef]
  7. Shao, S.; McAleer, S.; Yan, R.; Baldi, P. Highly Accurate Machine Fault Diagnosis Using Deep Transfer Learning. IEEE Trans. Ind. Inform. 2019, 15, 2446–2455. [Google Scholar] [CrossRef]
  8. Dai, J.; Tian, L.; Chang, H. An Intelligent Diagnostic Method for Wear Depth of Sliding Bearings Based on MGCNN. Machines 2024, 12, 266. [Google Scholar] [CrossRef]
  9. Zhang, D.; Tao, H. Bearing Fault Diagnosis Based on Parameter-Optimized Variational Mode Extraction and an Improved One-Dimensional Convolutional Neural Network. Appl. Sci. 2024, 14, 3289. [Google Scholar] [CrossRef]
  10. Xie, F.; Li, G.; Song, C.; Song, M. The Early Diagnosis of Rolling Bearings’ Faults Using Fractional Fourier Transform Information Fusion and a Lightweight Neural Network. Fractal Fract. 2023, 7, 875. [Google Scholar] [CrossRef]
  11. Wang, H.; Han, Z.; Xiong, X.; Song, X.; Shen, C. Enhancing Yarn Quality Wavelength Spectrogram Analysis: A Semi-Supervised Anomaly Detection Approach with Convolutional Autoencoder. Machines 2024, 12, 309. [Google Scholar] [CrossRef]
  12. Yang, X.; Bi, F.; Cheng, J.; Tang, D.; Shen, P.; Bi, X. A Multiple Attention Convolutional Neural Networks for Diesel Engine Fault Diagnosis. Sensors 2024, 24, 2708. [Google Scholar] [CrossRef] [PubMed]
  13. Łuczak, D. Machine Fault Diagnosis through Vibration Analysis: Time Series Conversion to Grayscale and RGB Images for Recognition via Convolutional Neural Networks. Energies 2024, 17, 1998. [Google Scholar] [CrossRef]
  14. Qu, F.; Liu, J.; Zhu, H.; Zang, D. Wind Turbine Condition Monitoring Based on Assembled Multidimensional Membership Functions Using Fuzzy Inference System. IEEE Trans. Ind. Inform. 2020, 16, 4028–4037. [Google Scholar] [CrossRef]
  15. Montanari, G.C.; Ghosh, R.; Cirioni, L.; Galvagno, G.; Mastroeni, S. Partial Discharge Monitoring of Medium Voltage Switchgears: Self-Condition Assessment Using an Embedded Bushing Sensor. IEEE Trans. Power Deliv. 2022, 37, 85–92. [Google Scholar] [CrossRef]
  16. Tang, J.; Liu, Q.; Liu, S.; Xie, X.; Zhou, J.; Li, Z. A Health Monitoring Method Based on Multiple Indicators to Eliminate Influences of Estimation Dispersion for Lithium-Ion Batteries. IEEE Access 2019, 7, 122302–122314. [Google Scholar] [CrossRef]
  17. Yan, H.; Xu, Y.; Cai, F.; Zhang, H.; Zhao, W.; Gerada, C. PWM-VSI Fault Diagnosis for a PMSM Drive Based on the Fuzzy Logic Approach. IEEE Trans. Power Electron. 2019, 34, 759–768. [Google Scholar] [CrossRef]
  18. Belaout, A.; Krim, F.; Mellit, A.; Talbi, B.; Arabi, A. Multiclass adaptive neuro-fuzzy classifier and feature selection techniques for photovoltaic array fault detection and classification. Renew. Energy 2018, 127, 548–558. [Google Scholar] [CrossRef]
Figure 1. Experimental setup.
Figure 1. Experimental setup.
Energies 17 02818 g001
Figure 2. Mechanical faults in bearings: (a) faulty outer ring, (b) faulty inner ring, (c) damaged cage.
Figure 2. Mechanical faults in bearings: (a) faulty outer ring, (b) faulty inner ring, (c) damaged cage.
Energies 17 02818 g002
Figure 3. Methodology of the suggested approach.
Figure 3. Methodology of the suggested approach.
Energies 17 02818 g003
Figure 4. Vibration spectra of different mechanical damages of bearings: (a) inner raceway, (b) outer raceway, and (c) damaged cage.
Figure 4. Vibration spectra of different mechanical damages of bearings: (a) inner raceway, (b) outer raceway, and (c) damaged cage.
Energies 17 02818 g004
Figure 5. Overview of the flow of the algorithm.
Figure 5. Overview of the flow of the algorithm.
Energies 17 02818 g005
Figure 6. The structure of the fuzzy logic block.
Figure 6. The structure of the fuzzy logic block.
Energies 17 02818 g006
Figure 7. General overview of the training algorithm with fuzzy logic layer.
Figure 7. General overview of the training algorithm with fuzzy logic layer.
Energies 17 02818 g007
Figure 8. Pseudo code of the algorithm.
Figure 8. Pseudo code of the algorithm.
Energies 17 02818 g008
Figure 9. Validation results from (a) machine learning algorithm and (b) neuro-fuzzy machine learning algorithm.
Figure 9. Validation results from (a) machine learning algorithm and (b) neuro-fuzzy machine learning algorithm.
Energies 17 02818 g009
Table 1. Motor parameters.
Table 1. Motor parameters.
ParameterValue
Voltage, VY 690D 400D 460
Frequency, Hz505060
Speed, r/min146014601760
Power, kW7.57.57.5
Current, A8.815.312.9
Power factor0.790.790.81
Table 2. Number of neurons per layer for both neural network and fuzzy-neuro network training.
Table 2. Number of neurons per layer for both neural network and fuzzy-neuro network training.
LayersNumber of Neurons
Neural NetworkFuzzy-Neuro Network
Hidden layer 1128128
Hidden layer 2256256
Hidden layer 3512512 (fuzzy layer)
Hidden layer 4256256
Hidden layer 56464
Table 3. Validation accuracy results for both algorithms.
Table 3. Validation accuracy results for both algorithms.
AlgorithmValidation Accuracy
Neural Network94.34%
Fuzzy-Neuro Network99.40%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kudelina, K.; Raja, H.A. Neuro-Fuzzy Framework for Fault Prediction in Electrical Machines via Vibration Analysis. Energies 2024, 17, 2818. https://doi.org/10.3390/en17122818

AMA Style

Kudelina K, Raja HA. Neuro-Fuzzy Framework for Fault Prediction in Electrical Machines via Vibration Analysis. Energies. 2024; 17(12):2818. https://doi.org/10.3390/en17122818

Chicago/Turabian Style

Kudelina, Karolina, and Hadi Ashraf Raja. 2024. "Neuro-Fuzzy Framework for Fault Prediction in Electrical Machines via Vibration Analysis" Energies 17, no. 12: 2818. https://doi.org/10.3390/en17122818

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop