All Projects → alexlenail → Nn Svg

alexlenail / Nn Svg

Licence: mit
Publication-ready NN-architecture schematics.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nn Svg

Earthjs
D3 Earth JS
Stars: ✭ 128 (-84.1%)
Mutual labels:  threejs, svg, d3
Rumble Charts
React components for building composable and flexible charts
Stars: ✭ 293 (-63.6%)
Mutual labels:  svg, d3
Go Chart
go chart is a basic charting library in go.
Stars: ✭ 3,254 (+304.22%)
Mutual labels:  drawing, svg
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+708.2%)
Mutual labels:  svg, d3
d3-force-webgl-integration-demo
Integrating WebGL and D3-force to improve performance. 👻
Stars: ✭ 44 (-94.53%)
Mutual labels:  d3, threejs
Floweaver
View flow data as Sankey diagrams
Stars: ✭ 266 (-66.96%)
Mutual labels:  svg, d3
Sprotty
A diagramming framework for the web
Stars: ✭ 309 (-61.61%)
Mutual labels:  svg, diagrams
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (-41.61%)
Mutual labels:  drawing, svg
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (+403.98%)
Mutual labels:  svg, d3
Excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
Stars: ✭ 25,509 (+3068.82%)
Mutual labels:  drawing, diagrams
visioStencils
My 2,700 visio 🎨 shapes, stencils, symbols, and icons collection to visually represent IT infrastructure
Stars: ✭ 43 (-94.66%)
Mutual labels:  drawing, diagrams
React D3 Tree
🌳 React component to create interactive D3 tree graphs
Stars: ✭ 543 (-32.55%)
Mutual labels:  svg, d3
Demos
One repo to rule them all.
Stars: ✭ 204 (-74.66%)
Mutual labels:  threejs, d3
React Native Svg Charts Examples
A collection of usage examples of react-native-svg-charts
Stars: ✭ 266 (-66.96%)
Mutual labels:  svg, d3
Wechart
Create all the [ch]arts by cax or three.js - Cax 和 three.js 创造一切图[表]
Stars: ✭ 152 (-81.12%)
Mutual labels:  threejs, svg
Luxor.jl
Simple drawings using vector graphics; Cairo "for tourists!"
Stars: ✭ 293 (-63.6%)
Mutual labels:  drawing, diagrams
Fe Daily Record
📚前端书籍汇集点 + 每日好文推荐 + 公开课学习资料 + 各种大会资料
Stars: ✭ 94 (-88.32%)
Mutual labels:  threejs, svg
Project Pages
Fork this repo for a quick start. If "Project Timeline" or "License" appeared on your nav bar, Look Below!
Stars: ✭ 119 (-85.22%)
Mutual labels:  threejs, d3
Britecharts
Client-side reusable Charting Library based on D3.js v5 that allows easy and intuitive use of charts and components that can be composed together creating amazing visualizations.
Stars: ✭ 3,688 (+358.14%)
Mutual labels:  svg, d3
Billboard.js
📊 Re-usable, easy interface JavaScript chart library based on D3.js
Stars: ✭ 5,032 (+525.09%)
Mutual labels:  svg, d3

NN-SVG

License: MIT status | Docs | Contributing

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 also provides the ability to export those drawings to Scalable Vector Graphics (SVG) files, suitable for inclusion in academic papers or 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.

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

Citation

LeNail, (2019). NN-SVG: Publication-Ready Neural Network Architecture Schematics.
Journal of Open Source Software, 4(33), 747, https://doi.org/10.21105/joss.00747

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].