deep-forecast-pytorch
Wind speed predictor
A deep learning-based framework for predicting wind speeds using LSTM networks in PyTorch.
Wind Speed Prediction using LSTMs in PyTorch (https://arxiv.org/pdf/1707.08110.pdf)
177 stars
7 watching
41 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
mrgemy95/visual-interaction-networks-pytorch | An implementation of Deepmind's Visual Interaction Networks using PyTorch to predict future events in physical scenes. | 166 |
openclimatefix/graph_weather | An implementation of a forecasting model using graph neural networks to predict global weather patterns. | 197 |
pysteps/pysteps | A Python framework for ensemble prediction and forecast verification in various weather-related fields | 469 |
aistream-peelout/flow-forecast | An open-source deep learning framework for time series forecasting and analysis | 2,060 |
mllam/neural-lam | A software framework for training and evaluating neural networks for weather prediction in specific geographic areas. | 116 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
nmstreethran/windturbineclassification | Classifying anomalies in wind turbine performance data to predict faults and optimize maintenance costs | 53 |
tsutterley/pytmd | Software for predicting ocean tides and related phenomena | 133 |
wizaron/reseg-pytorch | A PyTorch implementation of a deep learning model for semantic image segmentation with annotated object parts. | 45 |
ikostrikov/pytorch-flows | PyTorch implementations of algorithms for density estimation using invertible transformations. | 576 |
vonfeng/deepmove | A PyTorch-based implementation of a predictive model for human mobility patterns using attention mechanisms and recurrent neural networks. | 144 |
blue-season/pywarm | A lightweight neural network construction API for PyTorch. | 184 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
nourozr/stock-price-prediction-lstm | A Python project that uses LSTM recurrent neural networks to predict the average price of Apple Inc. stock based on historical data | 573 |