Next Article in Journal
Fault-Tolerant Control of Induction Motor with Current Sensors Based on Dual-Torque Model
Previous Article in Journal
Advanced Flexibility Support through DSO-Coordinated Participation of DER Aggregators in the Balancing Market
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Perspective

Artificial Intelligence for Energy Processes and Systems: Applications and Perspectives

1
Faculty of Science and Technology, Jan Dlugosz University in Czestochowa, Armii Krajowej 13/15, 42-200 Czestochowa, Poland
2
Department of Mechanical Engineering, University of Engineering and Technology, Lahore, Lahore 54890, Punjab, Pakistan
3
Sargent Centre for Process Systems Engineering, Department of Chemical Engineering, University College London, Torrington Place, London WC1E 7JE, UK
4
Faculty of Energy and Fuels, AGH University of Science and Technology, A. Mickiewicza 30, 30-059 Cracow, Poland
*
Authors to whom correspondence should be addressed.
Energies 2023, 16(8), 3441; https://doi.org/10.3390/en16083441
Submission received: 21 February 2023 / Revised: 31 March 2023 / Accepted: 12 April 2023 / Published: 14 April 2023

Abstract

:
In recent years, artificial intelligence has become increasingly popular and is more often used by scientists and entrepreneurs. The rapid development of electronics and computer science is conducive to developing this field of science. Man needs intelligent machines to create and discover new relationships in the world, so AI is beginning to reach various areas of science, such as medicine, economics, management, and the power industry. Artificial intelligence is one of the most exciting directions in the development of computer science, which absorbs a considerable amount of human enthusiasm and the latest achievements in computer technology. This article was dedicated to the practical use of artificial neural networks. The article discusses the development of neural networks in the years 1940–2022, presenting the most important publications from these years and discussing the latest achievements in the use of artificial intelligence. One of the chapters focuses on the use of artificial intelligence in energy processes and systems. The article also discusses the possible directions for the future development of neural networks.

1. Introduction

Artificial intelligence (AI) is a concept that is difficult to define. There are many definitions of artificial intelligence. However, they all boil down to the fact that AI attempts to model aspects of human reasoning (thinking) using computers or solve problems with computers that would take a human a long time. Furthermore, the cognitive abilities of the human brain to visualize and analyze the hyperdimensional system is limited, thereby AI-based modelling algorithms have a competitive advantage to be utilized for modelling, predictive, and optimization analytics [1].
The term “artificial intelligence” was first proposed and defined in 1955 by John McCarthy. Today, you can find a whole range of different definitions of artificial intelligence. According to Kurzweil [2], artificial intelligence is a field of research that tries to imitate human intelligence. Haugeland [3] believed that artificial intelligence is an attempt to create thinking computers and Schalkoff [4] believed that it is an attempt to explain intelligent behaviour using computational methods.
Intelligence itself is the ability to process information at the level of abstract concepts. It is a certain ability to process information creatively, not just its mechanical processing. At the end of the last century, this concept was reduced only to having intellectual abilities. The contemporary perception of intelligence is understood as the ability to interact with the abilities created in the emotional, motivational, or human psyche.
The term artificial intelligence also includes neural networks, also known as artificial neural networks (ANNs) or simulated neural networks (SNNs), which are part of the machine learning function and are the basis of deep learning algorithms [5,6]. Their name and structure are based on the human brain and they mimic how biological neurons communicate.
We perceive everything that surrounds us thanks to neurons, e.g., sounds, images, taste, smell, or pain. A neuron is the smallest nervous system element that registers external stimuli and transmits them to a neighbouring neuron until the stimulus reaches the brain. Millions of neuron cells take part in such a process of sending information; the scheme of sending a stimulus to the brain is shown in Figure 1.
Artificial neurons that are used by the neural networks are equivalent to biological neurons that, together with other neurons, form an artificial neural network.
Artificial neural networks (ANNs) consist of layers with a certain number of neurons. Among the layers of neural networks, we can distinguish: the input layer, one or more hidden layers, and the output layer (Figure 2). The layers are connected to each other through neurons, and these connections are made by weights that can be determined in various ways.
The neural networks are trained on previously prepared data sets which are divided into training and test data. Training data is used to teach the neural networks to improve their accuracy in predicting results over time. Once they reach the required accuracy, test data which the neural network “has not seen” before is entered into the neural networks to check the correct operation of the neural networks. If the neural network achieves a high prediction rate, it becomes a tool that can be used in various fields of knowledge, such as speech recognition [7] or image recognition [8]. The mathematical expression of the working of ANNs is given as:
Y ^ i = f 2 W 2 f 1 X i W 1 + b 1 + b 2
Here,  X i is an input vector defined on the number of input variables and  i = 1,2,3,…, N equal to the number of observations.  W 1 W 2 and  b 1 b 2 are the weight and bias matrices compiled at the hidden layer and output layer of the ANN. Similarly,  f 1 and  f 2 are the activation functions applied at the hidden and output layers of the ANN respectively. The activation function can be tangent sigmoidal, logistic sigmoidal, linear, rectified linear unit, softmax, etc. Various training algorithms are reported in the literature that optimize the parameters such as weights and biases embedded in the architecture of ANNs. Amongst them, the Levenberg–Marquardt algorithm, the scaled conjugate and the Newton method, and the gradient descent method are mostly used [9,10]. The loss function typically considered for the parametric optimization is the mean absolute error, root-mean-squared-error, sum-of-squared-error, etc.
One of the greatest advantages of AI is its ability to solve complex problems that are poorly defined and potentially subject to large errors [11,12]. Traditional algorithms usually do not cope with these type of tasks, or their running time is very long. Artificial intelligence methods do not guarantee a “good” result, but very often they give accurate and fast results that are the best way to solve the problem. The advantage of artificial intelligence is that it is able to capture the patterns in non-linear problems and that it can deal with noise, interference, and incompleteness of input data. Once prepared and taught, the neural network model is able to carry out subsequent simulations and predictions very quickly.
Artificial intelligence can also be used in the power industry for three different types of problems: modeling [13,14], prediction and planning (optimization) [15], and process control [16]. In recent years, there has been an increase in interest in the subject of electricity quality [17,18] or the energy obtained from renewable sources [19,20].
The aim of the article is to present the development of neural networks, their application in the power industry, and the perspectives of using neural networks in energy processes and systems. The use of neural networks in the energy sector has great potential because the human brain’s capabilities are limited, which is why artificial intelligence algorithms have an advantage that they can use to predict and optimize selected energy processes.
The Section 2 discusses the development of neural networks from 1940–2000. The Section 3 focuses on the use of artificial intelligence in the years 2000–2022. The Section 4 discusses artificial intelligence methods in the energy sector. The Section 5 discusses the possible future directions for the development of neural networks. The work was finalized with a conclusion.

