About Anaconda Help Download Anaconda

conda-forge / packages / sparse_dot_topn 0.3.1

Sparse_dot_topn 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.

Installers

Info: This package contains files in non-standard labels.
  • win-64 v0.3.1
  • linux-64 v0.3.1
  • osx-64 v0.3.1

conda install

To install this package run one of the following:
conda install conda-forge::sparse_dot_topn
conda install conda-forge/label/cf202003::sparse_dot_topn

Description


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