Neuro-Fuzzy Control Systems: A Cross-Domain Review

Year : 2024 | Volume :02 | Issue : 01 | Page : 29-38
By

Farsana Muhammed

Saifuniza S

  1. Assiatant Professor Department of Electrical and Electronics Engineering, TKM College of Engineering Kollam India
  2. Student Department of Electrical and Electronics Engineering, TKM College of Engineering Kollam India

Abstract

This paper presents a comprehensive review of the application of neuro-fuzzy control systems in various industries. Using the combined strengths of neural networks and fuzzy logic, neural-fuzzy control systems emerge as versatile tools to solve challenging control challenges It begins with clarifying the theoretical basis of neural fuzzy systems, and emphasizing their scalability, definition, and robustness. Specific examples in each domain highlight the effectiveness of neuro-fuzzy control in solving real world problems, from trajectory tracking in robots to fault detection in power systems and discuss advances recent in this field, such as deep neuro-fuzzy architectures and various methodologies. Bringing together insights from different disciplines, this paper provides a comprehensive perspective on how neuro-fuzzy control systems are versatile and effective for solving complex control challenges in various industries Hybrid Intelligence Systems for Advanced Control and Automation.

Keywords: Neural network, fuzzy logic, neuro-fuzz, robotics, intelligent modeling

[This article belongs to International Journal of Electro-Mechanics and Material Behavior(ijemb)]

How to cite this article: Farsana Muhammed, Saifuniza S. Neuro-Fuzzy Control Systems: A Cross-Domain Review. International Journal of Electro-Mechanics and Material Behavior. 2024; 02(01):29-38.
How to cite this URL: Farsana Muhammed, Saifuniza S. Neuro-Fuzzy Control Systems: A Cross-Domain Review. International Journal of Electro-Mechanics and Material Behavior. 2024; 02(01):29-38. Available from: https://journals.stmjournals.com/ijemb/article=2024/view=0

Browse Figures

References

  1. Abhaya, Manju, M. Dev Anand and V. Sharolyn, “Intelligent modeling and decision making for the control of industrial robot system based on neuro fuzzy approach,” 2014 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), Kanyakumari, India, 2014, pp. 1453-1458, doi: 10.1109/ICCICCT.2014.6993188
  2. Sakunthala, R. Kiranmayi and P. N. Mandadi, “A study on fuzzy controller and neuro-fuzzy controller for speed control of PMSM motor,” 2017 IEEE International Conference on Power, Control, Signals and Instrumentation Engineering (ICPCSI), Chennai, India, 2017, pp. 1409-1413, doi: 10.1109/ICPCSI.2017.8391943
  3. Ghosh, S. Sen and C. Dey, “Neuro-fuzzy design of a fuzzy PI controller with real-time implementation on a speed control system,” 2014 International Conference on Contemporary Computing and Informatics (IC3I), Mysore, India, 2014, pp. 645-650, doi: 10.1109/IC3I.2014.7019689.
  4. M. Pathan and A. Y. Deshmukh, “Vehicular Suspension Controller Based on Adaptive Neuro Fuzzy Inference System,” 2013 6th International Conference on Emerging Trends in Engineering and Technology, Nagpur, India, 2013, pp. 121-122, doi: 10.1109/ICETET.2013.37
  5. Afghoul and F. Krim, “Intelligent energy management in a photovoltaic installation using neuro-fuzzy technique,” 2012 IEEE International Energy Conference and Exhibition (ENERGYCON), Florence, Italy, 2012, pp. 20-25, doi: 10.1109/EnergyCon.2012.6347754
  6. Sun, J. Zhang and R. Wang, “Predicting electrical power output by using Granular Computing based Neuro-Fuzzy modeling method,” The 27th Chinese Control and Decision Conference (2015 CCDC), Qingdao, China, 2015, pp. 2865-2870, doi: 10.1109/CCDC.2015.7162415.
  7. Afghoul, F. Krim, D. Chikouche and A. Beddar, “Tracking the maximum power from a PV panels using of Neuro-fuzzy controller,” 2013 . IEEE International Symposium on Industrial Electronics, Taipei, Taiwan, 2013, pp. 1-6, doi: 10.1109/ISIE.2013.6563734
  8. Muneer and M. B. Kadri, “Pitch angle control of DFIG using self tuning neuro fuzzy controller,” 2013 International Conference on Renewable Energy Research and Applications (ICRERA), Madrid, Spain, 2013, pp. 316-320, doi: 10.1109/ICRERA.2013.6749772.
  9. Altin and I. Sefa, “Simulation of neuro-fuzzy controlled grid interactive inverter,” 2011 XXIII International Symposium on Information, Communication and Automation Technologies, Sarajevo, Bosnia and Herzegovina, 2011, pp. 1-7, doi: 10.1109/ICAT.2011.6102109.
  10. Salazar, F. Rossomando and O. Camacho, “An Adaptive Neuro-Fuzzy PID Controller Approach for thermal Systems: An Experimental Validation,” 2022 IEEE International Conference on Automation/XXV Congress of the Chilean Association of Automatic Control (ICA-ACCA), Curicó, Chile, 2022, pp. 1-5, doi: 10.1109/ICA-ACCA56767.2022.10006148.

Regular Issue Subscription Review Article
Volume 02
Issue 01
Received May 23, 2024
Accepted June 14, 2024
Published July 12, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}