2. Development of Artificial Intelligence

Most people think that neural networks were created recently, but the truth is a bit different. The 1950s are sometimes called the Middle Ages of neural networks. In 1943, Warren S. McCulloch and Walter Pitts [21] published a paper aimed at understanding how the human brain creates complex patterns using neurons. The authors of this paper compared a neuron to boolean logic (true/false or 0/1). In 1950, Turing [22] proposed a test to determine whether a given program is intelligent. In 1958, Frank Rosenblatt [23] introduced the concept of the perceptron and added weight to neural connections.
The 1960s was a time of heuristic searches, the pioneers of this approach being Newell and Smion [24]. In 1963, the Advanced Research Projects Agency (ARPA) donated a significant amount to the Massachusetts Institute of Technology (MIT) for work in the field of AI. In 1965, work began on the DENDRAL expert system; a year later, ELIZA, a computer psychotherapist was created.
In the next decade, the first expert systems (ES) were created, which, due to heavy criticism from Dreyfus [25,26], led to the cutting of funds for research on artificial intelligence. Dreyfus published, among others, the work “What computers can’t do: the limits of artificial intelligence” [25], in which he ridiculed MIT that they built a robot that was supposed to build a tower of blocks, but the robot started building the tower from the top. In the same paper, he touched on the topic of a computer recognizing a cup, which it took 10 min to recognize. Stanford University has also been criticized for its work on how robots move and see—15 min of thinking for one move.
In the 1980s, Paul Werbos [27] raised the subject of backpropagation in his work and applied it to neural networks. Yann LeCun [28] in 1989 published an article on how neural networks can use backpropagation for learning. This study was applied to recognize the digits of a written-by-hand postcode. The above-mentioned scientific works were used to create many different neural networks, which are now widely used and modernized.
In the 1990s, artificial intelligence came full circle as it returned to neural computing. The chess computer (Deep Blue) was created, which faced Garry Kasparov in 1996 and 1997. Kasparov won the first match, but the supercomputer won in the second match.

3. Recent Years in Artificial Intelligence

The directions of work that have recently been observed in AI are very wide. Hybrid intelligent systems [29,30] were created, in which the techniques of fuzzy logic (FL) [31,32,33], neural calculations [34,35,36], and genetic algorithms (GA) [37,38], were used to obtain a high machine IQ [39,40].
Systems are also being built to manage exceptional situations in the environment that can cause losses in people and equipment [41,42]. Systems with the support of AI facilitate effective and safe management in crisis situations, e.g., forest fires, floods, or gas leaks from chemical plants. Such systems had their origins in the 1960s, but it was only after the creation of the ARTEMIS project by the European Union in 2004 that they began to develop.
In 2021, a team of machine learning experts and composers managed to finish Beethoven’s unfinished Tenth Symphony. For this purpose, the artificial intelligence was given Beethoven’s symphonies, piano sonatas, and string quartets for analysis.
In 2022, Jason Allen won the art competition in the Digital Arts/Digitally Manipulated Photography category by presenting the image “Théâtre D’opéra Spatial” generated by artificial intelligence and printed on canvas. Other artists taking part in the competition were indignant because the author did not paint his work himself. In this case, the application of artificial intelligence boils down to the question of whether art generated by artificial intelligence is indeed art?
At the end of 2022, the movie Safe Zone was released, which was the first short film made using artificial intelligence. It was written and directed by artificial intelligence and, more specifically, by ChatGPT. ChatGPT artificial intelligence was used to produce the film by Richard Juan, Aaron Kemmer and Odyssey Flores. They were curious to see if technology was able to direct the actors and camera staff in such a way that the effect resembled a movie created by humans.
As part of a research experiment, scientists from Axios decided to check whether the triumphant ChatGPT could pass the American medical exam. Importantly, before taking the exam, the chatbot was not prepared or trained in any way. The results of the experiment available on the medRxiv portal [43] are still being analyzed by specialists and should soon be published in one of the scientific journals. From what is known currently, ChatGPT has passed all three parts of the US Standard Medical Exam. The authors of the experiment indicated that the answers provided by the algorithm were consistent, thorough, and comprehensive. In 2022, a publication appeared in which artificial intelligence had learned to recognize the race of patients based on X-ray images [44].
Figure 3 shows the number of scientific articles in which the keywords were: neural networks, deep learning, or machine learning. The data in the graph comes from Elsevier’s ScienceDirect database. This figure confirms that artificial intelligence is a field that is constantly developing.

4. Artificial Intelligence Methods in the Energy Sector

