Get the latest tech news
Treescope: Interactive HTML visualization library for Python neural networks
An interactive HTML pretty-printer for machine learning research in IPython notebooks. - google-deepmind/treescope
Treescope is an interactive HTML pretty-printer and N-dimensional array ("tensor") visualizer, designed for machine learning and neural networks research in IPython notebooks. To render a specific object in an IPython notebook with Treescope, you can use treescope.show, which is like print but produces a rich interactive output. Or, if you'd like to both set up Treescope as the default pretty printer and enable automatic array visualization, you can simply run:
Or read this on Hacker News