1

Deep learning researchers have to work with a lot of models. The models may include different types of Layers: They include convolutional neural network layers, recurrent neural network layers, batch normalization layers, polling layers, and many others.

Along With their own visualization, it is also necessary to keep the model detailed enough visually to teach about the model.

Although there are widely used visualization methods available in several packages such as model summary and others. I want to know the availability of animation tools that are useful to simulate the models of deep learning that are more visually intuitive.

Are there any contemporary animation packages available true to draw and simulate deep learning models?

DukeZhou
  • 6,237
  • 5
  • 25
  • 53
hanugm
  • 3,571
  • 3
  • 18
  • 50
  • Asking for "tools" or "software libraries" is off-topic here, so this question seems to be off-topic. – nbro Sep 29 '21 at 12:09

1 Answers1

3

I suggest you take a look at Chris Olah's blog. Has several interesting post including ones on visualizing weights and interpretability. Most of his papers also have Google Colab links so you can reproduce the results.

If you want something more similar to the model.summary() method you mention, TensorBoard Graph Dashboard might help.

serali
  • 890
  • 6
  • 16