torch / torch.github.io

Torch's web page.
75 stars 78 forks source link

Recurrent Visual Attention blog post #27

Closed nicholas-leonard closed 9 years ago

clementfarabet commented 9 years ago

Neat!

soumith commented 9 years ago

this is pretty nice. I'll give the same feedback as I gave to Alban and Cedric for the Spatial Transformer networks post when they presented the first draft.

Over time, I would like the Torch blog (at least some posts) to be interesting regardless of if the audience are interested in Torch, or if they are experts in deep learning / machine learning.

Adding more visualizations, animations, etc., showing what is happening inside the network during training, and at test time over the recurrence (basically showing the attention in action) will get more general audience and have much more viewership for the post.

nicholas-leonard commented 9 years ago

@soumith I added some glimpse results in GIF format and some numbers. Should be ready to merge.

nicholas-leonard commented 9 years ago

@koraykv I added the model diagram from the paper. Hope that is alright.