Skip to content

This code is the minimum implementation of the convLSTM

License

Notifications You must be signed in to change notification settings

masataka46/convLSTM_minimum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Minimum convLSTM demo

This software is a python implementation of convLSTM.

convLSTM is the deep learning model described in the paper 'Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting' written by X. Shi, et al. https://arxiv.org/abs/1506.04214

To implement this, change the parameters and data directory to suitable that.

Note that this convLSTM code does'nt implement peephole connection.

About

This code is the minimum implementation of the convLSTM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages