Skip to content

ali-masoudi/netscope

 
 

Repository files navigation

Netscope CNN Analyzer

available here: http://ali-masoudi.github.io/netscope

This is a CNN Analyzer tool, based on Netscope by ethereon and dgschwend. 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.

Modify and Recompile

If you want to change some layers behaviours or add a new layer

  • Edit src/analyzer.coffee
  • Compile using scripts/watch.sh

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CoffeeScript 7.0%
  • CSS 2.4%
  • Other 1.0%