This repo contains implementation of Image Captioning using Vanilla RNN and LSTM on the MS-COCO 2014 Dataset.
The corresponding notebooks for the RNN and LSTM captioning contains the implementation of forward and backward pass and test time sampling written using numpy.