Python 3.x 中的向量和矩阵

发布于 2024-10-11 05:02:49 字数 156 浏览 5 评论 0 原文

有没有一个好的 Python 3 向量和矩阵库?

以下是我希望在这样的库中找到的一些功能:

  • 矩阵乘法
  • 矩阵行列式
  • 两个向量之间的欧氏距离
  • 两个向量之间的余弦相似度
  • 卷积

Is there a good Python 3 library for vectors and matrices?

Here's some of the functionality I expect to find in such a library:

  • matrix multiplication
  • matrix determinant
  • euclidean distance between two vectors
  • cosine similarity between two vectors
  • convolution

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜空下最亮的亮点 2024-10-18 05:02:49

1.5 版本的 numpy 与 Python 3 兼容。

The 1.5 version of numpy is compatible with Python 3.

兮颜 2024-10-18 05:02:49

你可以下载 python 3 的 numpy: http://sourceforge.net/projects/numpy/files/NumPy/1.5.1/numpy-1.5.1-win32-superpack-python3.1.exe/download

“ rel python 中最好的工具,满足您的需求

U can download numpy for python 3: http://sourceforge.net/projects/numpy/files/NumPy/1.5.1/numpy-1.5.1-win32-superpack-python3.1.exe/download

Its the best tool in the python for world for what u need

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文