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_images
contains the 1000 images used in the experimentsimmagini_ritagliate
contains the reference areas for each image inchosen_1000_images
(i.e. the annotated dataset)master thesis
includes all the LaTeX files and pdf version of the thesis
predizioni_bb.txt
contains the predictions of the black box on each of the 1000 images in the test setchosen_classes_for_validation.txt
specifies the chosen labels from the ILSVRC datasetrequirements.txt
specifies 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