Recipe Creation on Cookpad Platform 1. Start cooking your meal 2. Take pictures along the way 3. Eat your food and have a nap 4. Open Cookpad website or app and start creating a recipe 5. Enter all the ingredients and quantities 6. Write down all the steps 7. Attach the images to the corresponding steps
Training Procedure Training = Optimization w_opt = argmin(L(w)) w: Neural Network parameters, millions of them L: loss function, problem-dependent (params -> number) Optimization method - gradient descent, aka steepest descent (intuition - reckless runner with short attention span gets lost in the fog in the mountains)
Summary ● We have seen how a Sequence-to-Sequence model can be used to predict recipe text from videos ● Predicting the actions is easier than identifying the ingredients ● While it somewhat works, still not nearly as good as we'd like. Lots of research is going on elsewhere to get better results, e.g. https://arxiv.org/pdf/1804.00819.pdf