gregary / netscope

Deploy Neural network visualizer and analyzer locally on local linux

Home Page:http://dgschwend.github.io/netscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation

https://github.com/gregary/netscope/workflows/NodeCI/badge.svg

install npm

install http-server

$ npm install http-server -g

start server

$ cd netscope

$ http-server -p 3000

open in the browser

http://127.0.0.1:3000

License

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

About

Deploy Neural network visualizer and analyzer locally on local linux

http://dgschwend.github.io/netscope


Languages

Language:JavaScript 89.7%Language:CoffeeScript 6.8%Language:CSS 2.5%Language:HTML 1.0%Language:Shell 0.0%