• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    MATLAB
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualizing Deep Neural Network by Alternately Image Blurring and Deblurring

DeepVisualization

Some interesting visualization demos using Caffe and Matlab.

  • FaceVis

Visualize the face memorized by a face recognition model.

  • FilterVis

Visualize the mid-level features learned by a CNN model.

  • Inceptionism

Visualize the classifier neurons in a CNN model.

  • NNComplexity

Show how complex the neural network can achieve, w.r.t. width, depth and structure.

  • NeuralArt

Yet another re-implementation for paper

A Neural Algorthm of Artistic Style' by Leon Gatys, Alexander Ecker, and Matthias Bethge (http://arxiv.org/abs/1508.06576).

  • PrototxtGen

Some modules used to generate a prototxt for Caffe.