Giter Site home page Giter Site logo

opot's Introduction

OPOT

Data files for comparing optimal transport algorithms

At the moment it's a minimalistic data set for comparing dense optimal transport in single processor settings. We plan to support Octave (open source MATLAB) and GPUs in the near future.

We also plan to eventually expand the data set to include, in order of priority:

  • high dimensional point data
  • low dimensional point data
  • sparse graphs

Data format:

Data is in plaintext format.

  • Line 1: n and m, the # of rows and columns respectively
  • Line 2: n numbers, demands (in integers) of the left side
  • Line 3: m numbers, demands (in integers) of the right side (total of line 2 equals total of line 3)
  • Line 4 - n + 3: m numbers per line, the costs of transporting something from i to j A format checker for this format is in Data/Verify.cpp

We are working on separate converters from these data into other formats (e.g. .mat). However, we believe it's best to require the rows/columns of data to be scrambled randomly.

Summary of Results

In progress. Latest version in OTML_19_paper.pdf.

At the moment the only evaluation criteria is ratio to optimum ground truth cost value, vs. time. We plan to also include k-nearest-neighbor classification accuracy as an alternate measure.

More Methods Compared

OTML_19_paper.pdf also compared with

Due to MATLAB licensing issues, we are in the process of figuring out how run these on the same machine.

opot's People

Contributors

rpeng233 avatar sawlani 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.