Learn Before
Matrix Multiplication Implementation for the forward prop
scipy sparse csr_matrix: Best way to handle large sparse matrix
Matrices that contain mostly zero values are called sparse.
The sparsity of a matrix can be quantified with a score: sparsity = count zero elements / total elements
The picture compare the performances normal numpy array and sparse array

0
1
4 years ago
Tags
Data Science
Related
scipy sparse csr_matrix: Best way to handle large sparse matrix