Open Oceania2018 opened 5 years ago
CSC format saved memory a lot. Looking forward to see this feature.
Would be great to have an sparse matrix implementation with good performance! Math.Net has some support for sparse matrices, but performance is not great. Also, would be useful to have support for different storage formats (as you already hinted at above).
As an additional reference: Here is an implementation improving on the performance of Math.Net.
@sebhofer Thanks for the info, it's important to us.
We should implement the compressed ndarray, it is used widely in scikit-learn. The csr_matrix is included in SciPy not NumPy, but I think we should move it into NumSharp. @dotChris90 What do you think of it?
Compressed Sparse Column Format (CSC) Compressed Sparse Row Format (CSR)
https://www.scipy-lectures.org/advanced/scipy_sparse/storage_schemes.html