Giter Club home page Giter Club logo

viz.ml's Introduction

viz.ml HackCMU 2018: a custom gpu-based interactive dimensionality reduction visualization engine in c++ for introspection of high dimensional big data sets from machine learning

Inspiration

Unfortunately, most machine learning algorithms manipulate training data very opaquely - it's hard to tell how, if at all, the algorithm finds features in the data. Because of this, we thought it would be valuable to provide an interactive tool for visualizing spacial patterns in data sets that are represented as high-dimensional vectors. Algorithms for this purpose are typically expensive, requiring the user to wait minutes to view a static image - here, we provide it interactively.

Download

What it does

Our tool takes MNIST-style data sets (MNIST itself, as well as FashionMNIST) and visualizes the data points projected into three dimensions via a choice of algorithms, the simplest being a choice of three axes of the high-dimensional data to map to x/y/z.

More interestingly, we also implemented t-SNE, an algorithm that attempts to preserve neighborhood topology for each data point. Visualizing the results allows the user to get a sense of how the algorithm groups different types of data points, for example, that wide zeros are mapped farther from the origin than thin ones.

MNIST Axis FahsionMNSIT t-SNE

How we built it

The tool is built in C++ on a custom framework using OpenGL, SDL2, and Dear ImGui. Graphics features include an instanced scene, interactive interface, antialiasing, and object picking. Data is loaded from the MNIST and FashionMNIST sets.

viz.ml's People

Contributors

thenumbat avatar elu00 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.