This repository contains the source code of my master thesis (Model-agnostic explanations of black box classifiers for image recognition) and the annotated data set used in the experiments.
This work is an extension of LIME (M. T. Ribeiro, S. Singh, and C. Guestrin).
chosen_1000_imagescontains the 1000 images used in the experimentsimmagini_ritagliatecontains the reference areas for each image inchosen_1000_images(i.e. the annotated dataset)master thesisincludes all the LaTeX files and pdf version of the thesis
predizioni_bb.txtcontains the predictions of the black box on each of the 1000 images in the test setchosen_classes_for_validation.txtspecifies the chosen labels from the ILSVRC datasetrequirements.txtspecifies the required Python libraries
- Source code to run the experiments can be found under
lime/lime/
- Under
lime/doc/notebooks/you can find various example notebooks used to generate plots and figures