deepforge-dev / deepforge-keras

A deepforge extension providing support for neural networks using keras
Apache License 2.0
8 stars 3 forks source link

Volumetric visualization in Arch Editor #219

Open brollb opened 4 years ago

brollb commented 4 years ago

It would be cool to visualize the volumetric representation of the data as it flows through the network. Some interesting examples of this can be found here (like PlotNeuralNetwork).

I had initially been imagining that this (read-only) visualization would be toggleable within the ArchEditor. However, it also could be possible to simply create it on the right side of the architecture side-by-side... It isn't really clear which would be better.

On another note, deepforge-keras could be added to that list, too, since it contains a visual editor for neural networks :)

brollb commented 4 years ago

Just a related thought, if the visualization was read only and generated using something like PlotNeuralNetwork (ie, creating latex code) then it could be converted to svg using https://github.com/kisonecat/tikzjax and could be downloaded for papers.