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
45 watching
643 forks
Language: Python
last commit: about 1 month 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,338 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 319 |
awslabs/gluonts | A Python package for building probabilistic models of time series data using deep learning techniques. | 4,677 |
sktime/sktime | A unified framework for machine learning with time series data analysis | 8,020 |
automl/auto-pytorch | An automatic deep learning framework that jointly optimizes network architecture and training hyperparameters. | 2,385 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,978 |
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,401 |
wizaron/deep-forecast-pytorch | A deep learning-based framework for predicting wind speeds using LSTM networks in PyTorch. | 180 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,530 |
skforecast/skforecast | A Python library for building machine learning models to forecast time series data | 1,189 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,694 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,669 |
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,862 |
nixtla/statsforecast | A fast and accurate Python library for forecasting time series data using various statistical and econometric models | 4,045 |
lightning-ai/pytorch-lightning | A framework for building and training AI models on multiple GPUs or TPUs with minimal code changes. | 28,636 |