# Final Project ## Image Captioning ### Feb 1st 2021: - Collect papers/ tutorials: - Selected tutorials: - https://xiangyutang2.github.io/image-captioning/ - https://www.tensorflow.org/tutorials/text/image_captioning - https://github.com/damminhtien/deep-learning-image-caption-generator - Selected papers: - https://cs.stanford.edu/people/karpathy/cvpr2015.pdf - https://arxiv.org/pdf/1502.03044.pdf - https://visualqa.org/ - https://arxiv.org/pdf/2002.00175.pdf (VNese dataset) - https://arxiv.org/pdf/1610.02391.pdf - Setup Github repo - Setup GCP project - Download the data - Load images/ captions and perform EDA - Need to understand what the h*** attention is! ### Feb 2nd 2021: - RNN text generation tutorial: https://www.tensorflow.org/tutorials/text/text_generation - Review RNN, LSTM - Read Karpathy thesis