22 open-source projects similar to kimmeen/time-llm, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
TimesFM is a time series foundation model designed to generalize across diverse temporal datasets for forecasting and anomaly detection. It functions as a pretrained model for predicting future values in univariate time series data, eliminating the need for manual training from scratch. The project includes a framework for adapting pretrained weights to specific datasets using low-rank adaptation to improve accuracy. It also provides specialized capabilities for integrating time-series predictions as tools within autonomous AI agent architectures and automated workflows. The system supports
Lag-llama is a probabilistic machine learning foundation model designed for time series forecasting. It generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies by leveraging pre-trained foundational weights. The system supports zero-shot transfer inference, allowing it to predict future values on entirely new and unseen datasets without requiring prior retraining. It achieves this by combining generalized representations from foundational training with adjustable context lengths, where historical context lengths and lagged feature values feed
This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi
This code is a PyTorch implementation of our ICLR'24 paper "Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting". [arXiv](https://arxiv.org/abs/2402.05956)
This code is a PyTorch implementation of our ICLR'24 paper "RobustTSF: Towards Theory and Design of Robust Time Series Forecasting with Anomalies". [arXiv](https://arxiv.org/abs/2402.02032)
Voice2Series: Reprogramming / Prompting Acoustic Models for Time Series Classification
This repository contains eight processed datasets and the codes of developed TF-C pretraining model (along with baselines) for manuscript Self-Supervised Contrastive Pre-Training For Time Series via Time-Frequency Consistency. We propose TF-C, a novel pre-training approach for learning…
MOMENT: A Family of Open Time-series Foundation Models
This repository contains the code for the paper Large Language Models Are Zero Shot Time Series Forecasters by Nate Gruver, Marc Finzi, Shikai Qiu and Andrew Gordon Wilson (NeurIPS 2023).
Install Python>=3.8, PyTorch 1.8.1. - Numpy (numpy) v1.15.2; - Matplotlib (matplotlib) v3.0.0; - Orange (Orange) v3.18.0; - Pandas (pandas) v1.4.2; - Weke (python-weka-wrapper3) v0.1.6 for multivariate time series (requires Oracle JDK 8 or OpenJDK 8); - PyTorch (torch) v1.8.1 with CUDA 11.0; -…
Official implementation: AutoTimes: Autoregressive Time Series Forecasters via Large Language Models. [Slides](https://cloud.tsinghua.edu.cn/f/7689d30f92594ded84f0/), [Poster](https://cloud.tsinghua.edu.cn/f/f2c18ae34fef4e74ad46/)
The repo is the official implementation for the paper: iTransformer: Inverted Transformers Are Effective for Time Series Forecasting. [Slides](https://cloud.tsinghua.edu.cn/f/175ff98f7e2d44fbbe8e/), [Poster](https://cloud.tsinghua.edu.cn/f/36a2ae6c132d44c0bd8c/), [[Intro…
Pytorch implementation for Prompt-augmented Temporal Point Process for Streaming Event Sequence, NeurIPS 2023.
This repository contains the official implementation for the paper TS2Vec: Towards Universal Representation of Time Series (AAAI-22).
This repository contains the implementation of the ICML2024 paper "Multi-Patch Prediction: Adapting LLMs for Time Series Representation Learning"
Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It enables the prediction of future values across diverse datasets without requiring task-specific training or optimization. The system functions as a probabilistic forecasting tool, producing multiple future trajectories and quantile forecasts to quantify uncertainty and potential prediction errors. It incorporates exogenous covariate integration to merge external variables and historical context into the input stream for increased precision. The project includes utilities for sy
Tian Zhou, Peisong Niu, Xue Wang, Liang Sun, Rong Jin, "One Fits All: Power General Time Series Analysis by Pretrained LM,", NeurIPS, 2023. paper