GithubHelp home page GithubHelp logo

qtpyvis's Introduction

PyQt5 visualization of Deep Neural Networks (Development stage)

One can use this code to visualize DNNs (activations, filters, network structure).

Main goal of the toolbox is to visualize networks that solve image classifications tasks. Current version assumes to be given a model trained and saved using Keras: The Python Deep Learning library Development of this toolbox was motivated by the paper:

Functionality

Example of a network visualization that classifies different shapes alt text

The main window consists of activation maps for selected layer, the input and the structure of a network where the layers of interest can be chosen

Installation

Installation process is just installing packages listed in the requirements.txt

  • python virtualenv:

    1. Install your virtualenv following The Hitchhiker’s Guide to Python, check that python version >=3.6 is set as primary interpreter

    2. After activating the enviroment, run the command to install necessary libraries:

      $pip install PyQt5 numpy scipy matplotlib h5py keras tensorflow

Support for PyTorch

Install PyTorch.

$ conda install pytorch torchvision cuda80 -c soumith

Then run the PyTorch MNIST example, tpye

$ python main.py --framework=torch

qtpyvis's People

Contributors

petr-by avatar krumnack avatar jarnorfb avatar

Watchers

James Cloos avatar Justin Shenk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.