Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting
Posted The Blog of Xiao Wang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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。
以上是关于Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting的主要内容,如果未能解决你的问题,请参考以下文章
LSTM Fully Convolutional Networks for Time Series Classification 学习记录
视频显著性检测-----Predicting Video Saliency using Object-to-Motion CNN and Two-layer Convolutional LSTM(示例
文本分类Recurrent Convolutional Neural Networks for Text Classification
文本分类Recurrent Convolutional Neural Networks for Text Classification
Language Modeling with Gated Convolutional Networks(句子建模之门控CNN)--模型简介篇
论文翻译GCN-Semi-Supervised Classification with Graph Convolutional Networks(ICLR)