Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 307 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 307 Bytes

Neural-Image-Caption-Generator

Build an image captioning model by combining a pre-trained VGG-16 image encoder with LSTM-based language decoder.

Effectively I am implementing the following paper:

Show and tell: A neural image caption generator, O. Vinyals, A. Toshev, S. Bengio, D. Erhan, CVPR, 2015.