In today’s world, knowledge and time are most valuable. Computer modeling allows the gaining of knowledge about complex energy systems and devices in a relatively short time. This is very important in the context of process optimization when we perform hundreds of calculations for one case. Models of this type are used in every field of energy, starting from the simulation of individual devices, and ending with the entire energy systems for a region or country.
Modeling energy systems is very time-consuming and complicated because their description requires huge systems of differential equations describing the behavior of such a system. An alternative solution is to use an artificial neural network as a substitute model. In this case, there is a possibility of creating an interesting hybrid system: combining a substitute model based on an artificial neural network with a genetic optimization algorithm [45]. It should be noted that the neural network created in this way can be very accurate (giving good optimization results) because most examples from these areas were used in its training.
Most practical applications of artificial intelligence methods in the energy sector that appear in scientific studies concern the possibility of using them for prediction and optimization. Attempts to determine the amount of the electricity demand are very popular. This is because data on the electricity demand is generally available. Electricity consumption depends on many factors, including the day of the week, weather, time of day, and season of the year. This means that the electricity consumption is reduced to a time series that can be used to test various methods, e.g., neural networks [46] and Kohonen networks [47]. Determining the future energy demand is very important from the point of view of Its generation and sale or setting tariff plans. Such forecasting is very important because we cannot effectively store electricity, which means that in a closed system, the energy generated must be balanced with the energy consumed. On the other hand, no power plant is able to continuously adjust the production capacity to the load. For technological reasons, the amount of energy produced cannot be changed instantly, so a surplus must be maintained. Of course, the smaller the surplus, the greater the savings. As a result, larger consumers have to conclude the contracts for the supply of a certain amount of energy, so it is in their interest to create accurate forecasts of the energy demand.
Artificial intelligence is also used in energy systems based on renewable energy sources [20,48,49,50]. In such cases, artificial intelligence is designed to predict the weather, especially insolation or wind strength. Another example of the use of neural networks in the energy sector are attempts to predict the energy consumption of buildings [51].
Additionally, neural networks can be used in planning the construction of power systems, selecting the location of transmission network elements, or the use of various renewable sources [52]. Such solutions may use, for example, fuzzy logic [53]. Such a modern and innovative approach to the design of energy systems contributes to the creation of algorithms that can help in the selection of parameters for the considered project [54]. In such projects, expert systems can also be used to support design decision-making.
Artificial intelligence can also be applied to process control systems. The above-mentioned attempts to predict the electricity demand can be used in the control of elements of the energy system or in the algorithm for determining contracts for the purchase of electricity.
Artificial intelligence methods can also be used to read and control environmental parameters, such as temperature and humidity. They make the system able to recognize and react quickly enough to dynamic changes in the environment.

5. Artificial Intelligence Perspectives

According to some researchers, artificial intelligence will remain the most developing technology in the coming years. AI can generate and create virtual worlds that simulate various cataclysms to avoid human losses; for example, such a network can simulate a hurricane or fire over a large area.
In the future, there may also be applications that help design complex devices or computer programs. Such applications should work throughout the project as a team member. They would be aimed at helping in designing, testing, diagnosing, or even finding faults. Programs of this type should increase the capabilities of the project team by increasing its efficiency.
Artificial intelligence can also be equipped with teams of robots that could work in an environment dangerous to humans or as home help. Such robots would have to communicate with each other and decide which obstacles can be moved and which should be avoided. Communication between robots equipped with AI would enable safe and effective work in a human environment. Currently, robots are already equipped with equipment that allows them to move around in a laboratory environment, but they must also be tested in a much more difficult (unknown) environment.
The areas of scientific research important from the point of view of achieving the above objectives are:
  • Learning and fine-tuning information;
  • Action planning;
  • Perception;
  • Human–computer communication;
  • Obtaining interesting information, transfer learning;
  • Acquisition by AI of the ability to evaluate its actions.
One of the promising directions for the development of artificial intelligence methods in the field of energy development is intelligent power systems–such as the Smart Grid [55,56]. The idea of the Smart Grid network is based on the concept of improving the standard power grid. The Smart Grid would ensure communication between all elements of the improved power grid, introducing small energy sources, which would smooth the electricity demand curve. Such an approach would increase the efficiency of energy supply and reduce the costs, but it would require a comprehensive plan and management and changes in all elements of the network.
Many of the discussed applications of artificial intelligence methods can be used in the design of a modern Smart Grid. Artificial intelligence can also be used on the side of energy consumers. It would be necessary to build a system managed by artificial intelligence to control the charging of devices at home or the office. Devices could be charged at a time when the overall energy demand is low. The demand for different types of services should be taken into account–such patterns could be captured by properly trained neural networks.
Another important research direction in the domain of energy systems operation optimization is the choice of the AI algorithm suitably corresponding to the quantitative and qualitative nature of the problem. Ashraf et al. [57] proposed the classification of the energy system operation into three levels, namely component, system, and strategic. The performance measures corresponding to the component and the system level possess highly nonlinear characteristics, and the output function chosen from these two operational levels is built on hyperdimensional input space. Thus, the input–output variable function space is fairly large and constructing an effective functional map among the variables becomes a challenging task. The ANN is an excellent function approximator algorithm and can build an efficient predictive model, as long as the hyperparameters are optimized and reasonable complexity is embedded in the architecture of the model. The research studies reported in the literature corresponding to the component and system-level problems of the energy system also reveal the competitive advantage of the ANN model over other AI algorithms to build a generalized model [58].
On the other hand, the strategic-level operation problem possesses qualitative features compared to the quantitative nature of the problem associated with the component and system level. The strategic-level problem can be modelled on the system-level operational parameters which are few in number compared with the component-level performance measures (vibration of the pump impeller, temperature, pressure and level of lube oil of bearing, shaft alignment, etc., for pumps, compressors, and other electro-mechanical devices, etc.). Thus, the AI algorithms which were originally proposed for classification problems (like the support vector machine) but their variants (support vector regressor (SVR)) are presented for the regression-based problems can be a suitable choice and may work better than ANNs. The research reported in the literature on the comparative performance analysis of ANNs and SVRs shows better modelling and generalization results of SVRs for the strategic-level problems like thermal efficiency modelling of the power plant [57]. However, in the future, research can be conducted on different energy systems and the comparative performance of the AI models can be investigated corresponding to the quantitative or qualitative nature of problem.
Artificial intelligence, and artificial neural networks in particular, are rapidly evolving fields with many potential avenues for further development. Specifically, here are a few directions that could be promising for the future of AI and ANNs:
  • Explainability and interpretability: One of the biggest challenges facing AI is the “black box” problem, where the inner workings of a neural network can be difficult to understand or explain. Developing methods to make AI more transparent and interpretable is a major area of research, as it can help build trust in AI systems and enable humans to better understand how they arrive at their conclusions [59,60].
  • Generalization: Another challenge is building ANNs that can generalize well to new situations or data. The current models tend to be highly specialized and can struggle when presented with unexpected inputs. Developing ANNs that can learn more generalizable representations and transfer knowledge between tasks could be an important step towards building more robust AI [61,62].
  • Reinforcement learning: Reinforcement learning is a type of machine learning where an agent learns to make decisions by interacting with an environment and receiving feedback in the form of rewards. This approach has shown great promise in areas like game-playing and robotics, and could be further developed to tackle a wider range of complex problems [63,64].
  • Neural architecture search: Currently, most neural networks are designed by human experts, who handcraft the architecture and hyperparameters. Neural architecture search is an emerging field that uses algorithms to automatically search for the best architecture and hyperparameters for a given task, potentially leading to more efficient and effective models [65,66].
  • Hybrid approaches: ANNs are just one approach to building AI, and combining them with other techniques like rule-based systems, expert systems, and symbolic reasoning could lead to more powerful and flexible AI systems [67,68].
