Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 836 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 836 Bytes

Image Captioning.

Project for NLP course by Deep Learning School MIPT, spring 2020.

The course certificate for the first part is here.

The course certificate for the second part is here.

Done by Ignatov Dmitry. Date of report 07.06.2020

Introduction

A neural network built on the CNN and RNN architectures. The CNN model encodes the original image, and the RNN generates a description for the image.

Tutorials