Found 689 repositories(showing 30)
sktime
Time series forecasting with PyTorch
curiousily
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BER
AIStream-Peelout
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
zalandoresearch
PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
philipperemy
Keras/Pytorch implementation of N-BEATS: Neural basis expansion analysis for interpretable time series forecasting.
guoshnBJTU
Attention Based Spatial-Temporal Graph Convolutional Networks for Traffic Flow Forecasting, AAAI 2019, pytorch version
zhangxu0307
time series forecasting using pytorch,including ANN,RNN,LSTM,GRU and TSR-RNN,experimental code
salesforce
PyTorch code for Learning Deep Time-index Models for Time Series Forecasting (ICML 2023)
jinglescode
Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM
kgmonkhin
PyTorch GPU implementation of the ES-RNN model for time series forecasting
Khrylx
[ICCV 2021] Official PyTorch Implementation of "AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting".
salesforce
PyTorch code for ETSformer: Exponential Smoothing Transformers for Time-series Forecasting
openclimatefix
Graph-based weather forecasting models. Originally, PyTorch implementation of Ryan Keisler's 2022 "Forecasting Global Weather with Graph Neural Networks" paper (https://arxiv.org/abs/2202.07575)
Secilia-Cxy
Official implement for "SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion"(NeurIPS'24) in PyTorch.
KasperGroesLudvigsen
PyTorch implementation of Transformer model used in "Deep Transformer Models for Time Series Forecasting: The Influenza Prevalence Case"
amazon-science
Official PyTorch implementation of TSDiff models presented in the NeurIPS 2023 paper "Predict, Refine, Synthesize: Self-Guiding Diffusion Models for Probabilistic Time Series Forecasting"
salesforce
PyTorch code for CoST: Contrastive Learning of Disentangled Seasonal-Trend Representations for Time Series Forecasting (ICLR 2022)
ditschuk
A pip-installable PyTorch implementation of TSMixer, providing an easy-to-use and efficient solution for time-series forecasting.
LeronQ
Paper:Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting . Implementation of spatio-temporal graph convolutional network with PyTorch
hyliush
Deep learning PyTorch library for time series forecasting
EDAPINENUT
This is an official Pytorch implementation of Conditional Local Convolution for Spatio-temporal Meteorological Forecasting, AAAI 2022
ForestsKing
PyTorch implementation of "Rethinking the Power of Timestamps for Robust Time Series Forecasting: A Global-Local Fusion Perspective" (NeurIPS 2024)
icantnamemyself
Pytorch implementation of NIPS'23 paper: Adaptive Normalization for Non-stationary Time Series Forecasting: A Temporal Slice Perspective
TROUBADOUR000
PyTorch Implementation of "Adaptive Multi-Scale Decomposition Framework for Time Series Forecasting" (AAAI2025)
yfzhang114
This is an official PyTorch implementation of the NeurIPS 2023 paper 《OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling》
chencodeX
Using the Pytorch to build an image temporal prediction model of the encoder-forecaster structure, ConvGRU kernel & ConvLSTM kernel
TROUBADOUR000
PyTorch Implementation of "TimeFilter: Patch-Specific Spatial-Temporal Graph Filtration for Time Series Forecasting" (ICML 2025)
nzl5116190
This is the pytorch implementation of Basisformer in the Neurips paper: [BasisFormer: Attention-based Time Series Forecasting with Learnable and Interpretable Basis]
XDZhelheim
My personal PyTorch framework for multivariate time series forecasting.
Water2sea
Official implement for "PGN: The RNN’s New Successor is Effective for Long-Range Time Series Forecasting"(NeurIPS 2024) in PyTorch.