Artificial neural networks (ANNs) have shown promise in a variety of applications in the energy field, ranging from forecasting and optimization to fault detection and diagnosis. Here are some examples of how ANNs are being used in energy systems:
  • Load forecasting: ANNs have been used to forecast energy demand, which is critical for grid operators to ensure a reliable and efficient power supply. ANNs can take into account a wide range of variables, including the weather, time of day, and previous demand, to predict the future energy demand with a high degree of accuracy [69,70].
  • Renewable energy forecasting: ANNs can also be used to forecast the output of renewable energy sources, such as solar and wind power, which can be highly variable and difficult to predict. By accurately forecasting renewable energy output, ANNs can help grid operators integrate these sources into the grid more effectively and efficiently [71,72].
  • Energy optimization: ANNs can be used to optimize energy systems, such as determining the optimal scheduling of power plants, distribution of energy resources, or building energy management systems. ANNs can learn from historical data to identify patterns and trends that can inform more efficient and effective energy management [73,74,75].
  • Fault detection and diagnosis: ANNs can be used to detect and diagnose faults in energy systems, such as identifying the source of a power outage or detecting equipment failures. By quickly identifying and diagnosing faults, ANNs can help prevent or mitigate power disruptions, reducing downtime and improving system reliability [76,77].
  • Energy trading and pricing: ANNs can be used to model and predict energy prices, allowing energy traders to make more informed decisions about buying and selling energy. ANNs can analyze a wide range of factors that affect energy prices, including supply and demand, weather, and geopolitical events [78,79].
  • AI contribution to net zero: The ANN algorithm is an excellent function approximation algorithm and can build an effective model on an ill-defined system. The algorithm has performed well in the predictive analysis for the system under consideration. However, the true potential of ANNs in particular and AI algorithms in general needs to be further explored. A major challenge impeding the incorporation of the ANN model for large-scale industrial applications for modelling, control, and decision support system applications is referred to as the black-box nature of the algorithm. However, the research reported in the literature demonstrates the efficient implementation of the ANN-based findings on the power plant operation [80]. The domain-knowledge supported analysis can be carried out on the developed ANN model; the model-based results are analyzed by the performance engineers and implemented in the live operation of the energy systems. The improvement in the plant-level performance measures like reduction in the emissions discharge, improvement in the energy efficiency, and savings in the cost of operation can be calculated in real-time operation optimization using the ANN model and contribution to the net zero can be reliably made [57].

6. Conclusions

Eighty years is a relatively long time, but for the development of a scientific discipline, it turns out to be too short to say that AI is a field with a fixed scope and methods. We are constantly trying to create a computer that will be as intelligent as a human. We now recognize the human brain as a kind of computer, but most of its functions are still to be explored. In summary:
  • Between 1960 and 1980, the field of AI had clearly formulated goals with assumptions regarding when they would be achieved. The main goal was to program the computer to work in an intelligent way. Unfortunately, this approach failed, but each failure can give rise to new hypotheses and directions of development. In contemporary research on artificial intelligence or neural networks, there are no clearly set goals; many researchers treat neural networks as a tool that they add to their work only by increasing the scope of artificial intelligence without their development, without proposing changes in algorithms or creating new algorithms.
  • In research on artificial intelligence, the following questions should be answered: whether there is interest in producing products that incorporate artificial intelligence techniques, who is interested in such research, what are the possibilities of such research, and what are the prospects of such research.
  • The applications of neural networks are increasing due to their computation time, which can take minutes compared to hours of identification by experts. In recent years, artificial intelligence is starting to work better than humans, which means that there will be better and better algorithms in the future. The progress in the field of AI shows how much a human is able to invent, with which to become unnecessary.
Artificial intelligence offers many solutions that are waiting to be transferred to practical problems. In the constantly developing field of science, which is energy, the use of artificial intelligence seems to be a very good idea.

Author Contributions

The contribution of co-authors in creating article is: conceptualization, D.S. and J.K.; investigation, D.S., J.K., A.K., A.Z., K.G., G.M.U., W.M.A. and W.N.; resources, D.S., A.K., A.Z., K.G., M.S. and J.K.; writing—original draft preparation, D.S.; writing—review and editing, D.S., M.S. and J.K.; visualization, D.S., J.K. and M.S.; supervision, J.K.; project administration, J.K.; funding acquisition, J.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data sharing not applicable.

Acknowledgments

