Are there any educational packages that visualize tensor operations with animation? Especially for higher-dim ops- with 3D animation?

#machinelearning #ai #deeplearning

@ritog 3blue1brown open-sourced manim. That might be useful for you.

@jesperdramsch Yes, thanks.

I tried manim community edition, and I found the API inconsistent and requiring too much to do simple things. The extra work might make sense when you are making a super-polished YT video, but for examples, blogs, and slides, I find manim to be too much work.

I am also looking not for animating from *code for animation*, but normal np or torch code directly turned into nice visuals- probably 3D diagram in the notebook or otherwise.

Know something like that?