Skip to content

goodrahstar/draw-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quick tool to draw fully connected neural network architectures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published