This work was performed within project No. 2018/29/B/ST8/00442, “Research on sorption process intensification methods in modified construction of adsorbent beds”, supported by the National Science Center, Poland. The support is gratefully acknowledged.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kasgari, A.T.Z.; Saad, W.; Debbah, M. Human-in-the-Loop Wireless Communications: Machine Learning and Brain-Aware Resource Management. IEEE Trans. Commun. 2019, 67, 7727–7743. [Google Scholar] [CrossRef] [Green Version]
  2. Kurzweil, R. The Age of Spiritual Machines: When Computers Exceed Human Intelligence, 1st ed.; Penguin Books: New York, NY, USA, 2000; ISBN 978-0-14-028202-3. [Google Scholar]
  3. Haugeland, J. Artificial Intelligence: The Very Idea; MIT Press: Cambridge, MA, USA, 1985. [Google Scholar]
  4. Schalkoff, R.J. Artificial Intelligence: An Engineering Approach; McGraw-Hill Education: New York, NY, USA, 1990; ISBN 978-0-07-100932-4. [Google Scholar]
  5. Skrobek, D.; Krzywanski, J.; Sosnowski, M.; Kulakowska, A.; Zylka, A.; Grabowska, K.; Ciesielska, K.; Nowak, W. Implementation of Deep Learning Methods in Prediction of Adsorption Processes. Adv. Eng. Softw. 2022, 173, 103190. [Google Scholar] [CrossRef]
  6. Skrobek, D.; Krzywanski, J.; Sosnowski, M.; Kulakowska, A.; Zylka, A.; Grabowska, K.; Ciesielska, K.; Nowak, W. Prediction of Sorption Processes Using the Deep Learning Methods (Long Short-Term Memory). Energies 2020, 13, 6601. [Google Scholar] [CrossRef]
  7. Kumar, L.A.; Renuka, D.K.; Rose, S.L.; Shunmuga priya, M.C.; Wartana, I.M. Deep Learning Based Assistive Technology on Audio Visual Speech Recognition for Hearing Impaired. Int. J. Cogn. Comput. Eng. 2022, 3, 24–30. [Google Scholar] [CrossRef]
  8. Jackulin, C.; Murugavalli, S. A Comprehensive Review on Detection of Plant Disease Using Machine Learning and Deep Learning Approaches. Meas. Sens. 2022, 24, 100441. [Google Scholar] [CrossRef]
  9. Gueddar, T.; Dua, V. Novel Model Reduction Techniques for Refinery-Wide Energy Optimisation. Appl. Energy 2012, 89, 117–126. [Google Scholar] [CrossRef]
  10. Uddin, G.M.; Ziemer, K.S.; Sun, B.; Zeid, A.; Kamarthi, S. Monte Carlo Study of the High Temperature Hydrogen Cleaning Process of 6H-Silicon Carbide for Subsequent Growth of Nano Scale Metal Oxide Films. Int. J. Nanomanuf. 2013, 9, 407–430. [Google Scholar] [CrossRef]
  11. Rukhsar, L.; Bangyal, W.H.; Nisar, K.; Nisar2b, S. Prediction of Insurance Fraud Detection Using Machine Learning Algorithms. Mehran Univ. Res. J. Eng. Technol. 2022, 41, 33–40. [Google Scholar] [CrossRef]
  12. Pervaiz, S.; Bangyal, W.; Ashraf, A.; Nisar, K.; Haque, M.; Asri, A.; Chowdhry, B.S.; Rasheed, W.; Rodrigues, J.J.P.C.; Etengu, R.; et al. Comparative Research Directions of Population Initialization Techniques Using PSO Algorithm. Intell. Autom. Soft Comput. 2021, 32, 1427–1444. [Google Scholar] [CrossRef]
  13. Adelekan, D.S.; Ohunakin, O.S.; Paul, B.S. Artificial Intelligence Models for Refrigeration, Air Conditioning and Heat Pump Systems. Energy Rep. 2022, 8, 8451–8466. [Google Scholar] [CrossRef]
  14. Wu, X.; Liu, X.; An, Y. Key Technologies of Artificial Intelligence in Electric Power Customer Service. Glob. Energy Interconnect. 2021, 4, 631–640. [Google Scholar] [CrossRef]
  15. Mo, F.; Rehman, H.U.; Monetti, F.M.; Chaplin, J.C.; Sanderson, D.; Popov, A.; Maffei, A.; Ratchev, S. A Framework for Manufacturing System Reconfiguration and Optimisation Utilising Digital Twins and Modular Artificial Intelligence. Robot. Comput. Integr. Manuf. 2023, 82, 102524. [Google Scholar] [CrossRef]
  16. Li, J.; Herdem, M.S.; Nathwani, J.; Wen, J.Z. Methods and Applications for Artificial Intelligence, Big Data, Internet of Things, and Blockchain in Smart Energy Management. Energy AI 2023, 11, 100208. [Google Scholar] [CrossRef]
  17. Kulikov, A.L.; Shepovalova, O.V.; Ilyushin, P.V.; Filippov, S.P.; Chirkov, S.V. Control of Electric Power Quality Indicators in Distribution Networks Comprising a High Share of Solar Photovoltaic and Wind Power Stations. Energy Rep. 2022, 8, 1501–1514. [Google Scholar] [CrossRef]
  18. Rönnberg, S.; Bollen, M. Power Quality Issues in the Electric Power System of the Future. Electr. J. 2016, 29, 49–61. [Google Scholar] [CrossRef]
  19. Ang, T.-Z.; Salem, M.; Kamarol, M.; Das, H.S.; Nazari, M.A.; Prabaharan, N. A Comprehensive Study of Renewable Energy Sources: Classifications, Challenges and Suggestions. Energy Strategy Rev. 2022, 43, 100939. [Google Scholar] [CrossRef]
  20. Ben Abdelkader, A.; Mouloudi, Y.; Amine Soumeur, M. Integration of Renewable Energy Sources in the Dynamic Voltage Restorer for Improving Power Quality Using ANFIS Controller. J. King Saud Univ. Eng. Sci. 2022, in press. [Google Scholar] [CrossRef]
  21. McUlloch, W.S.; Pitts, W. A Logical Calculus of the Ideas Immanent in Nervous Activity. Bull. Math. Biophys. 1943, 5, 115–133. [Google Scholar] [CrossRef]
  22. Turing, A.M. Computing Machinery and Intelligence. Mind New Ser. 1950, 59, 433–460. [Google Scholar] [CrossRef]
  23. Rosenblatt, F. The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain. Psychol. Rev. 1958, 65, 386–408. [Google Scholar] [CrossRef] [Green Version]
  24. Newell, A.; Simon, H.A. The Logic Theory Machine: A Complex Information Processing System. IRE Trans. Inf. Theory 1956, 2, 61–79. [Google Scholar] [CrossRef]
  25. Dreyfus, H.L. What Computers Can’t Do: The Limits of Artificial Intelligence; HarperCollins: New York, NY, USA, 1972; ISBN 0-06-011082-1. [Google Scholar]
  26. Dreyfus, H.L. What Computers Still Can’t Do: A Critique of Artificial Reason; The MIT Press: Cambridge, MA, USA, 1979; ISBN 0-06-090613-8. [Google Scholar]
  27. Werbos, P. Backpropagation and Neurocontrol: A Review and Prospectus. In Proceedings of the International 1989 Joint Conference on Neural Networks, Washington, DC, USA, 18–22 June 1989; Volume 1, pp. 209–216. [Google Scholar]
  28. LeCun, Y.; Boser, B.; Denker, J.S.; Henderson, D.; Howard, R.E. Backpropagation Applied to Handwritten Zip Code Recognition. Neural Comput. 1989, 1, 541–551. [Google Scholar] [CrossRef]
  29. Chernenkiy, V.; Gapanyuk, Y.; Terekhov, V.; Revunkov, G.; Kaganov, Y. The Hybrid Intelligent Information System Approach as the Basis for Cognitive Architecture. Procedia Comput. Sci. 2018, 145, 143–152. [Google Scholar] [CrossRef]
  30. Guchhait, P.K.; Chakraborty, S.; Mukherjee, D.; Banerjee, R. Intelligent Reactive Power Control of Renewable Integrated Hybrid Energy System Model Using Static Synchronous Compensators and Soft Computing Techniques. J. King Saud Univ. Eng. Sci. 2022, in press. [Google Scholar] [CrossRef]
  31. Badri, A.; Ameli, Z.; Birjandi, A.M. Application of Artificial Neural Networks and Fuzzy Logic Methods for Short Term Load Forecasting. Energy Procedia 2012, 14, 1883–1888. [Google Scholar] [CrossRef] [Green Version]
  32. Sosnowski, M.; Krzywanski, J.; Scurek, R. A Fuzzy Logic Approach for the Reduction of Mesh-Induced Error in CFD Analysis: A Case Study of an Impinging Jet. Entropy 2019, 21, 1047. [Google Scholar] [CrossRef] [Green Version]
  33. Krzywanski, J. Heat Transfer Performance in a Superheater of an Industrial CFBC Using Fuzzy Logic-Based Methods. Entropy 2019, 21, 919. [Google Scholar] [CrossRef] [Green Version]
  34. Biswas, M.A.R.; Robinson, M.D.; Fumo, N. Prediction of Residential Building Energy Consumption: A Neural Network Approach. Energy 2016, 117, 84–92. [Google Scholar] [CrossRef]
  35. Reimann, J.N.; Schwung, A.; Ding, S.X. Neural Logic Rule Layers. Inf. Sci. 2022, 596, 185–201. [Google Scholar] [CrossRef]
  36. Krzywanski, J.; Blaszczuk, A.; Czakiert, T.; Rajczyk, R.; Nowak, W. Artificial Intelligence Treatment of NOx Emissions from CFBC in Air and Oxy-Fuel Conditions. In Proceedings of the 11th International Conference on Fluidized Bed Technology, Beijing, China, 14–17 May 2014; pp. 619–624. [Google Scholar]
  37. Papes Filho, A.C.; Maciel Filho, R. Hybrid Training Approach for Artificial Neural Networks Using Genetic Algorithms for Rate of Reaction Estimation: Application to Industrial Methanol Oxidation to Formaldehyde on Silver Catalyst. Chem. Eng. J. 2010, 157, 501–508. [Google Scholar] [CrossRef]
  38. Hanandeh, S. Introducing Mathematical Modeling to Estimate Pavement Quality Index of Flexible Pavements Based on Genetic Algorithm and Artificial Neural Networks. Case Stud. Constr. Mater. 2022, 16, e00991. [Google Scholar] [CrossRef]
  39. Beltramo, T.; Ranzan, C.; Hinrichs, J.; Hitzmann, B. Artificial Neural Network Prediction of the Biogas Flow Rate Optimised with an Ant Colony Algorithm. Biosyst. Eng. 2016, 143, 68–78. [Google Scholar] [CrossRef]
  40. Sarkar, T.; Salauddin, M.; Hazra, S.K.; Chakraborty, R. Comparative Study of Predictability of Response Surface Methodology (RSM) and Artificial Neural Network-Particle Swarm Optimization (ANN-PSO) for Total Colour Difference of Pineapple Fortified Rasgulla Processing. Int. J. Intell. Netw. 2020, 1, 17–31. [Google Scholar] [CrossRef]
  41. Zhou, B.; Li, J.; Li, X.; Hua, B.; Bao, J. Leveraging on Causal Knowledge for Enhancing the Root Cause Analysis of Equipment Spot Inspection Failures. Adv. Eng. Inform. 2022, 54, 101799. [Google Scholar] [CrossRef]
  42. Yang, Z.; Baraldi, P.; Zio, E. A Multi-Branch Deep Neural Network Model for Failure Prognostics Based on Multimodal Data. J. Manuf. Syst. 2021, 59, 42–50. [Google Scholar] [CrossRef]
  43. Kung, T.H.; Cheatham, M.; Medenilla, A.; Sillos, C.; De Leon, L.; Elepaño, C.; Madriaga, M.; Aggabao, R.; Diaz-Candido, G.; Maningo, J.; et al. Performance of ChatGPT on USMLE: Potential for AI-Assisted Medical Education Using Large Language Models. PLoS Digit. Health 2023, 2, e0000198. [Google Scholar] [CrossRef] [PubMed]
  44. Gichoya, J.W.; Banerjee, I.; Bhimireddy, A.R.; Burns, J.L.; Celi, L.A.; Chen, L.-C.; Correa, R.; Dullerud, N.; Ghassemi, M.; Huang, S.-C.; et al. AI Recognition of Patient Race in Medical Imaging: A Modelling Study. Lancet Digit. Health 2022, 4, e406–e414. [Google Scholar] [CrossRef]
  45. Wei, W.; Chuan, J. A Combination Forecasting Method of Grey Neural Network Based on Genetic Algorithm. Procedia CIRP 2022, 109, 191–196. [Google Scholar] [CrossRef]
  46. Velasco, L.C.P.; Arnejo, K.A.S.; Macarat, J.S.S. Performance Analysis of Artificial Neural Network Models for Hour-Ahead Electric Load Forecasting. Procedia Comput. Sci. 2022, 197, 16–24. [Google Scholar] [CrossRef]
  47. Kim, C.; Yu, I.; Song, Y.H. Kohonen Neural Network and Wavelet Transform Based Approach to Short-Term Load Forecasting. Electr. Power Syst. Res. 2002, 63, 169–176. [Google Scholar] [CrossRef]
  48. Zhang, L.; Ling, J.; Lin, M. Artificial Intelligence in Renewable Energy: A Comprehensive Bibliometric Analysis. Energy Rep. 2022, 8, 14072–14088. [Google Scholar] [CrossRef]
  49. Said, Z.; Sharma, P.; Syam Sundar, L.; Nguyen, V.G.; Tran, V.D.; Le, V.V. Using Bayesian Optimization and Ensemble Boosted Regression Trees for Optimizing Thermal Performance of Solar Flat Plate Collector under Thermosyphon Condition Employing MWCNT-Fe3O4/Water Hybrid Nanofluids. Sustain. Energy Technol. Assess. 2022, 53, 102708. [Google Scholar] [CrossRef]
  50. Sharma, P.; Said, Z.; Kumar, A.; Nižetić, S.; Pandey, A.; Hoang, A.T.; Huang, Z.; Afzal, A.; Li, C.; Le, A.T.; et al. Recent Advances in Machine Learning Research for Nanofluid-Based Heat Transfer in Renewable Energy System. Energy Fuels 2022, 36, 6626–6658. [Google Scholar] [CrossRef]
  51. Zhou, Y. Artificial Intelligence in Renewable Systems for Transformation towards Intelligent Buildings. Energy AI 2022, 10, 100182. [Google Scholar] [CrossRef]
  52. Duer, S.; Valicek, J.; Paś, J.; Stawowy, M.; Bernatowicz, D.; Duer, R.; Walczak, M. Neural Networks in the Diagnostics Process of Low-Power Solar Plant Devices. Energies 2021, 14, 2719. [Google Scholar] [CrossRef]
  53. Vivas, F.J.; Segura, F.; Andújar, J.M. Fuzzy Logic-Based Energy Management System for Grid-Connected Residential DC Microgrids with Multi-Stack Fuel Cell Systems: A Multi-Objective Approach. Sustain. Energy Grids Netw. 2022, 32, 100909. [Google Scholar] [CrossRef]
  54. Liu, Z.; Gao, Y.; Liu, B. An Artificial Intelligence-Based Electric Multiple Units Using a Smart Power Grid System. Energy Rep. 2022, 8, 13376–13388. [Google Scholar] [CrossRef]
  55. Norouzi, F.; Hoppe, T.; Kamp, L.M.; Manktelow, C.; Bauer, P. Diagnosis of the Implementation of Smart Grid Innovation in The Netherlands and Corrective Actions. Renew. Sustain. Energy Rev. 2023, 175, 113185. [Google Scholar] [CrossRef]
  56. Tarasova, E.; Rohracher, H. Marginalising Household Users in Smart Grids. Technol. Soc. 2023, 72, 102185. [Google Scholar] [CrossRef]
  57. Ashraf, W.M.; Uddin, G.M.; Arafat, S.M.; Krzywanski, J.; Xiaonan, W. Strategic-Level Performance Enhancement of a 660 MWe Supercritical Power Plant and Emissions Reduction by AI Approach. Energy Convers. Manag. 2021, 250, 114913. [Google Scholar] [CrossRef]
  58. Uddin, G.M.; Arafat, S.M.; Ashraf, W.M.; Asim, M.; Bhutta, M.M.A.; Jatoi, H.U.K.; Niazi, S.G.; Jamil, A.; Farooq, M.; Ghufran, M.; et al. Artificial Intelligence-Based Emission Reduction Strategy for Limestone Forced Oxidation Flue Gas Desulfurization System. J. Energy Resour. Technol. 2020, 142, 092103. [Google Scholar] [CrossRef]
  59. Xu, C.; Liao, Z.; Li, C.; Zhou, X.; Xie, R. Review on Interpretable Machine Learning in Smart Grid. Energies 2022, 15, 4427. [Google Scholar] [CrossRef]
  60. Galli, A.; Piscitelli, M.S.; Moscato, V.; Capozzoli, A. Bridging the Gap between Complexity and Interpretability of a Data Analytics-Based Process for Benchmarking Energy Performance of Buildings. Expert Syst. Appl. 2022, 206, 117649. [Google Scholar] [CrossRef]
  61. Ertekin, T.; Sun, Q. Artificial Intelligence Applications in Reservoir Engineering: A Status Check. Energies 2019, 12, 2897. [Google Scholar] [CrossRef] [Green Version]
  62. Zhao, Y.; Li, T.; Zhang, X.; Zhang, C. Artificial Intelligence-Based Fault Detection and Diagnosis Methods for Building Energy Systems: Advantages, Challenges and the Future. Renew. Sustain. Energy Rev. 2019, 109, 85–101. [Google Scholar] [CrossRef]
  63. Ganesh, A.H.; Xu, B. A Review of Reinforcement Learning Based Energy Management Systems for Electrified Powertrains: Progress, Challenge, and Potential Solution. Renew. Sustain. Energy Rev. 2022, 154, 111833. [Google Scholar] [CrossRef]
  64. Sivamayil, K.; Rajasekar, E.; Aljafari, B.; Nikolovski, S.; Vairavasundaram, S.; Vairavasundaram, I. A Systematic Study on Reinforcement Learning Based Applications. Energies 2023, 16, 1512. [Google Scholar] [CrossRef]
  65. González Sopeña, J.M.; Pakrashi, V.; Ghosh, B. A Spiking Neural Network Based Wind Power Forecasting Model for Neuromorphic Devices. Energies 2022, 15, 7256. [Google Scholar] [CrossRef]
  66. Mendis, H.R.; Kang, C.-K.; Hsiu, P. Intermittent-Aware Neural Architecture Search. ACM Trans. Embed. Comput. Syst. 2021, 20, 64:1–64:27. [Google Scholar] [CrossRef]
  67. Szczepaniuk, H.; Szczepaniuk, E.K. Applications of Artificial Intelligence Algorithms in the Energy Sector. Energies 2023, 16, 347. [Google Scholar] [CrossRef]
  68. Krzywanski, J.; Grabowska, K.; Sosnowski, M.; Żyłka, A.; Sztekler, K.; Kalawa, W.; Wójcik, T.; Nowak, W. Modeling of a Re-Heat Two-Stage Adsorption Chiller by AI Approach. MATEC Web Conf. 2018, 240, 05014. [Google Scholar] [CrossRef]
  69. Dewangan, F.; Abdelaziz, A.Y.; Biswal, M. Load Forecasting Models in Smart Grid Using Smart Meter Information: A Review. Energies 2023, 16, 1404. [Google Scholar] [CrossRef]
  70. Shi, J.; Li, C.; Yan, X. Artificial Intelligence for Load Forecasting: A Stacking Learning Approach Based on Ensemble Diversity Regularization. Energy 2023, 262, 125295. [Google Scholar] [CrossRef]
  71. Entezari, A.; Aslani, A.; Zahedi, R.; Noorollahi, Y. Artificial Intelligence and Machine Learning in Energy Systems: A Bibliographic Perspective. Energy Strategy Rev. 2023, 45, 101017. [Google Scholar] [CrossRef]
  72. Franki, V.; Majnarić, D.; Višković, A. A Comprehensive Review of Artificial Intelligence (AI) Companies in the Power Sector. Energies 2023, 16, 1077. [Google Scholar] [CrossRef]
  73. Muhammad Ashraf, W.; Moeen Uddin, G.; Muhammad Arafat, S.; Afghan, S.; Hassan Kamal, A.; Asim, M.; Haider Khan, M.; Waqas Rafique, M.; Naumann, U.; Niazi, S.G.; et al. Optimization of a 660 MWe Supercritical Power Plant Performance—A Case of Industry 4.0 in the Data-Driven Operational Management Part 1. Thermal Efficiency. Energies 2020, 13, 5592. [Google Scholar] [CrossRef]
  74. Muhammad Ashraf, W.; Moeen Uddin, G.; Hassan Kamal, A.; Haider Khan, M.; Khan, A.A.; Afroze Ahmad, H.; Ahmed, F.; Hafeez, N.; Muhammad Zawar Sami, R.; Muhammad Arafat, S.; et al. Optimization of a 660 MWe Supercritical Power Plant Performance—A Case of Industry 4.0 in the Data-Driven Operational Management. Part 2. Power Generation. Energies 2020, 13, 5619. [Google Scholar] [CrossRef]
  75. Nowak, W.; Krzywanski, J.; Mika, Ł.; Sztekler, K.; Kalawa, W.; Sosnowski, M.; Grabowska, K.; Chaja, P.R.; Bykuć, S.; Bugaj, M. Adsorption Chiller in a Combined Heating and Cooling System: Simulation and Optimization by Neural Networks. Bull. Pol. Acad. Sci. Tech. Sci. Early Access 2021, 69, e137054. [Google Scholar]
  76. Dhibi, K.; Mansouri, M.; Bouzrara, K.; Nounou, H.; Nounou, M. Reduced Neural Network Based Ensemble Approach for Fault Detection and Diagnosis of Wind Energy Converter Systems. Renew. Energy 2022, 194, 778–787. [Google Scholar] [CrossRef]
  77. Nelson, W.; Culp, C. Machine Learning Methods for Automated Fault Detection and Diagnostics in Building Systems—A Review. Energies 2022, 15, 5534. [Google Scholar] [CrossRef]
  78. Chen, Q.; Folly, K.A. Application of Artificial Intelligence for EV Charging and Discharging Scheduling and Dynamic Pricing: A Review. Energies 2023, 16, 146. [Google Scholar] [CrossRef]
  79. Heidarpanah, M.; Hooshyaripor, F.; Fazeli, M. Daily Electricity Price Forecasting Using Artificial Intelligence Models in the Iranian Electricity Market. Energy 2023, 263, 126011. [Google Scholar] [CrossRef]
  80. Muhammad Ashraf, W.; Moeen Uddin, G.; Afroze Ahmad, H.; Ahmad Jamil, M.; Tariq, R.; Wakil Shahzad, M.; Dua, V. Artificial Intelligence Enabled Efficient Power Generation and Emissions Reduction Underpinning Net-Zero Goal from the Coal-Based Power Plants. Energy Convers. Manag. 2022, 268, 116025. [Google Scholar] [CrossRef]
