<!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>October</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Trafic Forecasting in Bogota, Colombia, with Attention Temporal Graph Convolutional Networks (A3T-GCN)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Juan Andrés Bernal-Sánchez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Javier Riascos-Ochoa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universidad de Bogota-Jorge Tadeo Lozano</institution>
          ,
          <addr-line>Bogota</addr-line>
          ,
          <country country="CO">Colombia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>2</volume>
      <fpage>4</fpage>
      <lpage>26</lpage>
      <abstract>
        <p>In the context of urban trafic management, advanced Intelligent Transportation Systems (ITS) require flexible, eficient, and accurate trafic prediction models. Such models are essential for enhancing road safety, reducing congestion, and providing assistance to users and city authorities. However, conventional models such as ARIMA, Support Vector Machines, and Artificial Neural Networks (ANN) are constrained in their ability to capture the nonlinearity and spatiotemporal dynamics of trafic data. To address these challenges, this study employs the A3T-GCN model, which integrates attention mechanisms and graph convolutional networks to efectively process trafic data. Specifically, this study focuses on the prediction of trafic flows in Bogotá, a city known for its severe trafic congestion. To adapt the A3T-GCN model to this context, trafic speed data from the Bogotá Open Data Platform was used. The results demonstrate the superior performance of the proposed approach in comparison to conventional ARIMA and ANN models. Notable improvements were observed in RMSE, MAE, accuracy, and explained variance, as well as stability across diverse forecast horizons. Furthermore, the model was employed to simulate a trafic congestion scenario, thereby illustrating its capacity to respond to and adapt to sudden changes in the speed time series. The findings demonstrate the validity and adaptability of the A3T-GCN model for trafic forecasting in Bogotá and highlight its potential as a reliable tool for users and urban management authorities.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Deep learning</kwd>
        <kwd>Spatial dependence</kwd>
        <kwd>Temporal dependence</kwd>
        <kwd>Trafic simulation</kwd>
        <kwd>Latin American urban trafic</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Nowadays, Intelligent Transport Systems (ITS) play a crucial role in the eficient management of urban
trafic, reducing congestion and improving road safety. These systems rely on advanced technologies to
collect, process, and analyze real-time trafic data to provide accurate and timely information to users
and urban planners [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ].
      </p>
      <p>
        Among the various techniques used for trafic forecasting, statistical and machine learning models
