Transformation of Smart Grid Using Machine Learning: November 2019
Transformation of Smart Grid Using Machine Learning: November 2019
net/publication/337608853
CITATIONS READS
3 1,417
3 authors:
Saleh A. Wasimi
Central Queensland University
22 PUBLICATIONS 702 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Salahuddin A. Azad on 07 May 2020.
Abstract— With the advent of distributed and renewable Demand management: Smart grid allows customers and
energy sources, maintaining the stability of power grid is network operators to manage electricity consumption to
becoming increasingly difficult. Traditional power grid can be reduce peak demand and avoid network overloading.
transformed into a smart grid by augmenting it with
information and communication technologies, and machine Network stability: Smart grid maintains the balance of
intelligence. Machine learning and artificial intelligence can supply and demand and regulates the voltage by
enable smart grid to make intelligent decisions and respond to varying generation and managing demand.
sudden changes in customer demands, power outages, sudden Network reliability: Smart grid allows network
drops and rises in renewable energy output or any other operators to anticipate and locate faults and outages
catastrophic events. Machine learning can also help capture remotely that could lead to quicker restoration of
customer consumption patterns, forecast energy demand and power.
power generation of intermittent sources, and predict
equipment failures. Reinforced learning can aid in making Empowering consumers: Smart grid makes real-time
energy dispatch decisions and activate demand management consumption of data available so that customer can
signals in order to maintain balance of power supply and control their consumption to take advantage of the off-
demand. The usage of wireless technologies in smart grid peak price and reduce power bill.
renders it vulnerable to cyber security threats. With the Integration of renewable energy sources: Smart grid
increase in data volume, it is now possible to employ machine facilitates integration of intermittent renewable energy
learning for the detection and prevention of anomalous sources by making energy dispatch decisions and
behaviour, intrusion, cyber-attacks, and malicious activities as
controlling loads in real-time.
well as data authentication. This paper reviews the application
of different machine learning approaches that aims at Machine learning is a branch of artificial intelligence
enhancing the stability, reliability, security, efficiency and where machines learn automatically from data without the
responsiveness of smart grid. This paper also discusses some of direct involvement of humans [2]. Machine learning
the challenges in implementing machine learning solutions for algorithms embody the techniques that look for patterns and
smart grid. interrelations in the data and build a model that represent
those patterns and interrelations. The learning experience
Keywords—smart grid, machine learning, transformer loss of
enables the machine to predict future events based on past
life, power quality, energy dispatch decision, electricity market
operation, smart grid security
examples. Machine learning can be supervised or
unsupervised [3]. In the supervised machine learning, the
I. INTRODUCTION algorithm is provided with training data that has
outcomes/labels. The algorithm builds a model/function
With the introduction of distributed and renewable from the pattern buried in the data. When presented with
energy sources, it is becoming increasingly difficult to new data, the algorithm infers outcomes based on the
maintain the balance between demand and supply of power model/function already built. In unsupervised learning, there
as well as the quality of power in the electricity network. As is no outcome/label provided with the data. The algorithm
the traditional power grid is not designed to handle finds the unknown structure or pattern in the data without
bidirectional power flow, electricity networks are struggling any information on how to name or label it.
to handle backflow of power from distributed generation
sources such wind and solar. The intermittent nature of the The supervised learning algorithms generally fall into
renewable energy sources is also making it difficult to two categories – classification and regression. The
maintain stable power flow in the electricity network. The classification problem separates data into predetermined
traditional power grid can be transformed into an intelligent, labels of outcome. In classification problem, the outcome
automated and responsive power grid by augmenting it with variable has a finite number of categories (such as
information and communication technologies, and machine male/female, low/moderate/high). The regression problem
intelligence. This type of grid is often termed as smart grid. deals with predicting the real value of an outcome (such as
The motivation behind developing smart grid is to ensure age, price). Unlike classification problem, the outcome
stable, reliable, efficient, economical and sustainable variable in regression problem has continuous values. The
generation, distribution and usage of conventional and most common supervised learning algorithms are artificial
renewable power [1]. Smart grid can offer the following neural network (ANN), support vector machine (SVM),
benefits to the generators, transmission and distribution decision tree, k-nearest neighbours (KNN) etc.
operators, and consumers.