Category: visualization

  • Torchvista: Building an Interactive Pytorch Visualization Package for Notebooks

    Torchvista: Building an Interactive Pytorch Visualization Package for Notebooks Building a tool to interactively visualize the forward pass of any Pytorch model from within notebooks. The post Torchvista: Building an Interactive Pytorch Visualization Package for Notebooks appeared first on Towards Data Science. Sachin Hosmani Go to original source

  • Building a Data Dashboard

    Building a Data Dashboard Using the streamlit Python library Continue reading on Towards Data Science » Thomas Reid Go to original source

  • From Default Python Line Chart to Journal-Quality Infographics

    From Default Python Line Chart to Journal-Quality Infographics Transform boring default Matplotlib line charts into stunning, customized visualizations Cover, image by the Author Everyone who has used Matplotlib knows how ugly the default charts look like. In this series of posts, I’ll share some tricks to make your visualizations stand out and reflect your individual style.…