Skip to content

Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks) 💬 @gfrogat @thinkh

License

Notifications You must be signed in to change notification settings

Caleydo/confusionflow-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfusionFlow Phovea NPM version Build Status Dependency Status

Visualizing the evolution of confusion matrices. The main repository is located at ConfusionFlow/confusionflow.

Demo

Try the latest stable release of ConfusionFlow with several example logs for the CIFAR-10 dataset: http://confusionflow.caleydoapp.org

Installation

git clone https://github.com/Caleydo/confusionflow-ui.git
cd confusionflow-ui
npm install

Testing

npm test

Building

npm run build

Launching

npm start

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.