项目作者: goodrahstar

项目描述 :
Quick tool to draw fully connected neural network architectures
高级语言:
项目地址: git://github.com/goodrahstar/draw-neural-network.git
创建时间: 2018-04-18T23:03:43Z
项目社区:https://github.com/goodrahstar/draw-neural-network

开源协议:

下载


Quick tool to draw fully connected neural network architectures

PlotNeurons - The most simple neural network plotter | Product Hunt Embed

USAGE:

BASE URL = http://xyz.com:8093/plot

PARAMS = nodes=2&nodes=5&nodes=10

Check out“GitAds”/
Use the base url and append the values with param name as nodes . Each param represents the layers and its value represents the number of nodes in that layer.

For example here are some of the results:

URL = http://xyz.com:8093/plot?nodes=1&nodes=2
2 layer

URL = http://xyz.com:8093/plot?nodes=3&nodes=4&nodes=5&nodes=6
4 layer

URL = http://xyz.com:8093/plot?nodes=1&nodes=10&nodes=10&nodes=1
4 layer with multiple nodes

Hope this will help.
Check out“GitAds”/