Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

End Point Prediction: Gran Plot01:07

End Point Prediction: Gran Plot

570
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
570
Velocity and Position by Graphical Method01:34

Velocity and Position by Graphical Method

7.9K
Velocity and position can be calculated from the known function of acceleration as a function of time. The total area under the acceleration-time graph and the velocity-time graph gives the change in velocity and position, respectively. In the case of an airplane, its acceleration is tracked using the inertial navigation system. The pilot provides the input of the airplane's initial position and velocity before takeoff. The inertial navigation system then uses the acceleration data to...
7.9K
Time-Series Graph00:54

Time-Series Graph

4.5K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.5K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Bidirectional associations between mental health conditions and cognitive impairment in patients with pain conditions of the back, neck, and spine: A population-based study.

PloS one·2026
Same author

Thioredoxin attenuates ischemia-reperfusion-induced pressure ulcer formation by enhancing HIF-1α/BNIP3-dependent mitophagy and suppressing MAPK/NF-κB signaling.

Archives of biochemistry and biophysics·2026
Same author

Cancer IDO1-Mediated Tryptophan-Kynurenine Metabolic Reprogramming to Drive Skeletal Muscle Atrophy and Cachexia Acceleration.

Journal of cachexia, sarcopenia and muscle·2026
Same author

Integrated relative humidity as a layer-resolved indicator for moisture-precipitation interactions.

Scientific reports·2026
Same author

Assessing health risks of extremely hot weather and the need for enhanced heat alerts in a City with a subtropical climate.

International journal of biometeorology·2026
Same author

Sensor-Based Digital Biomarkers for Early Identification of Cognitive Frailty: A Systematic Review.

IEEE journal of biomedical and health informatics·2025
Same journal

Scale, trust, and the digital divide: a systematic review of AI and ML for agricultural applications.

Frontiers in artificial intelligence·2026
Same journal

Beyond uncertainty in modern active learning for trustworthy AI.

Frontiers in artificial intelligence·2026
Same journal

Eco-FinOps: a causal-agentic framework for energy-efficient and explainable cloud cost optimization.

Frontiers in artificial intelligence·2026
Same journal

Multimodal graph neural network with large language models for node and link prediction.

Frontiers in artificial intelligence·2026
Same journal

Efficient representation of boolean decision structures through Boolean function optimization.

Frontiers in artificial intelligence·2026
Same journal

Structural impact of non-IID heterogeneity on federated behavioral anomaly detection in IoT and IoMT systems.

Frontiers in artificial intelligence·2026
See all related articles

Related Experiment Video

Updated: Sep 6, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

4.1K

Short-Term Nationwide Airport Throughput Prediction With Graph Attention Recurrent Neural Network.

Xinting Zhu1, Yu Lin1, Yuxin He2

  • 1School of Data Science, City University of Hong Kong, Kowloon, Hong Kong SAR, China.

Frontiers in Artificial Intelligence
|June 30, 2022
PubMed
Summary
This summary is machine-generated.

Accurately predicting airport throughput is crucial for air traffic operations. A novel Graph Attention Neural Network-Long Short-Term Memory (GAT-LSTM) model effectively forecasts national air traffic throughput, highlighting temporal patterns

Keywords:
air traffic networkairport networkcomplex networkdeep learninggraph neural networkthroughput prediction

More Related Videos

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments
13:00

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments

Published on: January 23, 2017

10.0K
Modeling the Functional Network for Spatial Navigation in the Human Brain
05:55

Modeling the Functional Network for Spatial Navigation in the Human Brain

Published on: October 13, 2023

1.2K

Related Experiment Videos

Last Updated: Sep 6, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

4.1K
Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments
13:00

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments

Published on: January 23, 2017

10.0K
Modeling the Functional Network for Spatial Navigation in the Human Brain
05:55

Modeling the Functional Network for Spatial Navigation in the Human Brain

Published on: October 13, 2023

1.2K

Area of Science:

  • Artificial Intelligence
  • Transportation Science
  • Network Analysis

Background:

  • Dynamic air traffic demand and limited capacity necessitate accurate airport throughput prediction for operational efficiency and resilience.
  • Existing research on predicting traffic throughputs or flight delays faces challenges due to the complex spatiotemporal dynamics of air transportation systems.

Purpose of the Study:

  • To propose and evaluate a novel deep learning model, Graph Attention Neural Network stacking with a Long Short-Term Memory unit (GAT-LSTM), for predicting short-term airport throughput across a national air traffic network.
  • To explore and compare different graph modeling methods (airport-based and OD-pair graphs) within the GAT-LSTM framework.
  • To analyze the influence of temporal versus spatial patterns on airport throughput prediction and assess model interpretability.

Main Methods:

  • Development of a GAT-LSTM deep learning model integrating Long Short-Term Memory (LSTM) layers for temporal feature extraction and a graph attention mechanism for spatial dependency capture.
  • Exploration of two graph modeling approaches: airport-based graphs and Origin-Destination (OD)-pair graphs.
  • Empirical testing using real-world air traffic data from 65 major Chinese airports over a 3-month period in 2017, with performance comparison against state-of-the-art models.

Main Results:

  • Temporal patterns were identified as the dominant factor in predicting airport throughputs over the national air traffic network, compared to spatial patterns.
  • The proposed GAT-LSTM model and the standard LSTM model demonstrated strong prediction accuracy across the network.
  • The GAT-LSTM model exhibited enhanced performance, particularly for airports with higher throughputs, and its parameters revealed learned spatiotemporal correlations.

Conclusions:

  • The GAT-LSTM model provides an effective approach for short-term airport throughput prediction, accurately capturing complex spatiotemporal dynamics in air traffic networks.
  • Temporal dynamics play a more significant role than spatial dependencies in national airport throughput prediction.
  • Model interpretability analysis offers valuable insights into the underlying topology and dynamics of the air traffic system.