stand out. For instance, time series ARIMA models have been widely applied because their eficiency
and easy implementation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. On the other hand, Vector Autoregressive (VAR) models have been useful
for capturing the dynamic interactions between multiple trafic variables by analyzing multivariate time
series [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, these models present limitations in capturing the nonlinearities present in trafic
data, which has led to the exploration of more sophisticated approaches. In this context, Support Vector
Machine (SVM) models have proven to be efective in handling nonlinear relationships through the
use of kernel functions [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In addition, Artificial Neural Network (ANN) models and more advanced
Deep Learning architectures have gained popularity due to their ability to learn and generalize complex
patterns in large data sets [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ]. Nevertheless, the increasing availability of spatial and temporal data
has led to the need for more advanced models that can efectively integrate these dimensions.
      </p>
      <p>
        A particularly challenging case in the field of trafic forecasting is the city of Bogotá. According to
the Trafic Index, Bogotá is the fourth worst city in the world in terms of vehicle trafic [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The city’s
inhabitants lose approximately 126 additional hours per year due to trafic congestion. Although some
authors have focused on predicting trafic accidents in the city using conventional techniques, such as
the Log-Gaussian Cox process [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] or the probabilistic random walk model [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Others, instead, have
resorted to machine learning models, such as multilayer neural networks [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. However, there are no
specific models for trafic prediction in Bogotá, to the best of the authors knowledge. Therefore, it is
essential to develop predictive tools to anticipate trafic patterns and optimize mobility management in
the city.
      </p>
      <p>
        In this paper, we present an innovative approach using the A3T-GCN (Attention Temporal Graph
Convolutional Network) model, which combines attention techniques and graph convolutional networks
to handle trafic data in a spatio-temporal structure [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This model is characterized by its ability to
capture the complex dynamics of trafic in road networks, providing a more robust and accurate solution
compared to traditional models. In this paper, an A3T-GCN is implemented for trafic prediction in the
city of Bogotá.
      </p>
      <p>The paper is organized as follows. Section 2 briefly describes various models used for trafic prediction
and discusses their implementations. Section 3 presents the dataset used for the model development,
and Section 4 details the steps taken for its preparation and a preliminary exploratory analysis. Section
5 describes the A3T-GCN model and its implementation in the case study. Section 6 presents the results
in terms of the training and validation process of the proposed A3T-GCN model, the comparison with
ANN and ARIMA models, and the simulation of a trafic congestion scenario. Finally, concluding
remarks are given.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>2.1. ARIMA
Trafic forecasting models have evolved significantly throughout history, adapting to technological
advances and the changing needs of urban planning and trafic management. The following summarizes
some of the most common models and their implementation.</p>
      <p>
        ARIMA models are probabilistic models that describe a variable as a linear function of its past values
and random errors. Some extensions, like the seasonal ARIMA models, allow the inclusion of cyclical
or seasonal components [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. T. Alghamdi et al [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] used an ARIMA model to forecast trafic with
2175 observations of trafic flow over a three-month period in a defined study area in California, USA.
According to the study, the model must be trained on a large dataset to achieve acceptable accuracy,
otherwise the prediction accuracy may be unacceptable. On the other hand, Kumar et al [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] applied a
seasonal ARIMA (SARIMA) model in Chennai, India, using only three days of trafic data for a particular
road. This approach suggests that useful predictions can be made with less data, depending on the
specific characteristics of the time series and the application of the model.
      </p>
      <sec id="sec-2-1">
        <title>2.2. Autoregressive Vectors (VAR)</title>
        <p>
          The VAR model consists of simultaneous equations that allow the study of how the past value of one
variable can afect the present value of other variables and vice versa [
          <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
          ]. This provides a more
complete understanding of how variables behave and influence each other. Chandra and Al-Deek [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]
presented a VAR model that allows to capture the correlations between upstream and downstream
stations for a region in the center of Orlando, Florida, and in this way, the VAR model managed to
outperform the ARIMA and SARIMA models.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.3. Artificial Neural Networks (ANNs) and Deep Learning</title>
        <p>
          Zeng et al. [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] combined an ANN model with a linear ARIMA model to forecast trafic on Guangyuan
Highway in Guangzhou, showing that this combination of models can capture diferent forms of
relationships in trafic flow time series data, thereby improving the forecasting performance. On the
other hand, Shareef et al. [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] used an ANN model to capture the overlapping restrictions during the
COVID-19 pandemic and analyzed their impact on trafic demand. This approach not only efectively
modeled these restrictions, but also produced reliable results for other hypothetical scenarios. Finally,
Polson and Sokolov [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] present a comparison between a VAR model and a deep learning model for
analyzing trafic during events such as a Chicago Bears game and an extreme snowstorm. They develop
a framework that combines a linear model with 1 regularization and a sequence of ℎ layers, and
ifnd that recent measurements of trafic conditions are more reliable predictors than historical values.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.4. Support Vector Machines (SVMs)</title>
        <p>
          SVMs are a learning technique used for classification and regression [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. In the latter case, SVMs
formulate a quadratic optimization problem, mapping the nonlinear data to a lower dimension space
and performing a linear regression in the transformed space [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. Theja and Lelitha [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] conducted a
comparison of SVMs and ANN models for trafic conditions in India. They found that the SVM models
achieved better results for short-term prediction of speed, spatial advance, and volume parameters. It
was also observed that SVMs performed better when the training data was of lower quality and quantity
[
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Data Understanding</title>
      <p>
        The data used to develop the model were obtained from the Open Data from the District Mobility
Secretariat website (section Monitoring) associated with the Bogotá District Government [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. These
data consist of speed information collected by the Bitcarrier system, an intelligent real-time trafic
monitoring and flow technology that uses wireless Wi-Fi and Bluetooth sensors emitted by mobile
devices located in Bogotá’s road network [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The speed data are reported in diferent segments of the
city’s most important roads with a frequency of 15 minutes.
      </p>
      <p>The dataset covers monthly periods from February 2019 to November 2022. For the model
development, data from 01/06/2022 to 30/06/2022 were used. This decision was made because this dataset had
the highest number of records until its last update on 11/11/2022, reaching a total of 2,520,684. The
dataset contains 21 variables: 14 numeric, 5 string, and 2 date types. Table 1 shows the most important
selected variables for the preparation and modeling process. This information includes date, speed,
route, and location data aggregated in fifteen-minute intervals for each segment of the main roads.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Data Preparation</title>
      <p>Thirteen major roadways were selected in a grid that includes streets (east-west/west-east oriented)
and avenues (north-south/south-north oriented). These include roadways such as Calle 26, Calle 80,
Autopista Norte, and Av. Caracas, among others (Table 2). In this way, the most important segments and
their connections were identified for each road. For instance, the segment “Cl80-KR89a; CL80-KR81”
–which refers to a segment within Calle 80 with west-east trafic flow from Cl80-KR89a to CL80-KR81–,
is connected to the east with the segment “CL80-KR81;CL80-KR76”. In total a number of  = 129 road
segments were selected.</p>
      <p>The A3T-GCN model employs a graph representation to process the relationships and characteristics
of trafic data. In this graph, nodes represent the selected road segments, and edges represent their
connections. An  ×  adjacency matrix is constructed to encapsulate the connection information
of the  nodes. The elements in this matrix are set to ‘1’ if the corresponding nodes (specified by the
row and column of the matrix) are connected, and ‘0’ if they are not. The graph model is illustrated in
Figure in 1 and was generated using Python’s NetworkX library. In addition, a matrix of trafic speed
attributes is also required with the speed time series (in 15-minute intervals) for each node. Missing
values in this data were identified and the NaN values were replaced with the temporal average speed
in the corresponding segment, using the SimpleImputer tool from Python’s scikit-learn.
followed by a noticeable decrease at the beginning of the working week. It is important to highlight that
during holidays, such as June 20th and June 27th, there is an increase in speed, suggesting a variation
in the typical flow of vehicles on these days. Finally, Figure 4 shows the average speed by hour per
node. A clear pattern emerges: during of-peak hours, the speed tends to increase, while during peak
hours it decreases significantly, which is the expected behavior within normal conditions.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Modeling</title>
      <p>
        The A3T-GCN model is an improvement of the T-GCN model that introduces an Attention model [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
Figure 5 shows the data path through these two constitutive models.
      </p>
      <p>
        The T-GCN combines a Graph Convolutional Network (GCN) and a Gated Recurrent Unit (GRU).
Specifically, the GCN is used to learn complex topological structures to capture spatial dependency,
based on a graph representation and convolutional operations performed on it [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. On the other hand,
the GRU model is used to learn dynamic changes and to capture time dependence [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The update
gate controls the degree to which the status information of the previous moment is brought into the
current state [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. The reset gate controls the degree of ignoring the status information of the previous
moment [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. In Figure 5, the input sequences X−  to X are processed by the T-GCN to capture the
spatial and temporal dependencies and generate the hidden representations h−  to h.
      </p>
      <p>
        The second model, the soft attention mechanism, is responsible for reweighting the influence of
historical states to capture global variation trends in trafic conditions [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This is achieved
through a multilayer perception (MLP) that computes the attention scores, a− , . . . , a, which weight
the importance of each historical state (see Figure 5). The resulting context vectors are then combined
to produce a more accurate prediction based on the relevant information from the historical data.
      </p>
      <p>
        The model was developed using Python libraries such as pandas and numpy for data manipulation,
and Pytorch for creating and manipulating tensors, which are the basic structures needed to feed the
model. In addition, torch_geometric_temporal, a Pytorch tool, was used to incorporate the A3T-GCN
model [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. For data visualization, matplotlib was used, while validation metrics were computed with
scikit-learn. Further development of the model was based on the code of Zhu et al. [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] and Radawn
[
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], available on GitHub and Kaggle, respectively.
      </p>
      <p>The dataset was divided into a training set (70%), a test set (20%), and a validation set (10%). Trafic
was predicted for time windows of 15, 30, 45, and 60 minutes. The results of the model were compared
with the best ARIMA model generated by the auto_arima function of the pmdarima library and an ANN
model developed with keras library in Python.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Results</title>
      <sec id="sec-6-1">
        <title>6.1. Diagnostics for the validation and training phases</title>
        <p>Diferent values of the model’s hyperparameters (i.e., learning rate, number of epochs, and number of
hidden units) were evaluated. The learning rate was tested at 0.001 and 0.01, with the latter being more
efective. The number of epochs was set to 5, as shown in Figure 6, where both training and validation
loss plateau beyond this point, indicating that the model stops learning after this value. For the number
of hidden units, values of 8, 16, 32, 64, 100, and 128 were tested, with 128 selected for its superior
performance. These hyperparameter settings provide a balance between generalization, performance,
and computational eficiency.</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. Results and comparison</title>
        <p>The metrics presented in Table 3 were applied to evaluate the performance of the models, focusing on
the discrepancy between the observed speeds and those estimated by the models. Table 4 details the
comparative results in the node “CL80-KR81;CL80-KR76” of the speed predictions made by the best
ARIMA(1,0,4) model, an ANN model, and the A3T-GCN model for diferent time windows: 15, 30, 45,
and 60 minutes.</p>
        <p>As Table 4 shows, predictions of the A3T-GCN model outperform the ARIMA model and the ANN
model for all the considered metrics. In particular, Figure 7 illustrates the results for the RMSE. The
values of this metric are 18%, 6%, 8%, and 21% lower than those of the ARIMA model for the 15, 30, 45,
and 60-minute time windows, respectively, and 63%, 54%, 38%, and 38% lower than the corresponding
for the ANN model in the same time horizons. Furthermore, in terms of accuracy, the A3T-GCN
model outperforms the ANN model, with 36%, 57%, 38%, and 38% higher values. In addition, the RMSE
and accuracy of the A3T-GCN model maintain stable values over the diferent time horizons. This
demonstrates that this model is applicable to both short-term and long-term trafic forecasting tasks.
Finally, explained variance values of around 81%-84% and 2 values close to 0.8 for the A3T-GCN model
demonstrate a superior ability over the base models to capture the variability in the observed data.
  = √︁ 1 ∑︀=1 ∑︀=1( − ̂︀)2
  = 1 ∑︀=1 ∑︀=1 ⃒⃒⃒  − ̂︀⃒⃒⃒
 = 1 −
‖ − ̂︀ ‖</p>
        <p>
          ‖ ‖
2 = 1 − ∑∑︀︀==11∑∑︀︀==11((−− ̂︀2))2
 = 1 −
‖ − ̂︀ ‖
‖ ‖
Notation:  and  are the actual and predicted values at time sample  on node , respectively.  is the number of nodes
̂︀
on the road.  is the number of temporal samples.  and ̂︀ are the set of  and  respectively, and  is the mean of  .
̂︀
‖‖ represents the Frobenius norm, which calculates the square root of the sum of the absolute squares of the elements of
the matrix being evaluated [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ].
        </p>
      </sec>
      <sec id="sec-6-3">
        <title>6.3. Forecasted trafic speed for a node</title>
        <p>To illustrate the model’s output for diferent forecast horizons (15, 30, 45, and 60 minutes), the predicted
trafic speeds for the node "CL80-KR81;CL80-KR76" along Calle 80 from June 25th, 2022 to June 30th,
2022 are presented in Figure 8. As can be observed, the predictions align closely with the actual data for
the specified time windows and exhibit acceptable adaptations to sporadic, abrupt changes in the trafic
series. Noteworthy, slightly superior results are obtained for the 60-minute time horizon in this node.</p>
      </sec>
      <sec id="sec-6-4">
        <title>6.4. Simulation of a trafic congestion scenario</title>
        <p>The trained A3T-GCN model was applied to simulate the impact of trafic congestion in two consecutive
nodes along Calle 80, specifically nodes "CL80-KR89A;CL80-KR81" and "CL80-KR81;CL80-KR76". The
synthetic data was generated by setting the actual speed measurements at the specified nodes to zero
(0) during the 14:30-14:45 and 14:45-15:00 time frames on June 28th, 2022. The impact of congestion
on speed prediction was evaluated in the afected nodes, in the preceding (one node) and subsequent
nodes (five nodes) along the West-East trafic flow in Calle 80, as well as in the first node of Av. Caracas
is connected to Calle 80.</p>
        <p>As illustrated in Figure 9, the model demonstrates an ability to adjust its predictions in response
to the introduced anomalies. In the modified nodes (top-middle and top-right panels in Figure 9) the
new predicted speeds (green lines) exhibit a notable decrease compared to the predicted speeds for the
original data (dashed red lines) at the time frames from 14:45 to 15:30. Additionally, a reduction in the
speed predictions is observed at the preceding node "CL80-KR96;CL80-KR89A" during a shorter time
period from 14:45 to 15:15. Similarly, predicted speeds in the subsequent node, "CL80-KR76;CL80-KR71",
show a slight decrease during this same time period. The farthest nodes along Calle 80 and Av. Caracas
appears to be unafected by the simulated congestion. The results demonstrate the A3T-GCN model’s
capacity to capture the propagation and extent of the efects in the network along and opposite to the
trafic flow.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusions</title>
      <p>In this paper, we successfully adapted the A3T-GCN model for trafic forecasting in the city of Bogotá,
Colombia. The preparation, data handling, and model training were essential for the development of
the A3T-GCN. The selection of major road segments, its representation via a graph model, and the
proper handling of missing values using tools such as SimpleImputer were key aspects that laid a strong
foundation for accurate trafic prediction. Given the model’s sensitivity to hyperparameters, precise
calibration was a crucial step in achieving optimal results.</p>
      <p>The application of the A3T-GCN model to this case study demonstrated its superior ability to capture
both spatial and temporal dependencies in comparison to the ARIMA and Artificial Neural Network
models. The A3T-GCN exhibited superior performance in terms of RMSE and accuracy compared to
the other models, while also demonstrating remarkable stability across diferent prediction horizons,
making it suitable for both short- and long-term forecasting. The enhanced performance of the model
can be attributed to its capacity to infer information from the entire road network through the graph
construction and adapt to dynamic variations and global temporal changes via the GRU and attention
mechanisms.</p>
      <p>Furthermore, the model demonstrated robust performance in the presence of anomalies, such as
sudden trafic congestion, which it successfully simulated. These results indicate that the A3T-GCN
model has the potential to serve as a valuable tool for enhancing trafic management in Bogotá, with
the capacity to inform and optimize public policies related to mobility and road infrastructure.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.</given-names>
            <surname>Dimitrakopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Panagiotis</surname>
          </string-name>
          ,
          <article-title>Intelligent transportation systems</article-title>
          ,
          <source>Sustainable cities and society 5</source>
          (
          <year>2010</year>
          )
          <fpage>77</fpage>
          -
          <lpage>84</lpage>
          . doi:
          <volume>10</volume>
          .1109/MVT.
          <year>2009</year>
          .
          <volume>935537</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaheen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Rachel</surname>
          </string-name>
          ,
          <article-title>Intelligent transportation systems</article-title>
          , UC Berkeley: Transportation Sustainability Research Center (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Billings</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-S.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Application of the arima models to urban roadway travel time prediction - a case study</article-title>
          ,
          <source>2006 IEEE International Conference on Systems, Man and Cybernetics</source>
          <volume>3</volume>
          (
          <year>2006</year>
          )
          <fpage>2529</fpage>
          -
          <lpage>2534</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICSMC.
          <year>2006</year>
          .
          <volume>385244</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Chandra</surname>
          </string-name>
          , A.
          <string-name>
            <surname>-D. Haitham</surname>
          </string-name>
          ,
          <article-title>Predictions of freeway trafic speeds and volumes using vector autoregressive models</article-title>
          ,
          <source>Journal of Intelligent Transportation Systems</source>
          <volume>13</volume>
          (
          <year>2009</year>
          )
          <fpage>53</fpage>
          -
          <lpage>72</lpage>
          . doi:
          <volume>10</volume>
          . 1080/15472450902858368.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamruzzaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sarker</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Ahmad</surname>
          </string-name>
          ,
          <article-title>Svm based models for predicting foreign currency exchange rates</article-title>
          ,
          <source>Third IEEE International Conference on Data Mining</source>
          (
          <year>2003</year>
          )
          <fpage>557</fpage>
          -
          <lpage>560</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICDM.
          <year>2003</year>
          .
          <volume>1250976</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N. G.</given-names>
            <surname>Polson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Vadim</surname>
          </string-name>
          ,
          <article-title>Deep learning for short-term trafic flow prediction</article-title>
          ,
          <source>Transportation Research Part C: Emerging Technologies</source>
          <volume>79</volume>
          (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.trc.
          <year>2017</year>
          .
          <volume>02</volume>
          .024.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>I. O.</given-names>
            <surname>Olayode</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. K.</given-names>
            <surname>Tartibu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Okwu</surname>
          </string-name>
          ,
          <article-title>Prediction and modeling of trafic flow of human-driven vehicles at a signalized road intersection using artificial neural network model: A south african road transportation system scenario</article-title>
          ,
          <source>Transportation Engineering</source>
          <volume>6</volume>
          (
          <year>2003</year>
          )
          <article-title>100095</article-title>
          . doi:
          <volume>10</volume>
          .1016/ j.treng.
          <year>2021</year>
          .
          <volume>100095</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B.</given-names>
            <surname>Becerra</surname>
          </string-name>
          ,
          <article-title>Bogotá es la cuarta ciudad del mundo con peor tráfico vehicular según trafic index</article-title>
          ,
          <year>2022</year>
          . URL: https://www.larepublica.co/globoeconomia/ bogota-cuarta
          <article-title>-ciudad-en-el-mundo-con-el-peor-trafico-vehicular-segun-</article-title>
          <string-name>
            <surname>nuevo-</surname>
          </string-name>
          ranking-
          <volume>3325102</volume>
          #: ~:text=Transporte-,
          <source>Bogot%C3%A1%20es%20la%20cuarta%20ciudad%20del%20mundo,tr%C3% A1fico%20vehicular%20seg%C3%BAn%20Trafic%20Index&amp;text=De%20acuerdo%20con%20la% 20m%C3%A1s,cuarta%20en%20todo%20el%20mundo.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Ramírez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Valencia</surname>
          </string-name>
          ,
          <article-title>Spatiotemporal correlation study of trafic accidents with fatalities and injuries in bogotá (colombia</article-title>
          ),
          <source>Accident Analysis and Prevention</source>
          <volume>149</volume>
          (
          <year>2021</year>
          )
          <article-title>105848</article-title>
          . doi:
          <volume>10</volume>
          .1016/ j.aap.
          <year>2020</year>
          .
          <volume>105848</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Rodriguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Jattin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Soracipa</surname>
          </string-name>
          ,
          <article-title>Probabilistic temporal prediction of the deaths caused by trafic in colombia. mortality caused by trafic prediction</article-title>
          ,
          <source>Accident Analysis and Prevention</source>
          <volume>135</volume>
          (
          <year>2020</year>
          )
          <article-title>105332</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.aap.
          <year>2019</year>
          .
          <volume>105332</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Castellanos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Baena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. C.</given-names>
            <surname>Ramírez</surname>
          </string-name>
          ,
          <article-title>Predictive modelling of trafic accidents in bogotá, colombia: Uncovering key contributing factors</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , CEUR, Guayaquil,
          <year>2023</year>
          , pp.
          <fpage>112</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Jiandong</surname>
          </string-name>
          , et al.,
          <article-title>Attention temporal graph convolutional network for trafic forecasting</article-title>
          .,
          <source>ISPRS International Journal of Geo-Information</source>
          <volume>10</volume>
          (
          <year>2021</year>
          )
          <article-title>485</article-title>
          . doi:
          <volume>10</volume>
          .3390/ijgi10070485.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Taghreed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Khalid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Magdi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Taysseer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sumit</surname>
          </string-name>
          ,
          <article-title>Forecasting trafic congestion using arima modeling</article-title>
          ,
          <source>2019 15th International Wireless Communications and Mobile Computing Conference (IWCMC) 3</source>
          (
          <year>2019</year>
          )
          <fpage>1227</fpage>
          -
          <lpage>1232</lpage>
          . doi:
          <volume>10</volume>
          .1109/IWCMC.
          <year>2019</year>
          .
          <volume>8766698</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Vasantha</surname>
          </string-name>
          , L. Vanajakshi,
          <article-title>Short-term trafic flow prediction using seasonal arima model with limited input data</article-title>
          ,
          <source>European Transport Research Review</source>
          <volume>7</volume>
          (
          <year>2015</year>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . doi:
          <volume>10</volume>
          .1007/ s12544-015-0170-8.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Novales</surname>
          </string-name>
          ,
          <article-title>Modelos vectoriales autoregresivos (var</article-title>
          ),
          <source>Universidad Complutense de Madrid</source>
          <volume>58</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zivot</surname>
          </string-name>
          , W. Jiahui,
          <article-title>Vector autoregressive models for multivariate time series, Modeling financial time series with S-PLUS® (</article-title>
          <year>2006</year>
          )
          <fpage>385</fpage>
          -
          <lpage>429</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-0-
          <fpage>387</fpage>
          -32348-0_
          <fpage>11</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>D.</given-names>
            <surname>Zeng</surname>
          </string-name>
          , et al,
          <article-title>Short term trafic flow prediction using hybrid arima</article-title>
          and ann models,
          <source>2008 Workshop on Power Electronics and Intelligent Transportation System</source>
          (
          <year>2008</year>
          )
          <fpage>621</fpage>
          -
          <lpage>625</lpage>
          . doi:
          <volume>10</volume>
          . 1109/PEITS.
          <year>2008</year>
          .
          <volume>135</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Ghanim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Muley</surname>
          </string-name>
          , M. Kharbeche,
          <article-title>Ann-based trafic volume prediction models in response to covid-19 imposed measures</article-title>
          ,
          <source>Sustainable cities and society 81</source>
          (
          <year>2022</year>
          )
          <article-title>103830</article-title>
          . doi:
          <volume>10</volume>
          .1016/j. scs.
          <year>2022</year>
          .
          <volume>103830</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>P. V. V.</given-names>
            <surname>Theja</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <article-title>Vanajakshi, Short term prediction of trafic parameters using support vector machines technique</article-title>
          ,
          <source>2010 3rd International Conference on Emerging Trends in Engineering and Technology</source>
          <volume>79</volume>
          (
          <year>2010</year>
          )
          <fpage>70</fpage>
          -
          <lpage>75</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICETET.
          <year>2010</year>
          .
          <volume>37</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>V.</given-names>
            <surname>Lelitha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. R.</given-names>
            <surname>Rilett</surname>
          </string-name>
          ,
          <article-title>A comparison of the performance of artificial neural networks and support vector machines for the prediction of trafic speed</article-title>
          ,
          <source>IEEE Intelligent Vehicles Symposium</source>
          ,
          <year>2004</year>
          (
          <year>2004</year>
          )
          <fpage>194</fpage>
          -
          <lpage>199</lpage>
          . doi:
          <volume>10</volume>
          .1109/IVS.
          <year>2004</year>
          .
          <volume>1336380</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S. D. D.</given-names>
            <surname>Movilidad</surname>
          </string-name>
          , Datos abiertos secretaria distrital de movilidad,
          <year>2024</year>
          . URL: https://datos. movilidadbogota.gov.co/.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>T. N.</given-names>
            <surname>Kipf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Welling</surname>
          </string-name>
          ,
          <article-title>Semi-supervised classification with graph convolutional networks</article-title>
          ,
          <source>ICLR</source>
          (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.1609.02907.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhao</surname>
          </string-name>
          , et al, T
          <article-title>-gcn: A temporal graph convolutional network for trafic prediction</article-title>
          ,
          <source>IEEE Transactions on Intelligent Transportation Systems</source>
          <volume>21</volume>
          (
          <year>2020</year>
          )
          <fpage>3848</fpage>
          -
          <lpage>3858</lpage>
          . doi:
          <volume>10</volume>
          .1109/TITS.
          <year>2019</year>
          .
          <volume>2935152</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          , et al,
          <article-title>Short-term wind speed interval prediction based on ensemble gru model</article-title>
          ,
          <source>IEEE transactions on sustainable energy 11</source>
          (
          <year>2019</year>
          )
          <fpage>1370</fpage>
          -
          <lpage>1380</lpage>
          . doi:
          <volume>10</volume>
          .1109/TSTE.
          <year>2019</year>
          .
          <volume>2926147</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Khodayar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Okyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Khodayar</surname>
          </string-name>
          ,
          <article-title>Rough deep neural architecture for short-term wind speed forecasting</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>13</volume>
          (
          <year>2017</year>
          )
          <fpage>2770</fpage>
          -
          <lpage>2779</lpage>
          . doi:
          <volume>10</volume>
          .1109/ TII.
          <year>2017</year>
          .
          <volume>2730846</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rozemberczki</surname>
          </string-name>
          , et al,
          <article-title>Pytorch geometric temporal: Spatiotemporal signal processing with neural machine learning models</article-title>
          ,
          <source>Proceedings of the 30th ACM international conference on information and knowledge management</source>
          (
          <year>2021</year>
          )
          <fpage>4564</fpage>
          -
          <lpage>4573</lpage>
          . doi:
          <volume>10</volume>
          .1145/3459637.3482014.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Lehaifeng</surname>
          </string-name>
          , T-gcn,
          <year>2022</year>
          . URL: https://github.com/lehaifeng/T-GCN/tree/master/A3T-GCN.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>R.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          , A3tgcn_seoul_data,
          <year>2021</year>
          . URL: https://www.kaggle.com/code/mhmdrdwn/ a3tgcn-seoul-data/notebook.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>