Netscope

A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports Caffe's prototxt format.

Gist Support

If your .prototxt file is part of a GitHub Gist, you can visualize it by visiting this URL:

http://ethereon.github.io/netscope/#/gist/your-gist-id

The Gist ID is the numeric suffix in the Gist's URL.

View Example

Editor

You can use the inline editor to enter your network definition (currently limited to valid Caffe's prototext) and visualize the network.

Press Shift+Enter in the editor to render your network.

Launch Editor

Presets

AlexNet
Alex Krizhevsky, Ilya Sutskever, Geoffrey Hinton
CaffeNet
Yangqing Jia, Evan Shelhamer, et. al.
Fully Convolutional Network — Three Stream
Jonathan Long, Evan Shelhamer, Trevor Darrell
GoogLeNet
Christian Szegedy, et. al.
Network in Network
Min Lin, Qiang Chen, Shuicheng Yan
VGG 16 Layers
Karen Simonyan, Andrew Zisserman