Skip to content

Instantly share code, notes, and snippets.

View derheldderwelt's full-sized avatar

derheldderwelt

View GitHub Profile
@you359
you359 / GuidedBackpropagation.py
Created August 22, 2018 04:59
Guided-Backpropagation
import keras
from keras.applications.vgg16 import VGG16
from keras.applications.vgg16 import preprocess_input, decode_predictions
from keras.preprocessing import image
import keras.backend as K
import tensorflow as tf
from tensorflow.python.framework import ops
import numpy as np