yosinski / deep-visualization-toolbox

DeepVis Toolbox
http://yosinski.com/deepvis
MIT License
4.01k stars 927 forks source link

Question: what does the maximally activate some neuron mean exactly ? #41

Open thincal opened 8 years ago

thincal commented 8 years ago

How to define the maximally activate some neuron exactly ?

thincal commented 8 years ago

@yosinski could you help with it when you have time? Many thanks.

arikpoz commented 7 years ago

The maximal activations has two flavors:

  1. Using an existing dataset of images - the tool goes over all the images and checks which [9] images are maximizing the activation value of a neuron, it does it for every neuron
  2. Using optimization - the tool generates an image which maximizes the activation value of a neuron, it does it by running a gradient ascent process