#Unsupervised DeepView for Uncertainty Visualization
This is an implementation of a novel framework allowing for unsupervised uncertainty visualization depicting a global decision boundary. Inspired by Deepview, it no longer requires labels for reliable visualization of misclassifications or adversarials. It solves the lack of global explainability methodologies for unsupervised learning areas that depict uncertain areas in data sets, whereas Deepview explicitly required labeled data to spot any uncertainties in the visualization method.
- model-agnostic, only requires prediction uncertanties and the raw data
- global visualization method
All required python libraries are stored in the requirements.txt
file.
Tested on Python 3.6.
pip install -r requirements.txt
See DeepView_unsup.png