Is there a good Python 3 library for vectors and matrices?
Here are some of the features that I expect to find in such a library:
- matrix multiplication
- matrix determinant
- Euclidean distance between two vectors
- Cosine similarity between two vectors
- convolution
source share