Pith. sign in

REVIEW 1 major objections 29 cited by

Time2Vec: Learning a Vector Representation of Time

T0 review · 1 major / 0 minor · reviewed 2026-05-24 · grok-4.3

Pith's one-line read Time2Vec replaces raw time inputs with a learned vector that improves performance when added to existing models.

desk verdict Time2Vec is a simple, model-agnostic embedding for time that extends positional ideas to irregular or event data, but the abstract leaves the empirical gains unverified. read the letter →

arxiv 1907.05321 v1 pith:K46YEPRK submitted 2019-07-11 cs.LG

classification cs.LG
keywords timerepresentationtemporalembeddingmodel-agnosticeventmodelingneuralnetworksperiodicfeatures
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Time2Vec as a model-agnostic vector representation of time. It is designed to be plugged into many different neural architectures without changing their core structure. The authors demonstrate that swapping standard time features for this representation raises accuracy or other performance metrics on a range of temporal tasks. The approach focuses on capturing both periodic and non-periodic aspects of time in a single trainable vector. Because the method is orthogonal to architecture design, it can be applied to models that already handle synchronous or asynchronous events.

What carries the argument

Time2Vec, a trainable vector representation of time that combines periodic and non-periodic components and can be imported into existing models.

What would settle it

A controlled experiment in which the same set of models and temporal datasets are run once with raw time inputs and once with Time2Vec inputs, and the latter shows no consistent gain or shows loss.

Watch

Extended reading notes

Core claim

The paper claims that replacing the notion of time with its Time2Vec representation improves the performance of the final model on multiple problems and architectures.

Load-bearing premise

A single learned vector form of time can be used across different models and problems to capture temporal information better than standard time features.

Editorial extensions

If this is right

  • Existing sequence or event models can incorporate Time2Vec without redesigning their layers.
  • Performance gains appear on both synchronous and asynchronous event data.
  • The representation works as a drop-in replacement for conventional time encodings.
  • The same vector can be reused across different downstream tasks once learned.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The vector form might allow transfer of temporal knowledge between unrelated domains if the same Time2Vec module is shared.
  • If the periodic components are fixed rather than learned, the method could become fully parameter-free for certain periodicities.
  • The approach suggests testing whether similar vector encodings help in non-neural models such as decision trees or linear regressors on time-stamped data.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

1 major / 0 minor

Summary. The paper introduces Time2Vec, a model-agnostic, learnable vector representation of time intended to be plugged into existing architectures for tasks involving synchronous or asynchronous events. The central claim is that replacing standard notions of time with this representation improves final model performance across a range of models and problems.

Significance. If the empirical results hold with proper validation, Time2Vec could serve as a lightweight, reusable component for incorporating temporal structure in machine learning pipelines, complementing architecture-specific innovations in time-series and event modeling.

major comments (1)
  1. Abstract: the central claim of performance improvement is stated without any experimental details, baselines, datasets, quantitative results, error bars, or implementation specifics, preventing verification of the claim that Time2Vec substitution improves performance.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for their review. We address the single major comment below.

read point-by-point responses
  1. Referee: Abstract: the central claim of performance improvement is stated without any experimental details, baselines, datasets, quantitative results, error bars, or implementation specifics, preventing verification of the claim that Time2Vec substitution improves performance.

    Authors: We agree that the abstract states the central claim at a high level without supporting experimental specifics. While abstracts are necessarily concise, the current wording does not adequately convey the scope of the evaluation. In the revised manuscript we will expand the abstract to include brief references to the models tested, the range of problems considered, and the nature of the observed improvements. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity

full rationale

The paper presents Time2Vec as a learnable, model-agnostic vector embedding for time that is substituted into existing architectures, with performance gains demonstrated empirically across multiple models and tasks. No derivation chain, equations, or load-bearing steps are visible in the provided abstract or description that reduce by construction to fitted parameters, self-definitions, or self-citation chains; the representation is defined independently and validated externally rather than tautologically.

