Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 565 Bytes

Spatial Transformer Network

In this tutorial we'll build a spatial transformer network that will transform MNIST digits for classification by a CNN:

Spatial transformer networks perform differentiable affine transformations on images, in this tutorial for the purpose of aiding classification of MNIST digits.

spatial_transformer

stn_visualization