Figure 1. Transmitting and processing information about the stimulus to the brain.
Figure 1. Transmitting and processing information about the stimulus to the brain.
Energies 16 03441 g001
Figure 2. General diagram of neural network.
Figure 2. General diagram of neural network.
Energies 16 03441 g002
Figure 3. Number of scientific articles related to artificial intelligence in 2000–2022.
Figure 3. Number of scientific articles related to artificial intelligence in 2000–2022.
Energies 16 03441 g003
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

Skrobek, D.; Krzywanski, J.; Sosnowski, M.; Uddin, G.M.; Ashraf, W.M.; Grabowska, K.; Zylka, A.; Kulakowska, A.; Nowak, W. Artificial Intelligence for Energy Processes and Systems: Applications and Perspectives. Energies 2023, 16, 3441. https://doi.org/10.3390/en16083441

AMA Style

Skrobek D, Krzywanski J, Sosnowski M, Uddin GM, Ashraf WM, Grabowska K, Zylka A, Kulakowska A, Nowak W. Artificial Intelligence for Energy Processes and Systems: Applications and Perspectives. Energies. 2023; 16(8):3441. https://doi.org/10.3390/en16083441

Chicago/Turabian Style

Skrobek, Dorian, Jaroslaw Krzywanski, Marcin Sosnowski, Ghulam Moeen Uddin, Waqar Muhammad Ashraf, Karolina Grabowska, Anna Zylka, Anna Kulakowska, and Wojciech Nowak. 2023. "Artificial Intelligence for Energy Processes and Systems: Applications and Perspectives" Energies 16, no. 8: 3441. https://doi.org/10.3390/en16083441

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