<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>V. Teslyuk);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Lviv Polytechnic National University</institution>
          ,
          <addr-line>12 S. Bandera Str., Lviv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>The work aims to enhance the efficiency of electricity consumption management in smart homes through a forecasting model based on a Long Short-Term Memory (LSTM) neural network, which significantly improves prediction accuracy by capturing long-term dependencies in time series data. A formalized representation of the system's structure and mathematical relations has been provided to support comprehensive data analysis and parameter tuning. An advanced forecasting algorithm has been designed, incorporating historical electricity usage and external factors such as weather conditions and time of day. A dedicated software solution has been implemented using LSTM-based deep learning architecture, combined with data normalization and encoding of temporal features. Additionally, a data acquisition and processing subsystem has been integrated with smart energy meters to facilitate real-time analytics. The model was validated using both real-world and synthetic datasets, confirming its high forecasting performance. A systematic development approach ensured component modularity, scalability, and robust data protection. The system was developed using Python, TensorFlow, and Keras, with deployment capabilities via modern API tools, ensuring adaptability to dynamic environments and seamless integration with other smart infrastructure. Evaluation results demonstrate that the trained model delivers accurate forecasts with minimal deviation from actual consumption values. Functional testing confirmed the correctness of computations and algorithmic stability. Future research directions include refining hyperparameter optimization methods for the LSTM model, expanding the set of input variables, and integrating the system with automated energy management platforms. These steps will contribute to more efficient energy use, cost reduction, and enhanced reliability of electricity supply under unstable grid conditions. energy forecasting; machine learning; time series analysis; deep learning 1 ISW-2025: Intelligent Systems Workshop at 9th International Conference on Computational Linguistics and Intelligent Systems (CoLInS-2025), May 15-16, 2025, Kharkiv, Ukraine ∗ Corresponding author. † These authors contributed equally.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The growing demand for electricity driven by industrialisation and urbanisation has led to a
