Skip to content

Releases: infocusp/tf_cnnvis

Leviosa

Choose a tag to compare

@falaktheoptimist falaktheoptimist released this 15 Mar 07:51
4fa507d

We were lagging some commits behind master. Fixing that too.

Reparo

Reparo Pre-release
Pre-release

Choose a tag to compare

@falaktheoptimist falaktheoptimist released this 02 Feb 14:48

What's new

  • Major bug fixes
  • Check for frozen graph added
  • Cleaner output folder structure
  • Deep dream now supports single channel inputs
  • More generic setup.py
  • Examples updated

Thanks to our contributors:

@csggnn , @b8horpet, @SebastienDebia , @javiribera @BhagyeshVikani @falaktheoptimist

Alohomora

Alohomora Pre-release
Pre-release

Choose a tag to compare

@BhagyeshVikani BhagyeshVikani released this 18 Apr 06:29

Supported Convolutional Neural Network visualization techniques :

  1. Based on the paper Visualizing and Understanding Convolutional Networks by Matthew D. Zeiler and Rob Fergus. The goal here is to reconstruct the input image from the information contained in any given layers of the convolutional neural network.
  2. CNN visualization based on Deep dream. Here's the relevant blog post explaining the technique. In essence, it attempts to construct an input image that maximizes the activation for a given output.