Handling large dense matrices in python

前端 未结 6 1162
[愿得一人]
[愿得一人] 2021-02-04 21:33

Basically, what is the best way to go about storing and using dense matrices in python?

I have a project that generates similarity metrics between every item in an array

6条回答
  •  隐瞒了意图╮
    2021-02-04 22:06

    You might find some advice in the NumPy (see SciPy) documentation (arrays/matrices):

    • http://www.scipy.org/NumPy_for_Matlab_Users
    • http://www.scipy.org/Tentative_NumPy_Tutorial

提交回复
热议问题