What tool do people use for neural network diagraming?
I’m going through the machine learning specialization course on coursera.
I take alot of notes in notepad++. I just started the advanced learning algorithms / neural networks section.
Creating a neural network diagram in text is a mess. In fact it is seemingly impossible when you have a layer
where each neuron takes (as inputs) the outputs of all neurons from the previous layer.
I won’t use pencil and paper for this. Not an option
I did a google search for “neural network diagram tool”. There are results for this tool called NN SVG.
There are a set of videos out there (all the same) that show how to tweak the display of a neural network using
NN SVG. There’s no information on how to create/edit a neural network diagram with this tool.
What are people using to create/edit a neural network diagram ?