significant increase in global energy consumption. In many countries, including the European Union
and Ukraine, the residential sector consumes approximately 40% of the total electricity [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This
creates the need to implement effective energy management strategies to optimise and reduce losses.
      </p>
      <p>In Ukraine, this problem is particularly relevant in a time of war, when the energy infrastructure
is under constant attack, making it difficult to maintain a stable electricity supply. To ensure efficient
allocation of resources, accurate forecasts of electricity consumption are needed to enable adaptive
load management in the grid and optimise outage schedules.</p>
      <p>
        Long Short-Term Memory (LSTM) neural networks represent one of the most effective
approaches for forecasting electricity consumption. This type of recurrent neural network is able to
effectively analyse time series, store long-term dependencies, and identify hidden patterns in data
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Integrating data from smart meters with external variables such as weather conditions and
consumer behaviour can significantly improve the accuracy of forecasts [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>The development of smart energy systems is one of the key areas of Ukraine's energy security
policy. The use of predictive models based on LSTM can help not only reduce the load on the power
system, but also increase the energy efficiency of smart homes. This, in turn, creates opportunities
for rational resource allocation and minimisation of the negative consequences of emergency
outages.</p>
      <p>The study aims to automate the process of forecasting electricity consumption in smart homes
using LSTM neural networks, aimed at improving the accuracy of forecasting and efficient energy
management in conditions of unstable power supply.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>Forecasting electricity consumption in smart homes is an important task that requires efficient time
series analysis methods. In modern research, both traditional statistical methods and approaches
based on deep learning, in particular LSTM networks, are widely used.</p>
      <p>
        Studies [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4-6</xref>
        ] explore the application of classical forecasting methods, such as ARIMA, exponential
smoothing, and autoregressive models. It should be noted that although these methods are
interpretable and suitable for short-term forecasting, they have limitations when processing complex
patterns in time series. This highlights the necessity of employing neural network approaches that
more effectively capture nonlinear dependencies in the data.
      </p>
      <p>
        Studies [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
        ] focus on leveraging LSTM networks for electricity consumption prediction. The
authors demonstrate the ability of LSTMs to learn long-term dependencies and adapt to changes in
energy consumption. Different approaches to tuning LSTM hyperparameters are also considered,
including variations in the number of neurons in layers, learning rates, and the use of regularisation
mechanisms [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. This provides a clear rationale for selecting the neural network architecture for
the study and determine the parameters of its tuning.
      </p>
      <p>
        Special attention in the literature is paid to the impact of external factors on electricity
consumption forecasting. Publications [
        <xref ref-type="bibr" rid="ref11">11, 12</xref>
        ] investigate how seasonal and market factors affect
forecasting accuracy. Integration of additional variables into models increases their adaptability to
real operating conditions. These approaches have also been employed in studies focused on
enhancing energy efficiency and optimizing resource management systems, underscoring the need
for a comprehensive strategy in electricity forecasting and demand regulation [13].
      </p>
      <p>Papers [14 - 16] analyse approaches to optimising LSTM networks using various learning and
regularisation methods. In particular, the authors investigate the effectiveness of the Adam and
RMSprop algorithms for updating the weighting coefficients, and assess the impact of regularisation
parameters (Dropout, L1/L2 normalisation) on the generalisation ability of the model. This allows
for a well-grounded selection of the neural network architecture and facilitates optimal
hyperparameter tuning.</p>
      <p>Notably, significant attention has been given to hybrid approaches that integrate LSTM with
other models, such as CNN (convolutional neural networks) and GRU (smoothed recurrent units)
[17-22]. The authors of these studies show that combined approaches can improve forecasting
accuracy by combining the advantages of different neural network architectures. However, this
paper prioritizes LSTM networks due to their effectiveness in handling time series data without
introducing additional complexity through hybrid models.</p>
      <p>Thus, the analysis of recent studies shows that traditional statistical methods, while interpretable
and effective for short-term forecasting, have significant limitations when handling complex
nonlinear dependencies and long-term trends in electricity consumption. Hybrid approaches that
combine LSTM with other neural network architectures demonstrate higher accuracy, but their
implementation requires significant computing resources and complicates the setup process. At the
same time, LSTM networks strike a balance between forecasting accuracy and computational
efficiency, as they are able to learn long-term relationships, adapt to changes in data, and work well
with time series. With this in mind, our research will develop an LSTM-based smart home electricity
consumption forecasting model, with a focus on optimising hyperparameters and taking into account
external factors to improve forecasting accuracy.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Materials and Methods</title>
      <p>One of the most effective approaches to forecasting electricity consumption is to use models that
take into account a wide range of factors, including historical data, weather conditions and time
patterns. To achieve high accuracy, it is necessary to apply mathematical methods capable of
processing large amounts of data and identifying complex nonlinear relationships between
parameters.</p>
      <p>Accordingly, the primary forecasting model utilized is the Long Short-Term Memory (LSTM)
neural network, a type of recurrent neural network (RNN) that can take into account long-term
dependencies in data. Unlike conventional neural networks, an RNN uses the outputs of previous
elements to preserve the dependence between elements in a sequence. In classical RNNs, the state is
transmitted as follows:
ℎ =  (
 + 
ℎ</p>
      <p>+  ),
 = σ 
∙ [ℎ</p>
      <p>,  ] +  .
 = σ( ∙ [ℎ</p>
      <p>,  ] +  ),

= tanh(
∙ [ℎ</p>
      <p>
        ,  ] +  ).
where:
ht– current hidden state,
xt – current input,
Wxh, Whh – weight matrices,
bh – bias vector.
and three main gating mechanisms [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
adapt dynamically to new data:
      </p>
      <p>However, classical RNNs suffer from the problem of short-term memory, limiting their ability to
capture long-range dependencies. LSTM networks address this issue by introducing memory cells
The forget gate (ft) determines which information should be discarded, allowing the model to
The input gate (it and  ) regulates which new information should be stored in the memory cell,
ensuring flexibility in capturing relevant features from the input:</p>
      <p>The output gate (ot) controls the flow of information from the memory cell to the next stage,
ensuring consistency between past and new data:</p>
      <p>The memory state is updated as follows:

= σ(
∙ [ℎ</p>
      <p>,  ] +  ).

=  ∙ C</p>
      <p>+  ∙ .</p>
      <p>These mechanisms ensure that LSTMs can retain important information in time series by
adapting to long-term dependencies.</p>
      <p>This structure makes an LSTM network ideal for working with time series data, where each
element in the sequence depends on previous values. The model can efficiently ‘remember’
important information and use it to predict future electricity consumption.</p>
      <p>For the LSTM</p>
      <p>model to function correctly, careful data preparation is required to ensure
consistency and accuracy of forecasts. The main stages of data preparation are resampling and
normalisation, categorical feature coding, and data shifting for LSTM.
it to a limited range, which improves the efficiency and stability of the model.
(1)
(2)
(3)
(4)
(5)
(6)</p>
      <p>The data contains information about days of the week and seasons that may affect consumption.
Using a categorical variable coding method, such as One-Hot Encoding, allows the model to take
these factors into account when making predictions.</p>
      <p>One of the key aspects of preparing data for LSTM is to create time windows that allow the model
to ‘see’ several previous values before the current one. This enables the model to learn temporal
dependencies between past and future observations, which is critical for time series analysis.</p>
      <p>To evaluate forecast performance, we use metrics that quantify the model's accuracy, namely the
mean absolute error (MAE) and the mean square error (MSE).</p>
      <p>Both metrics provide an accurate assessment of the forecast, allowing you to identify how well
the model is performing and where potential improvements can be made.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>The electricity consumption forecasting system is based on a modular architecture that ensures a
systematic approach to data processing, model training and optimisation, as well as forecast
visualisation. This structure (Fig. 1) enables efficient task distribution, improving project
maintainability, testing, and scalability.</p>
      <p>The key stages of the software's operation for developing and training the forecasting model
include user interaction with the system at all stages of the process. This involves data uploading
and processing, feature analysis, preparation of input parameters for LSTM, model building and
training, hyperparameter tuning, as well as evaluation and visualization of results. The final stage is
providing the user with the predicted electricity consumption values.</p>
      <p>The system utilizes historical consumption data and climate data, which can be collected from
relevant databases or meteorological services. Weather data exert a substantial influence on
electricity consumption levels, so their integration enhances forecasting accuracy. Initial data
processing is performed using Python libraries such as Pandas and NumPy. The processed data is
stored in a database for further use in the forecasting module.</p>
      <p>Data analysis is conducted using machine learning algorithms such as Random Forest, LSTM
(Long Short-Term Memory), or Gradient Boosting. These methods are chosen for their effectiveness
in handling time series data, which is crucial for electricity consumption forecasting.</p>
      <p>The forecasting results are presented in the form of graphs and charts generated using libraries
such as Matplotlib and Seaborn.</p>
      <p>The system’s modules interact in a coordinated manner to achieve the primary objective of
accurate electricity consumption forecasting. The data processing module ensures proper data
preparation for the model, which then passes it to the modeling module for training. After training,
the visualization module allows users to assess the accuracy and quality of forecasts, which can then
be used for real-time decision-making.</p>
      <p>The system can be deployed from a workstation or a server machine running Docker for
containerization. The benefits of using Docker include isolation, ensuring system stability and
reproducibility, ease of deployment and application updates, as well as simplified scalability in case
of increased workload. Figure 2 illustrates the organization of the project structure in Python within
the PyCharm development environment.</p>
      <p>The system's functionality focuses on data processing and the creation of a forecast model based
on neural networks.</p>
      <p>The LSTM_df_generator function (Fig. 3) creates a dataframe for LSTM models by shifting the
initial data by a specified number of rows before (rows_before) and after (rows_after) the current
record. During the shift process, new columns with time stamps are created and merged into a single
dataframe. After handling missing values and removing unnecessary columns, the function returns
the prepared dataset for training.</p>
      <p>The create_model function (Fig. 4) implements a deep neural network based on LSTM for time
series analysis. The model architecture includes two LSTM layers with a specified number of neurons
(units) and Dropout to prevent overfitting (dropout_rate). The model is concluded with a Dense
output layer for prediction. Optimization is performed using the Adam algorithm with a specified
learning rate (learning_rate), and compilation is done using the mean squared error metric.</p>
      <p>To evaluate the effectiveness of the electricity consumption forecasting system, experiments were
conducted using historical data on electricity consumption in buildings. The dataset, publicly
available on GitHub, was selected due to frequent readings taken at one-minute intervals and its
broad time coverage. The file size is approximately 150 MB, containing information on total active
power, reactive power, voltage, current intensity, and data counts from three subsystems.</p>
      <p>At the initial stage, data analysis was performed to examine the key patterns and check for
missing values, which helped identify seasonal and time-based consumption patterns.</p>
      <p>The forecasting model, based on the LSTM neural network, was trained and tested on the loaded
data, with accuracy assessed using mean squared error (MSE). The results showed that the model is
capable of providing accurate forecasts, minimizing deviations from actual values.</p>
      <p>Additionally, the main functions of the system were tested to ensure the correctness of the core
calculations and the stability of the algorithm. The obtained results confirm that the system can
effectively forecast electricity consumption, which is valuable for optimizing electricity use in
buildings.</p>
      <p>Figure 5 presents graphs displaying the results of machine learning. The first graph illustrates the
change in Mean Squared Error (MSE), while the second shows the dynamics of losses on training
and validation data.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Discussions</title>
      <p>A comparison of the model's forecasts with the actual values (Table 1) showed that the model
accurately captures the main patterns of electricity consumption. However, some discrepancies may
be observed during periods of sharp fluctuations in consumption, caused by abnormal weather
conditions or other external factors, indicating potential for improvement.</p>
      <p>Table 1 also displays the results of the hyperparameter optimization for the forecasting model,
such as the number of neurons, learning rate, and optimizer. Out of the 16 variants considered, the
best configuration was found with 50 epochs, dropout rate: 0.1, learning rate: 0.01, optimizer:
rmsprop, and 100 neurons, which provided the lowest error (Mean Score -0.0745). The search process
took approximately 15 minutes, and the table includes only the most representative results. The
Mean Score values are presented as negative because, in the Scikit-learn library (in Python) used for
this study, some algorithms return errors with a negative sign for convenience in minimization— the
closer the value is to zero, the better the model.</p>
      <p>Parameters
epochs: 50, dropout rate: 0.3, learning rate: 0.01,
optimizer: rmsprop, number of neurons: 200
epochs: 50, dropout rate: 0.3, learning rate: 0.01,
optimizer: adamax, number of neurons: 50
epochs: 50, dropout rate: 0.1, learning rate: 0.01,
optimizer: rmsprop, number of neurons: 100
epochs: 50, dropout rate: 0.3, learning rate: 0.1,
optimizer: sgd, number of neurons: 50
epochs: 50, dropout rate: 0.3, learning rate: 0.1,
optimizer: rmsprop, number of neurons: 200</p>
      <p>The obtained results indicate that the proposed forecasting system can be effectively applied to
managing power consumption in buildings. The use of such forecasts helps reduce electricity costs
and ensures the rational use of resources.</p>
      <p>Although the LSTM method is well-established and frequently utilized in time series forecasting,
this study offers a targeted adaptation of the model for the specific needs of intelligent energy
consumption prediction in smart homes operating under unstable energy conditions, such as those
currently experienced in Ukraine. The forecasting system was designed with a modular architecture
that enables flexibility, scalability, and integration into smart energy management platforms. To
improve prediction accuracy, the model incorporates both behavioral time features and external
climate variables, recognizing their substantial impact on household energy use. While the dataset
used for training consists of historical residential energy consumption records, it reflects typical
usage patterns that remain relevant for contemporary systems. This allows the model to be trained
under stable conditions while being structurally and functionally suited to operate in volatile energy
environments. Moreover, the LSTM model was carefully optimized through hyperparameter tuning
and empirically evaluated against alternative approaches such as Random Forest and BiLSTM. The
resulting system demonstrates high predictive accuracy and robustness, making it applicable to
modern smart grid contexts. Thus, the research contributes by aligning proven machine learning
methods with present-day challenges, offering practical insights and reinforcing the role of
datadriven approaches in energy resilience.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>Within the scope of the study, a comprehensive effort was made to forecast electricity
consumption in smart homes by developing a forecasting model based on LSTM neural networks,
which allows for the consideration of long-term dependencies in the data. Additionally, an algorithm
for the operation of the forecasting system was proposed, taking into account historical data and
external factors. A system for forecasting electricity consumption was developed and implemented,
and its effectiveness was evaluated, with the results demonstrating high forecasting accuracy
compared to traditional methods. The proposed method can be used for optimizing energy
consumption in smart homes, reducing the load on the energy system, and improving energy
resource management.</p>
      <p>Further research can focus on refining the model by expanding the set of input parameters and
integrating it with other automation systems.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used ChatGPT for grammar and spelling checks, as
well as for improving the clarity of certain passages. After using this tool, the authors reviewed and
edited the content as needed and take full responsibility for the publication’s content.
[12] A. Bâra, S.-V. Oprea, A.-C. Băroiu, Forecasting the spot market electricity price with a long
short-term memory model architecture in a disruptive economic and geopolitical context, Int. J.</p>
      <p>Comput. Intell. Syst. 16 (2023) 130. doi:10.1007/s44196-023-00309-3.
[13] D. Zhang, H. Tong, F. Li, L. Xiang, X. Ding, An Ultra-Short-Term Electrical Load Forecasting
Method Based on Temperature-Factor-Weight and LSTM Model, Energies 13 (18) (2020) 4875.
doi:10.3390/en13184875.
[14] M. Arya, G. H. Sastry, Effective LSTM neural network with Adam optimizer for improving frost
prediction in agriculture data stream, in: Modelling and Development of Intelligent Systems
(MDIS 2022), Communications in Computer and Information Science 1761, Springer, Cham,
2023, pp. 3–17. doi:10.1007/978-3-031-27034-5_1.
[15] N. S. M. Salleh, M. Saripuddin, A. Suliman, B. N. Jørgensen, Electricity anomaly point detection
using unsupervised technique based on electricity load prediction derived from long short-term
memory, in: Proc. 2nd Int. Conf. Artif. Intell. Data Sci. (AiDAS), Ipoh, Malaysia, 2021, pp. 1–5.
doi:10.1109/AiDAS53897.2021.9574184.
[16] S. Soomro, W. Pora, Effect of drop-out layers inside a long short-term memory for household
load forecast application, in: Proc. 5th Int. Congr. Human-Computer Interact., Optim. Robot.</p>
      <p>Appl. (HORA), Istanbul, Türkiye, 2023, pp. 1–7. doi:10.1109/HORA58378.2023.10156722.
[17] J. Chung, B. Jang, Accurate prediction of electricity consumption using a hybrid CNN-LSTM
model based on multivariable data, PLOS ONE 17 (11) (2022) e0278071.
doi:10.1371/journal.pone.0278071.
[18] A. I. H. Ou, N. N. A. Rahman, K. M. Nor, M. R. Ahmad, M. H. R. Husin, Predicting short-term
energy usage in a smart home using hybrid deep learning models, Front. Energy Res. 12 (2024)
1323357. doi:10.3389/fenrg.2024.1323357.
[19] A. Irwansyah, M. K. Saputra, N. H. S. Pratiwi, E. I. T. Kusuma, Power consumption predictive
analytics and automatic anomaly detection based on CNN-LSTM neural networks, J. Rekayasa
Elektrika 19 (4) (2023). doi:10.17529/jre.v19i4.31695.
[20] Z. Skaf, M. Bouchahdane, R. Kanawati, H. Mcheick, Electricity consumption forecasting based
on machine learning techniques, in: Proc. Adv. Sci. Eng. Technol. Int. Conf. (ASET), Dubai, UAE,
2023, pp. 1–6. doi:10.1109/ASET56582.2023.10180605.
[21] A.-R. Kim, D. Park, C.-S. Lee, H. Chang, A comparative analysis of time series forecasting
methods for short-term electricity demand prediction, in: Proc. 14th Int. Conf. Inf. Commun.
Technol. Converg. (ICTC), Jeju Island, South Korea, 2023, pp. 1235–1238.
doi:10.1109/ICTC58733.2023.10392314.
[22] M. Alhussein, K. Aurangzeb, S.I. Haider, Hybrid CNN-LSTM Model for Short-Term Individual
Household Load Forecasting, IEEE Access, vol. 8, pp. 180544–180557, 2020.
doi:10.1109/ACCESS.2020.3028281.
[23] M. R. Maarif, A. R. Saleh, M. Habibi, N. L. Fitriyani, M. Syafrudin, Energy usage forecasting
model based on long short-term memory (LSTM) and explainable artificial intelligence (XAI),
Information 14 (5) (2023) 265. doi:10.3390/info14050265.
[24] M. A. Alghamdi, A. S. AL–Malaise AL–Ghamdi, M. Ragab, Predicting energy consumption using
stacked LSTM snapshot ensemble, Big Data Min. Anal. 7 (2) (2024) 247–270.
doi:10.26599/BDMA.2023.9020030.
[25] J. F. Torres, F. Martínez-Álvarez, A. Troncoso, A deep LSTM network for the Spanish electricity
consumption forecasting, Neural Computing and Applications, vol. 34, no. 13, pp. 10533–10545,
2022. doi:10.1007/s00521-021-06773-2.
[26] Q. Liang, W. Wang, Y. Wang, Short-term power load forecasting model based on multi-strategy
improved WOA optimized LSTM, Applied Mathematics and Nonlinear Sciences, vol. 9, no. 1,
2024. doi:10.2478/amns-2024-0323.
[27] Z. Ferdoush, B. N. Mahmud, A. Chakrabarty, J. Uddin, A short-term hybrid forecasting model
for time series electrical-load data using random forest and bidirectional long short-term
memory, Int. J. Electr. Comput. Eng. (IJECE) 11 (1) (2021) 763–771.
doi:10.11591/ijece.v11i1.pp763-771.6.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Alden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ababei</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>M. Ionel, LSTM forecasts for smart home electricity usage</article-title>
          ,
          <source>in: Proc. 9th Int. Conf. Renewable Energy Research and Applications (ICRERA)</source>
          , Glasgow, UK,
          <year>2020</year>
          , pp.
          <fpage>434</fpage>
          -
          <lpage>438</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICRERA49962.
          <year>2020</year>
          .
          <volume>9242804</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Power demand forecasting using long short-term memory (LSTM) deep-learning model for monitoring energy sustainability</article-title>
          ,
          <source>Sustainability</source>
          <volume>12</volume>
          (
          <issue>3</issue>
          ) (
          <year>2020</year>
          )
          <article-title>1109</article-title>
          . doi:
          <volume>10</volume>
          .3390/su12031109.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sherstinsky</surname>
          </string-name>
          ,
          <article-title>Fundamentals of recurrent neural network (RNN) and long short-term memory (LSTM) network</article-title>
          ,
          <string-name>
            <surname>Physica</surname>
            <given-names>D</given-names>
          </string-name>
          : Nonlinear Phenomena 404 (
          <year>2020</year>
          )
          <article-title>132306</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.physd.
          <year>2019</year>
          .
          <volume>132306</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Ananthu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Neelashetty</surname>
          </string-name>
          ,
          <article-title>Electrical load forecasting using ARIMA, Prophet and LSTM networks</article-title>
          ,
          <source>Int. J. Electr. Electron. Res</source>
          .
          <volume>9</volume>
          (
          <issue>4</issue>
          ) (
          <year>2021</year>
          )
          <fpage>114</fpage>
          -
          <lpage>119</lpage>
          . doi:
          <volume>10</volume>
          .37391/IJEER.090404.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Fathin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Widhiyasana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Syakrani</surname>
          </string-name>
          ,
          <article-title>Model for predicting electrical energy consumption using ARIMA method</article-title>
          ,
          <source>in: Proc. 2nd Int. Seminar on Science and Applied Technology (ISSAT)</source>
          ,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .2991/aer.k.
          <volume>211106</volume>
          .047.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bandlamudi</surname>
          </string-name>
          ,
          <article-title>Household energy consumption forecasting using LSTM and ARIMA models: A comprehensive analysis</article-title>
          ,
          <source>Research Square</source>
          (
          <year>2025</year>
          ). doi:
          <volume>10</volume>
          .21203/rs.3.rs-
          <volume>5916961</volume>
          /v1.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Severiche-Maury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. A. C.</given-names>
            <surname>Perez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Jaramillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lozano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. F. S.</given-names>
            <surname>Amaya</surname>
          </string-name>
          ,
          <article-title>LSTM networks for home energy efficiency</article-title>
          ,
          <source>Designs</source>
          <volume>8</volume>
          (
          <issue>4</issue>
          ) (
          <year>2024</year>
          )
          <article-title>78</article-title>
          . doi:
          <volume>10</volume>
          .3390/designs8040078.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Nazir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Ab</given-names>
            <surname>Aziz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hosen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Aziz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. R.</given-names>
            <surname>Murthy</surname>
          </string-name>
          ,
          <article-title>Forecast energy consumption timeseries dataset using multistep LSTM models</article-title>
          ,
          <source>J. Phys.: Conf. Ser</source>
          .
          <year>1933</year>
          (
          <year>2021</year>
          )
          <article-title>012054</article-title>
          . doi:
          <volume>10</volume>
          .1088/
          <fpage>1742</fpage>
          -
          <lpage>6596</lpage>
          /
          <year>1933</year>
          /1/012054.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D</given-names>
            <surname>.-M. Petroșanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pîrjan</surname>
          </string-name>
          ,
          <article-title>Electricity consumption forecasting based on a bidirectional longshort-term memory artificial neural network</article-title>
          ,
          <source>Sustainability</source>
          <volume>13</volume>
          (
          <issue>1</issue>
          ) (
          <year>2021</year>
          )
          <article-title>104</article-title>
          . doi:
          <volume>10</volume>
          .3390/su13010104.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>I.</given-names>
            <surname>Kervancı</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Akay</surname>
          </string-name>
          ,
          <article-title>LSTM hyperparameters optimization with Hparam parameters for Bitcoin price prediction</article-title>
          ,
          <source>Sakarya Univ. J. Comput. Inf. Sci. 6</source>
          (
          <issue>1</issue>
          ) (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . doi:
          <volume>10</volume>
          .35377/saucis.1172027.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T. T.</given-names>
            <surname>Hoang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Q.</given-names>
            <surname>Pham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. V.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. D.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <article-title>The application of time series models considering seasonality in monthly electricity production forecasting</article-title>
          ,
          <source>in: Proc. 7th Int. Conf. Green Technol. Sustain. Dev</source>
          . (GTSD),
          <source>Ho Chi Minh City, Vietnam</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>200</fpage>
          -
          <lpage>206</lpage>
          . doi:
          <volume>10</volume>
          .1109/GTSD62346.
          <year>2024</year>
          .
          <volume>10675225</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>