data compression with svd in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohsenbahri
    New Member
    • Apr 2018
    • 1

    data compression with svd in c++

    Please i need data compression with svd in c++.i an not found.
  • MilenaGlen
    New Member
    • Apr 2018
    • 1

    #2
    Concatenate these vectors into a matrix: M=[v0…vn]
    Then use PCA to create a smaller representative set of vectors: x0…xm
    _______________ ________
    Last edited by Rabbit; Apr 26 '18, 08:10 PM. Reason: commercial link removed

    Comment

    Working...