Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

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。

 

 

  

原文地址:https://www.cnblogs.com/wangxiaocvpr/p/12858482.html