Vectors

A base class of vectors supports both dense and sparse vectors. The fundamental difference is the efficiency of presentation for data structures with sparsity. The dense vector is the choice here, since the training data is all meaningful per row and very little sparsity is present. In the cases where we deal with sparse vectors, matrices, and so on, the sparse tuple will contain the index and corresponding values at the same time.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.21.93.245