Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lenail committed Apr 12, 2018
1 parent 1268246 commit f9e7895
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
NN-SVG
======

What's conventionally described as the trellis structure of the connections between two fully connected layers of a neural network is really a visual description of a matrix-vector product. Driven by the belief that mathematics are beautiful when properly represented, I'm building a library to build SVG representations of these trellises, to visualize a classic neural network, on top of sigma.js.
What's conventionally described as the trellis structure of the connections between two
fully-connected layers of a neural network is really a visual description of a matrix-vector product.
Driven by the belief that mathematics are beautiful when properly represented,
I'm building a little tool to quickly generate SVG representations of these trellises,
to visualize classic fully-connected neural networks, on top of d3.


Three layouts:
In the future I'd like to have three layouts:
- Conventional FCNN layout
- LeNet CNN layout
- AlexNet layout with webGL
- AlexNet layout (via webGL)


<!-- TODO
Expand Down

0 comments on commit f9e7895

Please sign in to comment.