Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fresan committed May 30, 2016
1 parent 5443c48 commit 60cf799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,13 +1,14 @@
# nri
N-way random indexing

Implementation of the N-way random indexing algorithm (described in manuscript to be published soon).
Implementation of the N-way random indexing algorithm.

This code requires mtrand.h implementing the Mersenne Twister algorithm for generating pseudorandom numbers.
For further information and download see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html

The Matlab_MEX.zip archive includes the first/original implementation of the N-way random indexing algorithm,
which was used for the numerical experiments presented in the paper.
which was used for the numerical experiments included in the manuscript and paper presenting this algorithm:
Fredrik Sandin, Blerim Emruli, Magnus Sahlgren (2016), Random indexing of multi-dimensional data.

The C++ implementation in randomindex.cc/h is a more recent and simplified implementation,
which includes an efficient approximation of inner products described in the paper.

0 comments on commit 60cf799

Please sign in to comment.