Assumptions & free parameters 0 free parameters · 0 assumptions · 0 invented entities

Only abstract available; no free parameters, axioms, or invented entities can be identified from provided text.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Time2Vec: Learning a Vector Representation of Time." pith.science (2026). https://pith.science/paper/K46YEPRK

@misc{pith2026190705321,
  author       = {Pith},
  title        = {Pith review of: Time2Vec: Learning a Vector Representation of Time},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/K46YEPRK}},
  note         = {Machine review of arXiv:1907.05321}
}
read the original abstract

Time is an important feature in many applications involving events that occur synchronously and/or asynchronously. To effectively consume time information, recent studies have focused on designing new architectures. In this paper, we take an orthogonal but complementary approach by providing a model-agnostic vector representation for time, called Time2Vec, that can be easily imported into many existing and future architectures and improve their performances. We show on a range of models and problems that replacing the notion of time with its Time2Vec representation improves the performance of the final model.

Figures

Figures reproduced from arXiv: 1907.05321 by the authors.

Figure 1
Figure 1. Comparing LSTM+T and LSTM+Time2Vec on several datasets. [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Comparing TLSTM1 and TLSTM3 on Last.FM and CiteULike in terms of Recall@10 [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. The models learned for our synthesized dataset explained in Subsection 5.2 before the final [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: (a) Initial vs. (b) learned weights and frequencies for our synthesized dataset. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: An ablation study of several components in Time2Vec. (a) Comparing different activa [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Comparing LSTM+T and LSTM+Time2Vec on Event-MNIST. [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Comparing LSTM+T and LSTM+Time2Vec on Event-MNIST and raw N_TIDIGITS18. [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]
Figure 8
Figure 8. Figure 8: Comparing LSTM+T and LSTM+Time2Vec on SOF. [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: Comparing LSTM+T and LSTM+Time2Vec on Last.FM. [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Comparing LSTM+T and LSTM+Time2Vec on CiteULike. [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]
Figure 11
Figure 11. Figure 11: TLSTM1’s performance on Last.FM with and without Time2Vec. [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]
Figure 12
Figure 12. Figure 12: TLSTM1’s performance on CiteULike with and without Time2Vec. [PITH_FULL_IMAGE:figures/full_fig_p015_12.png]
Figure 13
Figure 13. Figure 13: TLSTM3’s performance on Last.FM with and without Time2Vec. [PITH_FULL_IMAGE:figures/full_fig_p015_13.png]
Figure 14
Figure 14. Figure 14: TLSTM3’s performance on CiteULike with and without Time2Vec. [PITH_FULL_IMAGE:figures/full_fig_p015_14.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 29 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. OpenAlex reports about 51 citations worldwide. Full citation record

  1. Learning to Trigger: Reinforcement Learning at the Large Hadron Collider

    cs.LG 2026-06 unverdicted novelty 8.0 of 10

    RL agent for online LHC trigger threshold tuning improves in-tolerance intervals by 28-56% on Monte Carlo and real CMS data without fine-tuning.

  2. NEST: Nested Event Stream Transformer for Sequences of Multisets

    cs.LG 2026-01 unverdicted novelty 7.0 of 10

    NEST is a nested transformer for sequences of multisets that uses masked set modeling to learn improved set-level representations from hierarchical event streams like EHRs.

  3. Temporal Graph Networks for Deep Learning on Dynamic Graphs

    cs.LG 2020-06 unverdicted novelty 7.0 of 10

    Temporal Graph Networks combine memory modules and graph operators to learn on dynamic graphs as timed event sequences, outperforming prior methods on transductive and inductive tasks while unifying earlier models as ...

  4. ClockRoPE: Random Fourier Rotations for Temporal Routine Modeling

    cs.LG 2026-07 conditional novelty 6.0 of 10

    Random Fourier Rotations let transformer position encodings approximate any positive-definite attention kernel; ClockRoPE applies this to model daily/weekly routines in sequential recommendation.

  5. Physical activities enable scalable foundation modelling for broad-spectrum health prediction

    cs.LG 2026-07 conditional novelty 6.0 of 10

    A 3.4M-parameter foundation model pre-trained on step-count data alone achieves best AUROC on 20 of 21 health risk prediction tasks across multiple devices, regions, and diseases.

  6. Retrieval-Augmented Personalization with Foundation Models for Wearable Stress Detection

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Retrieval from out-of-domain foundation models enables personalization of a lightweight transformer for stress detection, yielding +3.92% accuracy and +4.76% F1 gains on WESAD without user labels.

  7. TRACE: A Temporal Conditional Estimation for Multimodal Time Series Foundation Models

    cs.AI 2026-06 unverdicted novelty 6.0 of 10

    TRACE proposes a temporal conditional estimation paradigm for multimodal time series foundation models that infers incomplete target modalities from auxiliary ones, outperforming prior fusion methods on clinical and s...

  8. TSQAgent: Rating Time Series Data Quality via Dedicated Agentic Reasoning

    cs.AI 2026-06 unverdicted novelty 6.0 of 10

    TSQAgent uses three collaborative LLM agents with analytical tools to identify relevant quality dimensions and enable quantitative comparisons for time series data, improving on standard LLM methods and leading to bet...

  9. MILM: Large Language Models for Multimodal Irregular Time Series with Informative Sampling

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    MILM fine-tunes LLMs on XML-encoded multimodal irregular time series via a two-stage process that exploits informative sampling patterns to achieve top performance on EHR classification datasets.

  10. A Benchmark of Classical and Deep Learning Models for Agricultural Commodity Price Forecasting on A Novel Bangladeshi Market Price Dataset

    cs.LG 2026-03 accept novelty 6.0 of 10

    AgriPriceBD dataset of 1779 daily prices released; naive persistence outperforms deep models like Informer and Time2Vec-Transformer on heterogeneous Bangladeshi commodity series with statistical validation.

  11. Mobility-Embedded POIs: Learning What A Place Is and How It Is Used from Human Movement

    cs.LG 2026-01 conditional novelty 6.0 of 10

    ME-POIs augments text-based POI embeddings with visit-arrival/departure patterns via contrastive learning, improving five map-enrichment prediction tasks.

  12. GT-Loc: Unifying When and Where in Images Through a Joint Embedding Space

    cs.CV 2025-07 conditional novelty 6.0 of 10

    GT-Loc jointly predicts capture location, hour, and month via retrieval in a shared image/location/time embedding space, using a toroidal temporal metric loss.

  13. POIFormer: A Transformer-Based Framework for Accurate and Scalable Point-of-Interest Attribution

    cs.LG 2025-07 conditional novelty 6.0 of 10

    A Transformer-based model that factorizes POI attribution into individual trajectory context and crowd-level spatiotemporal patterns, reporting accuracy gains over baselines on synthetic and real mobility datasets.

  14. Neural Functions for Learning Periodic Signal

    cs.LG 2025-06 conditional novelty 6.0 of 10

    NeRT factorizes periodic signals into a sine-based periodic factor and an unbounded scale factor, enabling extrapolation beyond the training range on several periodic benchmarks.

  15. RelGNN: Composite Message Passing for Relational Deep Learning

    cs.LG 2025-02 conditional novelty 6.0 of 10

    RelGNN passes messages along schema-derived atomic routes through junction tables and improves over heterogeneous GNN baselines on most RelBench tasks, with the largest gain on one trial-database regression task.

  16. TrajGEOS: Trajectory Graph Enhanced Orientation-based Sequential Network for Mobility Prediction

    cs.AI 2024-12 conditional novelty 6.0 of 10

    A graph-enhanced sequential model that fuses long-, mid-, and short-term user preferences reports the best next-location prediction accuracy on NYC, Tokyo, and Dallas check-in benchmarks.

  17. Building a User Foundation Model for the Open Web

    cs.LG 2026-07 conditional novelty 5.0 of 10

    A self-supervised Transformer on short open-web browsing sequences improves production CTR and win-rate models and delivers +2.13% live CTR under RTB latency and privacy constraints.

  18. Chreode: A Cell World Model for One-Step Temporal Dynamics and Perturbation Prediction

    cs.LG 2026-05 unverdicted novelty 5.0 of 10

    Chreode introduces a pretrained one-step dynamics model using a structured residual operator that improves perturbation prediction transfer from developmental trajectories to CRISPR data.

  19. A Scalable Nonparametric Continuous-Time Survival Model through Numerical Quadrature

    stat.ML 2026-05 unverdicted novelty 5.0 of 10

    QSurv uses Gauss-Legendre numerical quadrature and time-conditioned low-rank adaptation to enable scalable nonparametric continuous-time survival modeling with theoretical error bounds.

  20. To Use AI as Dice of Possibilities with Timing Computation

    cs.AI 2026-05 unverdicted novelty 5.0 of 10

    The paper defines possibility space, timing computation, and causal factum to make timing a computable variable, and illustrates the framework with automatic trajectory discovery and counterfactual timing on 3,276 bre...

  21. TCAR-Gen: Temporal Graph Retrieval with Evidence Fusion for Knowledge-Grounded Generation

    cs.CL 2026-04 conditional novelty 5.0 of 10

    A query-conditioned temporal graph RAG with chain-of-trees fusion reaches 0.3738 Recall@5 on a Victorian crime diaries QA set, beating standard and graph RAG baselines.

  22. Capture Timing-Attention of Events in Clinical Time Series

    cs.LG 2026-02 unverdicted novelty 5.0 of 10

    LITT aligns individual clinical event sequences on a relative timeline to enable timing-aware attention and better prediction of personalized health trajectories.

  23. Learning Longitudinal Stress Dynamics from Irregular Self-Reports via Time Embeddings

    cs.LG 2025-09 conditional novelty 5.0 of 10

    Ema2Vec, a time embedding with linear, quadratic, and square-root components, improves student stress prediction from irregular self-reports compared with Time2Vec and non-temporal baselines.

  24. FoMoH: A clinically meaningful foundation model evaluation for structured electronic health records

    cs.LG 2025-05 conditional novelty 5.0 of 10

    FoMoH benchmarks six structured EHR foundation models on 14 tasks and finds they do not consistently outperform supervised baselines, particularly for rare diseases and low-data regimes.

  25. A Survey on Time-Series Distance Measures

    cs.DB 2024-12 conditional novelty 5.0 of 10

    A survey classifying over 100 time-series distance measures into seven families and proposing a dependent/independent framework for multivariate extensions.

  26. Large Scalable Cross-Domain Graph Neural Networks for Personalized Notification at LinkedIn

    cs.LG 2025-06 conditional novelty 4.0 of 10

    At LinkedIn, a cross-domain GNN trained on a unified 8.6 billion-node graph with temporal modeling and multi-task learning reports a 0.62% CTR lift and a 0.10% WAU lift online.

  27. Dynamic Modes as Time Representation for Spatiotemporal Forecasting

    cs.LG 2025-06 conditional novelty 4.0 of 10

    A DMD-based time embedding, built from sine and cosine functions at data-derived frequencies, improves long-horizon spatiotemporal forecasting accuracy in most tested settings.

  28. Comprehensive Modeling Approaches for Forecasting Bitcoin Transaction Fees: A Comparative Study

    cs.LG 2025-02 conditional novelty 4.0 of 10

    On 91 days of Bitcoin network data, SARIMAX forecasts median transaction fees 24 hours ahead more accurately than Prophet, a SARIMAX-Gradient Boosting hybrid, Time2Vec, Time2Vec with Attention, and the Temporal Fusion...

  29. Frequency-Constrained Learning for Long-Term Forecasting

    cs.LG 2025-08 reject novelty 3.0 of 10

    Initializing sinusoidal time embeddings with FFT-extracted dominant frequencies and constraining their learning rate yields mixed improvements on traffic forecasting benchmarks, contradicting the paper's claim of cons...

Reference graph

Works this paper leans on

61 extracted references · 61 canonical work pages · cited by 29 Pith papers

  1. [1]

    Fitting autoregressive models for prediction.Annals of the institute of Statistical Mathematics, 21(1):243–247, 1969

    Hirotugu Akaike. Fitting autoregressive models for prediction.Annals of the institute of Statistical Mathematics, 21(1):243–247, 1969

  2. [2]

    Feature representations for neuromorphic audio spike streams

    Jithendar Anumula, Daniel Neil, Tobi Delbruck, and Shih-Chii Liu. Feature representations for neuromorphic audio spike streams. Frontiers in neuroscience, 12:23, 2018

  3. [3]

    Patient subtyping via time-aware lstm networks

    Inci M Baytas, Cao Xiao, Xi Zhang, Fei Wang, Anil K Jain, and Jiayu Zhou. Patient subtyping via time-aware lstm networks. In ACM SIGKDD, pages 65–74, 2017

  4. [4]

    Long short-term memory and learning-to-learn in networks of spiking neurons

    Guillaume Bellec, Darjan Salaj, Anand Subramoney, Robert Legenstein, and Wolfgang Maass. Long short-term memory and learning-to-learn in networks of spiking neurons. In NeurIPS, 2018

  5. [5]

    The F ourier transform and its applications

    Ronald Newbold Bracewell and Ronald N Bracewell. The F ourier transform and its applications. McGraw-Hill New York, 1986

  6. [6]

    Skip rnn: Learning to skip state updates in recurrent neural networks

    Víctor Campos, Brendan Jou, Xavier Giró-i Nieto, Jordi Torres, and Shih-Fu Chang. Skip rnn: Learning to skip state updates in recurrent neural networks. In ICLR, 2018

  7. [7]

    O. Celma. Music Recommendation and Discovery in the Long Tail . Springer, 2010

  8. [8]

    Neural ordinary differential equations

    Tian Qi Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. In Neural Information Processing Systems (NeurIPS) , 2018

Show all 61 references
  1. [9]

    Learning phrase representations using rnn encoder-decoder for statistical machine translation

    Kyunghyun Cho, Bart Van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using rnn encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014

  2. [10]

    Doctor AI: Predicting clinical events via recurrent neural networks

    Edward Choi, Mohammad Taha Bahadori, Andy Schuetz, Walter F Stewart, and Jimeng Sun. Doctor AI: Predicting clinical events via recurrent neural networks. In Machine Learning for Healthcare Conference, pages 301–318, 2016

  3. [11]

    Time-frequency analysis, volume 778

    Leon Cohen. Time-frequency analysis, volume 778. Prentice hall, 1995

  4. [12]

    An introduction to the theory of point processes: volume II: general theory and structure

    Daryl J Daley and David Vere-Jones. An introduction to the theory of point processes: volume II: general theory and structure . Springer Science & Business Media, 2007

  5. [13]

    Support vector regression machines

    Harris Drucker, Christopher JC Burges, Linda Kaufman, Alex J Smola, and Vladimir Vapnik. Support vector regression machines. In NeurIPS, pages 155–161, 1997

  6. [14]

    Recurrent marked temporal point processes: Embedding event history to vector

    Nan Du, Hanjun Dai, Rakshit Trivedi, Utkarsh Upadhyay, Manuel Gomez-Rodriguez, and Le Song. Recurrent marked temporal point processes: Embedding event history to vector. In ACM SIGKDD, pages 1555–1564. ACM, 2016

  7. [15]

    evt_mnist: A spike based version of traditional mnist

    Mazdak Fatahi, Mahmood Ahmadi, Mahyar Shahsavari, Arash Ahmadi, and Philippe Devienne. evt_mnist: A spike based version of traditional mnist. arXiv preprint arXiv:1604.06751, 2016

  8. [16]

    Modeling time series data with deep fourier neural networks

    Michael S Gashler and Stephen C Ashmore. Modeling time series data with deep fourier neural networks. Neurocomputing, 188:3–11, 2016

  9. [17]

    Convolutional sequence to sequence learning

    Jonas Gehring, Michael Auli, David Grangier, Denis Yarats, and Yann N Dauphin. Convolutional sequence to sequence learning. arXiv preprint arXiv:1705.03122, 2017

  10. [18]

    Recurrent nets that time and count

    Felix A Gers and Jürgen Schmidhuber. Recurrent nets that time and count. In IJCNN, volume 3, pages 189–194. IEEE, 2000

  11. [19]

    Taming the waves: sine as activation function in deep neural networks

    Tuomas Virtanen Giambattista Parascandolo, Heikki Huttunen. Taming the waves: sine as activation function in deep neural networks. 2017

  12. [20]

    Neural decomposition of time-series data for effective generalization

    Luke B Godfrey and Michael S Gashler. Neural decomposition of time-series data for effective generalization. IEEE transactions on neural networks and learning systems , 29(7):2973–2985, 2018. 9

  13. [21]

    Lstm: A search space odyssey

    Klaus Greff, Rupesh K Srivastava, Jan Koutník, Bas R Steunebrink, and Jürgen Schmidhuber. Lstm: A search space odyssey. IEEE transactions on neural networks and learning systems , 28(10):2222–2232, 2017

  14. [22]

    node2vec: Scalable feature learning for networks

    Aditya Grover and Jure Leskovec. node2vec: Scalable feature learning for networks. In ACM SIGKDD, pages 855–864, 2016

  15. [23]

    Long short-term memory

    Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):1735–1780, 1997

  16. [24]

    State-frequency memory recurrent neural networks

    Hao Hu and Guo-Jun Qi. State-frequency memory recurrent neural networks. In International Conference on Machine Learning, pages 1568–1577, 2017

  17. [25]

    SimplE embedding for link prediction in knowledge graphs

    Seyed Mehran Kazemi and David Poole. SimplE embedding for link prediction in knowledge graphs. In NeurIPS, pages 4289–4300, 2018

  18. [26]

    Relational representation learning for dynamic (knowledge) graphs: A survey

    Seyed Mehran Kazemi, Rishab Goel, Kshitij Jain, Ivan Kobyzev, Akshay Sethi, Peter Forsyth, and Pascal Poupart. Relational representation learning for dynamic (knowledge) graphs: A survey. arXiv preprint arXiv:1905.11485, 2019

  19. [27]

    Adam: A method for stochastic optimization

    Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014

  20. [28]

    Learning dynamic embedding from temporal interaction networks

    Srijan Kumar, Xikun Zhang, and Jure Leskovec. Learning dynamic embedding from temporal interaction networks. arXiv preprint arXiv:1812.02289, 2018

  21. [29]

    Retainvis: Visual analytics with interpretable and interactive recurrent neural networks on electronic medical records

    Bum Chul Kwon, Min-Je Choi, Joanne Taery Kim, Edward Choi, Young Bin Kim, Soonwook Kwon, Jimeng Sun, and Jaegul Choo. Retainvis: Visual analytics with interpretable and interactive recurrent neural networks on electronic medical records. IEEE transactions on visualization and ...

  22. [30]

    Nonlinear signal processing using neural networks: Prediction and system modelling

    Alan Lapedes and Robert Farber. Nonlinear signal processing using neural networks: Prediction and system modelling. Technical report, 1987

  23. [31]

    Hawkes processes

    Patrick J Laub, Thomas Taimre, and Philip K Pollett. Hawkes processes. arXiv preprint arXiv:1507.02822, 2015

  24. [32]

    Tidigits

    R Gary Leonard and George Doddington. Tidigits. Linguistic Data Consortium, Philadelphia , 1993

  25. [33]

    Time-dependent representation for neural event sequence prediction

    Yang Li, Nan Du, and Samy Bengio. Time-dependent representation for neural event sequence prediction. arXiv preprint arXiv:1708.00065, 2017

  26. [34]

    Learning temporal point processes via reinforcement learning

    Shuang Li, Shuai Xiao, Shixiang Zhu, Nan Du, Yao Xie, and Le Song. Learning temporal point processes via reinforcement learning. In NeurIPS, pages 10804–10814, 2018

  27. [35]

    Time-dependent representation for neural event sequence prediction

    Yang Li, Nan Du, and Samy Bengio. Time-dependent representation for neural event sequence prediction. 2018

  28. [36]

    Directly modeling missing data in sequences with rnns: Improved classification of clinical time series

    Zachary C Lipton, David Kale, and Randall Wetzel. Directly modeling missing data in sequences with rnns: Improved classification of clinical time series. In Machine Learning for Healthcare Conference, pages 253–270, 2016

  29. [37]

    Multistability of recurrent neural networks with nonmonotonic activation functions and mixed time delays

    Peng Liu, Zhigang Zeng, and Jun Wang. Multistability of recurrent neural networks with nonmonotonic activation functions and mixed time delays. IEEE Transactions on Systems, Man, and Cybernetics: Systems , 46(4):512–523, 2016

  30. [38]

    Streaming graph neural networks

    Yao Ma, Ziyi Guo, Zhaochun Ren, Eric Zhao, Jiliang Tang, and Dawei Yin. Streaming graph neural networks. arXiv preprint arXiv:1810.10627, 2018

  31. [39]

    The neural hawkes process: A neurally self-modulating multivariate point process

    Hongyuan Mei and Jason M Eisner. The neural hawkes process: A neurally self-modulating multivariate point process. In NeurIPS, pages 6754–6764, 2017

  32. [40]

    Distributed repre- sentations of words and phrases and their compositionality

    Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed repre- sentations of words and phrases and their compositionality. In NeurIPS, 2013. 10

  33. [41]

    Fourier neural networks: An approach with sinusoidal activation functions

    Luis Mingo, Levon Aslanyan, Juan Castellanos, Miguel Diaz, and Vladimir Riazanov. Fourier neural networks: An approach with sinusoidal activation functions. 2004

  34. [42]

    Dynamic bayesian networks: representation, inference and learning

    Kevin Patrick Murphy and Stuart Russell. Dynamic bayesian networks: representation, inference and learning. 2002

  35. [43]

    Rectified linear units improve restricted boltzmann machines

    Vinod Nair and Geoffrey E Hinton. Rectified linear units improve restricted boltzmann machines. In ICML, pages 807–814, 2010

  36. [44]

    Phased lstm: Accelerating recurrent network training for long or event-based sequences

    Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network training for long or event-based sequences. In NeurIPS, pages 3882–3890, 2016

  37. [45]

    The role of over-parametrization in generalization of neural networks

    Behnam Neyshabur, Zhiyuan Li, Srinadh Bhojanapalli, Yann LeCun, and Nathan Srebro. The role of over-parametrization in generalization of neural networks. In ICLR, 2019

  38. [46]

    A review of relational machine learning for knowledge graphs

    Maximilian Nickel, Kevin Murphy, V olker Tresp, and Evgeniy Gabrilovich. A review of relational machine learning for knowledge graphs. Proceedings of the IEEE, 104(1):11–33, 2016

  39. [47]

    Automatic differentiation in pytorch

    Adam Paszke, Sam Gross, Soumith Chintala, Gregory Chanan, Edward Yang, Zachary DeVito, Zeming Lin, Alban Desmaison, Luca Antiga, and Adam Lerer. Automatic differentiation in pytorch. 2017

  40. [48]

    Glove: Global vectors for word representation

    Jeffrey Pennington, Richard Socher, and Christopher Manning. Glove: Global vectors for word representation. In EMNLP, pages 1532–1543, 2014

  41. [49]

    Population size extrapolation in relational probabilistic modelling

    David Poole, David Buchman, Seyed Mehran Kazemi, Kristian Kersting, and Sriraam Natarajan. Population size extrapolation in relational probabilistic modelling. In SUM. Springer, 2014

  42. [50]

    An introduction to hidden markov models

    Lawrence R Rabiner and Biing-Hwang Juang. An introduction to hidden markov models. ieee assp magazine, 3(1):4–16, 1986

  43. [51]

    Gaussian processes in machine learning

    Carl Edward Rasmussen. Gaussian processes in machine learning. In Advanced lectures on machine learning, pages 63–71. Springer, 2004

  44. [52]

    Neural networks with periodic and monotonic activation functions: a comparative study in classification problems

    Josep M Sopena, Enrique Romero, and Rene Alquezar. Neural networks with periodic and monotonic activation functions: a comparative study in classification problems. 1999

  45. [53]

    Dynamic conditional random fields: Factorized probabilistic models for labeling and segmenting sequence data.Journal of Machine Learning Research, 8(Mar):693–723, 2007

    Charles Sutton, Andrew McCallum, and Khashayar Rohanimanesh. Dynamic conditional random fields: Factorized probabilistic models for labeling and segmenting sequence data.Journal of Machine Learning Research, 8(Mar):693–723, 2007

  46. [54]

    Can recurrent neural networks warp time? In International Conference on Learning Representation (ICLR) , 2018

    Corentin Tallec and Yann Ollivier. Can recurrent neural networks warp time? In International Conference on Learning Representation (ICLR) , 2018

  47. [55]

    Know-evolve: Deep temporal reasoning for dynamic knowledge graphs

    Rakshit Trivedi, Hanjun Dai, Yichen Wang, and Le Song. Know-evolve: Deep temporal reasoning for dynamic knowledge graphs. In ICML, pages 3462–3471, 2017

  48. [56]

    Deep reinforcement learning of marked temporal point processes

    Utkarsh Upadhyay, Abir De, and Manuel Gomez-Rodriguez. Deep reinforcement learning of marked temporal point processes. In NeurIPS, 2018

  49. [57]

    Attention is all you need

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017

  50. [58]

    Handwritten digit recognition using multilayer feedforward neural networks with periodic and monotonic activation functions

    Kwok-wo Wong, Chi-sing Leung, and Sheng-jiang Chang. Handwritten digit recognition using multilayer feedforward neural networks with periodic and monotonic activation functions. In Pattern Recognition, volume 3, pages 106–109. IEEE, 2002

  51. [59]

    Wasserstein learning of deep generative point process models

    Shuai Xiao, Mehrdad Farajtabar, Xiaojing Ye, Junchi Yan, Le Song, and Hongyuan Zha. Wasserstein learning of deep generative point process models. In NeurIPS, 2017

  52. [60]

    Learning conditional generative models for temporal point processes

    Shuai Xiao, Hongteng Xu, Junchi Yan, Mehrdad Farajtabar, Xiaokang Yang, Le Song, and Hongyuan Zha. Learning conditional generative models for temporal point processes. In AAAI, 2018

  53. [61]

    What to do next: Modeling user behaviors by time-lstm

    Yu Zhu, Hao Li, Yikang Liao, Beidou Wang, Ziyu Guan, Haifeng Liu, and Deng Cai. What to do next: Modeling user behaviors by time-lstm. In IJCAI, pages 3602–3608, 2017. 11 0 200 400 600 800 1000 Epoch 0.10 0.15 0.20 0.25 0.30 0.35 0.40Accuracy LSTM+T LSTM+Time2Vec(l=16+1) LSTM+...

Pith tools

Reviewed May 24, 2026 · model on record in the stance chip above.