pytorch-forecasting
Time series forecaster
A PyTorch-based package for state-of-the-art time series forecasting with deep learning architectures
Time series forecasting with PyTorch
4k stars
43 watching
632 forks
Language: Python
last commit: 8 days ago aiartifical-intelligensedata-sciencedeep-learningforecastinggpumachine-learningneural-networkspandaspythonpytorchpytorch-lightningtemporaltimeseriestimeseries-forecastinguncertainty
Related projects:
Repository | Description | Stars |
---|---|---|
timeseriesai/tsai | A comprehensive deep learning package for time series data analysis and forecasting. | 5,262 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
awslabs/gluonts | A Python package for building probabilistic models of time series data using deep learning techniques. | 4,629 |
sktime/sktime | A unified framework for time series analysis and machine learning | 7,943 |
automl/auto-pytorch | An automatic deep learning framework that jointly optimizes network architecture and training hyperparameters. | 2,376 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
wizaron/deep-forecast-pytorch | A deep learning-based framework for predicting wind speeds using LSTM networks in PyTorch. | 177 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
skforecast/skforecast | A Python library for building machine learning models to forecast time series data | 1,156 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,669 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
jaungiers/lstm-neural-network-for-time-series-prediction | A Python implementation of a Long Short-Term Memory neural network designed for predicting time series data sequences | 4,841 |
nixtla/statsforecast | An implementation of widely used time series forecasting models in Python | 3,990 |
lightning-ai/pytorch-lightning | A framework for building and training AI models on multiple GPUs or TPUs with minimal code changes. | 28,402 |