Netscope provides a beautiful visualization in your browser of deep neural network architectures like CNN.
- The prototxt of some important networks are already there: AlexNet, CaffeNet, GoogleNet, FCN and VGG16.
- To visualize your own model, paste the prototxt file contents into the editor and press
Ctrl+Enter
.
- I find Netscope to be far better alternative to visualizing with GraphViz. Compared to GraphViz, Netscope uses better default colors, the graph is more orderly and most importantly, hovering over the nodes provides all the details.