Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.35 KB

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”/