• Stars
    star
    101
  • Rank 336,929 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Directed Acyclic Graph Studio with Javascript D3

dagstudio

Directed Acyclic Graph Studio with Javascript D3 Create nodes and links in a graph with an intuitive interface.

Under development! The UI is working but no .prototxt import or export yet.

Animated GIF of dagstudio with Caffe1

The intent is using this to create an interactive and intuitive dag creator for making graphs for ml frameworks.

Caffe

All possible caffe layers should be obtained in a list (https://github.com/BVLC/caffe), after that you can just chain them through 'top' and 'bottom' keys.

Torch

Torch seems straightforward, although listing the layers is easy, I'm unsure how to obtain the possible arguments per layer. There are also some snags with concatenations and splits.

Tensorflow

Maybe some minor support for TF-slim?