ml viz
*https://github.com/merantix/picasso
picasso is an open source CNN visualizer
(saliency / activation maps, occlusion testing, etc)
for deep learning this is most useful to see what parts of an image our classifier is focusing on
config.py is where the .h5/.hdf5 weights file is referenced
requires pillow / PIL
--> $sudo pip install Pillow