August 2018
Intermediate to advanced
438 pages
12h 3m
English
Evaluating on our test dataset was a good way to test the model's performance, but how do we start using the model in the real world and caption completely new photos? This is where we need some knowledge of building an end-to-end system, which takes in any image as an input and gives us a free-text natural-language caption as the output.
Here are the major components and functions for our automated caption generator:
To make this generic, we built a class that makes use of several utility functions we mentioned in the previous sections:
from keras.preprocessing ...
Read now
Unlock full access