Stars
GAN-argcPredNet v1.0: A Generative Adversarial Model for Radar Echo Extrapolation Based on Convolutional Recurrent Units
This is a radar echo extrapolation model, which can improve the accuracy of rainfall prediction.
Pytorch implementation of paper "REMNet: Recurrent Evolution Memory-aware Network for Accurate Long-term Weather Radar Echo Extrapolation"
[GRSL 2024] Reconstruction of Large-Scale Missing Data in Remote Sensing Images Using Extend-GAN
pytorch implemention of trajGRU.
3D Spatio-Temporal (4D) Predictions with ConvLSTM and GAN models
A multi-task learning model for 3D urban vegetation extraction
2024 up-to-date list of DATASETS, CODEBASES and PAPERS on Multi-Task Learning (MTL), from Machine Learning perspective.
GAN based ConvLSTM in precipitation prediction (Trial Version)
Multi-layer convolutional LSTM with Pytorch
用 Python 简单处理 Himawari 8、9 气象卫星的 L1 数据,获得真彩色与红外成像。
Visualize Himawari-8 satellite data
Video Predicting using ConvLSTM and pytorch
ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST
Code examples in pyTorch and Tensorflow for CS230
Using the Pytorch to build an image temporal prediction model of the encoder-forecaster structure, ConvGRU kernel & ConvLSTM kernel
通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。
A curated list of awesome Deep Learning tutorials, projects and communities.
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。