Food Classification with Deep Learning in Keras / Tensorflow Work with a moderately-sized dataset of ~100,000 images and train a Convolutional Neural Network to classify the images into one of 101 possible food classes. Side excursions into accelerating image augmentation with multiprocessing, as w…