Skip to content

Image Captioning using Vanilla RNN and LSTM on the MS-COCO 2014 Dataset

Notifications You must be signed in to change notification settings

shashanksiripragada/image-captioning

Repository files navigation

image-captioning

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.