Skip to content

Commit fc30604

Browse files
committed
Fix arXiv links for MIPSHash and SignALSH.
1 parent fa0994c commit fc30604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hashes/mips_hash.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ERROR: norm 2.0 exceeds maxnorm (1.0)
7979
```
8080
8181
# References
82-
- Anshumali Shrivastava and Ping Li. *Asymmetric LSH (ALSH) for Sublinear Time Maximum Inner Product Search (MIPS)*. Proceedings of the 27th International Conference on Neural Information Processing Systems - Volume 2, NIPS'14, page 2321–2329, Cambridge, MA, USA, 2014. MIT Press. 10.5555/2969033.2969086. [https://arxiv.org/abs/1405.5869]
82+
- Anshumali Shrivastava and Ping Li. *Asymmetric LSH (ALSH) for Sublinear Time Maximum Inner Product Search (MIPS)*. Proceedings of the 27th International Conference on Neural Information Processing Systems - Volume 2, NIPS'14, page 2321–2329, Cambridge, MA, USA, 2014. MIT Press. 10.5555/2969033.2969086. [https://arxiv.org/abs/1405.5869](https://arxiv.org/abs/1405.5869)
8383
8484
See also: [`inner_prod`](@ref), [`ℓ2_norm`](@ref ℓp_norm)
8585
"""

src/hashes/sign_alsh.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ERROR: norm 2.0 exceeds maxnorm (1.0)
7979
```
8080
8181
# References
82-
- Anshumali Shrivastava and Ping Li. *Improved Asymmetric Locality Sensitive Hashing (ALSH) for Maximum Inner Product Search (MIPS)*. In Proceedings of the Thirty-First Conference on Uncertainty in Artificial Intelligence, UAI'15, page 812–821, Arlington, Virginia, USA, 2015. AUAI Press. 10.5555/3020847.3020931. [https://arxiv.org/abs/1410.5410v2]
82+
- Anshumali Shrivastava and Ping Li. *Improved Asymmetric Locality Sensitive Hashing (ALSH) for Maximum Inner Product Search (MIPS)*. In Proceedings of the Thirty-First Conference on Uncertainty in Artificial Intelligence, UAI'15, page 812–821, Arlington, Virginia, USA, 2015. AUAI Press. 10.5555/3020847.3020931. [https://arxiv.org/abs/1410.5410v2](https://arxiv.org/abs/1410.5410v2)
8383
8484
See also: [`inner_prod`](@ref inner_prod(::AbstractVector, ::AbstractVector)), [`ℓ2_norm`](@ref ℓp_norm)
8585
"""

0 commit comments

Comments
 (0)