package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
362
stars
49
forks
source link
SortIndex() functions differently from numpy's argsort(). #140
Closed
ksw2000 closed 7 months ago
We can see that the original numpy array is not changed after calling argsort.
But in golang tensor package, the input array is changed.