• Stars
    star
    161
  • Rank 232,175 (Top 5 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for Recurrent Spatial Transformer Networks

Recurrent Spatial Transformer Networks

Code for the paper http://arxiv.org/abs/1509.05329

The repository contains code for running

  • RNN-SPN model
  • FFN-SPN model

Example og RNN-SPN classifying cluttered MNIST sequences.

Example

Please cite [1] and Lasagne [2] if you use the code or the Transformerlayer.

References

  1. Recurrent Spatial Transformer Networks
  2. Lasagne: First release