Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 941 Bytes

File metadata and controls

38 lines (23 loc) · 941 Bytes

Code for the Interpolated Discretized (ID) Embedding

Original code was taken from: Ofir Pele, Alexey Kurbatsky

Based on work by: Ofir Pele, Yakir Ben Aliz

contains the source code for computing the Interpolated Discretized (ID) embedding.

Please cite this paper if you use this code: Interpolated Discretized Embedding of Single Vectors and Vector Pairs for Classification, Metric Learning and Distance Approximation Ofir Pele, Yakir Ben-Aliz arXiv 2016 bibTex:

@article{Pele-arXiv2016d,

  title={Interpolated Discretized Embedding of Single Vectors and Vector Pairs for Classification, Metric Learning and Distance Approximation},

  author = {Ofir Pele and Yakir Ben-Aliz},

  journal={arXiv},

  year={2016}

}

Instructions

project can be initiated using instructions in the README inside directory LearningPairs

Licensing conditions

See the file LICENSE.txt for conditions of use.