Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

时间:2020-05-09 17:20:31   收藏:0   阅读:75

Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

2020-05-09 15:59:40

Paper: nips-2015  

Code:

1. https://github.com/automan000/Convolutional_LSTM_PyTorch  

2. https://github.com/ndrplz/ConvLSTM_pytorch 

3. https://github.com/jhhuang96/ConvLSTM-PyTorch 

 

本文提出一种 ConvLSTM 模型,将只能处理向量的 lstm 进行了拓展,可以用于建模时空信息。该方法广泛的应用于各种带有时空信息结构的任务中,如 video segmentation。

技术图片

 

 

技术图片 

技术图片 

 

技术图片

 

  

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!