/netscope

Neural network visualizer and analyzer

Primary LanguageJavaScript

This fork

Changelist:

  • Added src/terminal-parser.coffee to allow processing models from a folder without a browser.
  • Removed jquery from the analyzer.coffee.

How to use:

mv *.prototxt <root>/models/
cd <root>/src
coffee analyzer.coffee

It will output the cumulative macc, comp, add, div and exp that are shown in the web interface.

Netscope CNN Analyzer

available here: http://dgschwend.github.io/netscope

This is a CNN Analyzer tool, based on Netscope by ethereon. Netscope is a web-based tool for visualizing neural network topologies. It currently supports UC Berkeley's Caffe framework.

This fork adds analysis capabilities, enabling the computation of network complexity (number of operations) and network size (number of parameters) for easy comparison of different networks.

Documentation

Demo

License

Released under the MIT license. All included network models provided under their respective licenses.