Long-Term-Recurrent-Convolutional-NN icon indicating copy to clipboard operation
Long-Term-Recurrent-Convolutional-NN copied to clipboard

Neural Image Captioner

LRCN

Long-termRecurrentNeuralNetworks

To train(You must have data folder in the repository):

julia lrcn.jl --fast --generate 30

It generates a caption for an image after each epoch about a picture in the dataset.

This example implements the Long-term recurrent convolutional network model from

Donahue, Jeffrey, et al. "Long-term recurrent convolutional networks for visual recognition and description." Proceedings of the IEEE conference on computer vision and pattern recognition. 2015.

  • Paper url: https://arxiv.org/pdf/1411.4389.pdf
  • Project page: https://github.com/ekinakyurek/lrcn