DeepVenn -- a web application for the creation of area-proportional Venn diagrams using the deep learning framework Tensorflow.js
Tim Hulsen

TL;DR
DeepVenn is a web application that uses deep learning with Tensorflow.js to generate accurate, area-proportional Venn diagrams for up to ten data sets, accepting lists of IDs as input.
Contribution
It introduces a novel deep learning algorithm for creating precise, area-proportional Venn diagrams with up to ten sets directly in a web browser.
Findings
Supports up to ten sets in Venn diagrams
Automatically finds optimal circle placement using deep learning
Allows input of lists of IDs for flexible data visualization
Abstract
Motivation: The Venn diagram is one of the most popular methods to visualize the overlap and differences between data sets. It is especially useful when it is are 'area-proportional'; i.e. the sizes of the circles and the overlaps are proportional to the sizes of the data sets. There are some tools available that can generate area-proportional Venn Diagrams, but most of them are limited to two or three circles, and others are not available as a web application or accept only numbers and not lists of IDs as input. Some existing solutions also have limited accuracy because of outdated algorithms to calculate the optimal placement of the circles. The latest machine learning and deep learning frameworks can offer a solution to this problem. Results: The DeepVenn web application can create area-proportional Venn diagrams of up to ten sets. Because of an algorithm implemented with the deep…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics · Graph Theory and Algorithms · Handwritten Text Recognition Techniques
