sof / NN-SVG

Publication-ready NN-architecture schematics.

Home Page:http://alexlenail.me/NN-SVG/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NN-SVG

License: MIT status

Illustrations of Neural Network architectures are often time-consuming to produce, and machine learning researchers all too often find themselves constructing these diagrams from scratch by hand.

NN-SVG is a tool for creating Neural Network (NN) architecture drawings parametrically rather than manually. It then provides the ability to export those drawings to Scalable Vector Graphics (SVG) files, suitable for inclusion in academic papers or as figures on web pages.

The tool provides the ability to generate figures of three kinds: classic Fully-Connected Neural Network (FCNN) figures, Convolutional Neural Network (CNN) figures of the sort introduced in the LeNet paper, and Deep Neural Network figures following the style introduced in the AlexNet paper. The former two are accomplished using the D3 javascript library and the latter with the javascript library Three.js. NN-SVG provides the ability to style the figure to the user's liking via many size, color, and layout parameters.

We hope this tool will save machine learning researchers time, and we hope this software might also serve as a pedagogical tool in some contexts.

License

MIT

Citation

... coming soon!

About

Publication-ready NN-architecture schematics.

http://alexlenail.me/NN-SVG/

License:MIT License


Languages

Language:HTML 61.7%Language:JavaScript 37.6%Language:TeX 0.6%