About Anaconda Help Download Anaconda

sfe1ed40 / packages / sparse_dot_topn 0.3.6

Python package to accelerate the sparse matrix multiplication and top-n similarity selection

Installers

  • linux-s390x v0.3.6
  • osx-arm64 v0.3.6
  • linux-64 v0.3.6
  • linux-aarch64 v0.3.6
  • osx-64 v0.3.6
  • linux-ppc64le v0.3.6
  • win-64 v0.3.6

conda install

To install this package run one of the following:
conda install sfe1ed40::sparse_dot_topn

Description

Sparsedottopn provides a fast way to performing a sparse matrix multiplication followed by top-n multiplication result selections. Comparing very large feature vectors and picking the best matches, in practice often results in performing sparse matrix multiplication followed by selecting the top-n multiplication results. In this package, we implement a customized Cython function for this purpose. When comparing our Cythonic approach to doing the same use with SciPy and NumPy functions, our approach improves the speed by about 40% and reduces memory consumption.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy