Image Classifier

A simple image classifier interface is provided in tools/image-classifier.jl. It wraps a network and provide an easy-to-use interface that takes arbitrary number of images and return the classification results in both class probabilities and symbolic class names. Please see Image Classification with Pre-trained Model for an example on how to use this interface.