alexlenail/NN-SVG

Publication-ready NN-architecture schematics.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 17th, 2015
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 748
Total Stargazers: 5,687 (+0)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 30.1 hours
Mean response time: 1117.3 days
90th percentile: 2233.4 days
Tracked items: 2

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 314 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

NN-SVG is a tool for generating publication-ready neural network architecture diagrams as scalable vector graphics.

The tool addresses the time-consuming process of manually drawing neural network schematics by enabling parametric generation instead. It supports three diagram styles: classic fully-connected networks rendered with D3, convolutional networks in the style of LeNet using D3, and deep networks following the AlexNet paper style rendered with Three.js. Users can customize diagrams through numerous parameters controlling size, color, and layout before exporting to SVG format suitable for academic papers and web pages.

Researchers and educators working with neural networks should consider this tool if they need to produce architecture diagrams regularly. It suits projects where visual consistency and publication quality matter, and where manual diagram construction would consume significant time. The tool's parametric approach means changes to network structure can be reflected in diagrams without redrawing from scratch. The README mentions related projects in visualization and network architecture documentation but does not make direct comparisons.

The project shows sparse development activity with infrequent commits and minimal recent updates to the codebase. Issue responses and pull request engagement appear limited, suggesting the maintainer addresses problems on an ad-hoc basis rather than maintaining an active development cadence. The tool remains functional for its core purpose but should not be expected to receive regular enhancements or rapid bug fixes.