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

Prediction Intervals01:03

Prediction Intervals

2.5K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y. 
2.5K
Clearance Models: Noncompartmental Models01:17

Clearance Models: Noncompartmental Models

369
Clearance is a pharmacokinetic parameter traditionally defined by compartment models, signifying the rate at which a drug is expelled from the body. However, a noncompartmental model offers an alternative method for assessing clearance, primarily employing empirical data obtained after administering a single drug dose.
The noncompartmental approach capitalizes on extensive sampling data, correlating the volume of distribution to systemic exposure and the administered dosage. This method enables...
369
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

7.2K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.2K
BIBO stability of continuous and discrete -time systems01:24

BIBO stability of continuous and discrete -time systems

1.1K
System stability is a fundamental concept in signal processing, often assessed using convolution. For a system to be considered bounded-input bounded-output (BIBO) stable, any bounded input signal must produce a bounded output signal. A bounded input signal is one where the modulus does not exceed a certain constant at any point in time.
To determine the BIBO stability, the convolution integral is utilized when a bounded continuous-time input is applied to a Linear Time-Invariant (LTI) system....
1.1K
Parametric Survival Analysis: Weibull and Exponential Methods01:14

Parametric Survival Analysis: Weibull and Exponential Methods

1.3K
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
1.3K
Survival Tree01:19

Survival Tree

514
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
514

You might also read

Related Articles

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

Sort by
Same author

Hierarchical Active Learning with Label Proportions on Data Regions.

IEEE transactions on knowledge and data engineering·2025
Same author

Augmentation-Free Contrastive Learning for EKG Classification.

Artificial intelligence in medicine. Conference on Artificial Intelligence in Medicine (2005- )·2025
Same author

Enhancing Hypotension Prediction in Real-time Patient Monitoring Through Deep Learning: A Novel Application of XResNet with Contrastive Learning and Value Attention Mechanisms.

Artificial intelligence in medicine. Conference on Artificial Intelligence in Medicine (2005- )·2024
Same author

The influence of microbial colonization on inflammatory versus pro-healing trajectories in combat extremity wounds.

Scientific reports·2024
Same author

Personalized event prediction for Electronic Health Records.

Artificial intelligence in medicine·2023
Same author

Hierarchical Active Learning With Qualitative Feedback on Regions.

IEEE transactions on human-machine systems·2023
Same journal

Scaling Up Bayesian Neural Networks with Neural Networks.

Transactions on machine learning research·2026
Same journal

Tumor-anchored deep feature random forests for out-of-distribution detection in lung cancer segmentation.

Transactions on machine learning research·2026
Same journal

Multi-Modal Foundation Models for Computational Pathology: A Survey.

Transactions on machine learning research·2026
Same journal

Sparse-Input Neural Network using Group Concave Regularization.

Transactions on machine learning research·2026
Same journal

Bayesian Neighborhood Adaptation for Graph Neural Networks.

Transactions on machine learning research·2026
Same journal

Lower Ricci Curvature for Efficient Community Detection.

Transactions on machine learning research·2026
See all related articles

Related Experiment Video

Updated: May 7, 2026

An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.3K

Still Competitive: Revisiting Recurrent Models for Irregular Time Series Prediction.

Ankitkumar Joshi1, Milos Hauskrecht1

  • 1Department of Computer Science, University of Pittsburgh.

Transactions on Machine Learning Research
|May 6, 2026
PubMed
Summary
This summary is machine-generated.

Gated Recurrent Unit with Exponential basis functions (GRUwE) offers a competitive and efficient solution for irregularly sampled time series prediction. This novel approach demonstrates strong performance in healthcare and sensor networks, outperforming current state-of-the-art methods.

Related Experiment Videos

Last Updated: May 7, 2026

An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.3K

Area of Science:

  • Machine Learning
  • Time Series Analysis
  • Recurrent Neural Networks

Background:

  • Modeling irregularly sampled multivariate time series presents a significant challenge across various domains, including healthcare and sensor networks.
  • Existing complex learning architectures for irregular time series prediction lack clarity regarding their true benefits, prompting investigation into simpler, efficient alternatives.

Purpose of the Study:

  • To propose and evaluate GRUwE (Gated Recurrent Unit with Exponential basis functions), an RNN-based algorithm designed for irregularly sampled time series.
  • To assess GRUwE's competitiveness against state-of-the-art methods for both regression-based and event-based predictions in continuous time.

Main Methods:

  • GRUwE maintains a Markov state representation updated by irregular observations using observation-triggered and time-triggered resets with learnable exponential decays.
  • The model supports continuous-time predictions for both next-observation and next-event tasks.

Main Results:

  • Empirical evaluations on real-world benchmarks show GRUwE achieving competitive or superior performance compared to current state-of-the-art methods.
  • GRUwE demonstrates effectiveness in both next-observation and next-event prediction tasks.

Conclusions:

  • GRUwE presents a simple yet powerful RNN-based approach for irregularly sampled time series.
  • The model offers practical advantages including ease of implementation, minimal hyper-parameter tuning, and reduced computational overhead for online deployment.